aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_build_new_project
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2023-04-06 12:52:22 +0200
committerChristian Stenger <christian.stenger@qt.io>2023-04-06 13:56:47 +0000
commit41e78b9e57065311d3019c38e813b49e1323cc90 (patch)
tree3425be04d573fccc1eab8668c2cd182bac5ea0bc /tests/system/suite_debugger/tst_build_new_project
parent6536ea7f05a7b0b70626fb0fcc77b5bade4c0721 (diff)
SquishTests: Fix compiler substitution on Windows
Change-Id: I970622c888d6c8b7c63e8b1674419ba900ea6d24 Reviewed-by: Robert Löhning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/suite_debugger/tst_build_new_project')
-rw-r--r--tests/system/suite_debugger/tst_build_new_project/test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/system/suite_debugger/tst_build_new_project/test.py b/tests/system/suite_debugger/tst_build_new_project/test.py
index 86d0c1b5f3..ca0d6f7087 100644
--- a/tests/system/suite_debugger/tst_build_new_project/test.py
+++ b/tests/system/suite_debugger/tst_build_new_project/test.py
@@ -19,9 +19,6 @@ def main():
if platform.system() in ('Microsoft', 'Windows'):
expectConfigureToFail = [ Targets.DESKTOP_5_4_1_GCC ] # gcc 4.9 does not know C++17
- # Qt5.10 does not default enable C++17
- expectBuildToFail = [ Targets.DESKTOP_5_10_1_DEFAULT ]
-
for kit, config in availableConfigs:
selectBuildConfig(kit, config)
test.log("Testing build configuration: " + config)