aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-08-14 17:39:27 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-08-15 12:18:16 +0000
commit45cde14ce2b04cace352b0f59a80f4d30955d1e0 (patch)
treecd5f3cdd5b2cec306989a46d3f16d34dcbad04aa /tests
parent18a3b64ab07ade6bfc9bb068956beed2032d9b58 (diff)
More autotest fixes
Change-Id: Icf6b9f7528bdb4b062b6586b12a08d8b410090fd Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/api/testdata/timeout-process/timeout.qbs1
-rw-r--r--tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/timeout-process/timeout.qbs b/tests/auto/api/testdata/timeout-process/timeout.qbs
index bdf6833fd..bb8deac9b 100644
--- a/tests/auto/api/testdata/timeout-process/timeout.qbs
+++ b/tests/auto/api/testdata/timeout-process/timeout.qbs
@@ -5,6 +5,7 @@ Project {
files: "main.cpp"
name: "infinite-loop"
cpp.cxxLanguageVersion: "c++11"
+ cpp.minimumOsxVersion: "10.8" // For <chrono>
Properties {
condition: qbs.toolchain.contains("gcc")
cpp.driverFlags: "-pthread"
diff --git a/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs b/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
index d4f01895f..49ee35d3a 100644
--- a/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
+++ b/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
@@ -4,6 +4,7 @@ Project {
type: ["application", "autotest"]
Depends { name: "autotest" }
cpp.cxxLanguageVersion: "c++11"
+ cpp.minimumOsxVersion: "10.8" // For <chrono>
Properties {
condition: qbs.toolchain.contains("gcc")
cpp.driverFlags: "-pthread"