aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/minimumSystemVersion
Commit message (Collapse)AuthorAgeFilesLines
* Fix or skip tests to be able to run with the iOS profileIvan Komissarov2020-05-224-2/+24
| | | | | | | | | | | | This skips tests that are not possible to run without the device and fixes other tests for the iOS profile. Also, adds Travis job that runs tests using iOS profile. This is the squashed merge commit of the wip/ci-ios branch. Change-Id: Ia0c1fc05fdb8c6e269f5e66f979f2ae19465433c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Merge 1.13 into masterChristian Kandeler2019-05-101-0/+13
|\ | | | | | | Change-Id: Ic02d717f80f5d831f0cedb3b7c565a9bfef3a2a3
| * Print LC_BUILD_VERSION instead of LC_VERSION_MIN_MACOSXIvan Komissarov2019-04-261-0/+13
| | | | | | | | | | | | | | LC_BUILD_VERSION was introduced in apple clang 10.0 Change-Id: I06dd5bba7cab7d28d83c50f2878b5b434e97cca0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Add support for the clang-cl compilerIvan Komissarov2019-04-101-0/+4
|/ | | | | | Task-number: QBS-1316 Change-Id: Ibf9da364610c260ead088a8990a70c7739d53c39 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Merge 1.12 into masterChristian Kandeler2018-10-122-2/+2
|\ | | | | | | Change-Id: I96c735aeda89e02f1fa9107ecfc10ebf4b554dbc
| * Fix autotests for Xcode 10Christian Kandeler2018-10-052-2/+2
| | | | | | | | | | Change-Id: I0d218f415eedbfc75c2cf10877646f6831f38f89 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Remove the base module import from most test data projectsJoerg Bornemann2018-06-225-6/+0
|/ | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Make minimumSystemVersion test more robustJake Petroules2017-08-293-3/+9
| | | | | Change-Id: Ie9184576723a756a883d03d97f3a55c4cb7a0d85 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix minimumSystemVersion autotest with older macOS/Xcode, and MinGWJake Petroules2017-08-281-0/+25
| | | | | Change-Id: I721ab9b7f0bcf8f64ff575bc509caea0ff9f7a71 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Move all remaining manual tests into autotestsJake Petroules2017-08-237-0/+223
Most of these are easily automatable, and are more useful being run automatically in every integration rather than manually, and probably never. Adapt tests as necessary. Change-Id: Ie158481ad8c45ad8d808feacd98c71972dc18900 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>