From d9203dac79807c79434ccb9e79716c23b0c5f55c Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 12 Jul 2013 17:21:02 +0200 Subject: [PATCH] Squish: Skipping 4.7 in tst_simple_analyze on all platforms Seems to happen on the Linux test machines, too. Change-Id: Ibd6bdea3be33d50017cae8f051c7e927f7bd24f0 Reviewed-by: Christian Stenger --- tests/system/suite_debugger/tst_simple_analyze/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py index 130d839d96c..c2c5ceb81f4 100644 --- a/tests/system/suite_debugger/tst_simple_analyze/test.py +++ b/tests/system/suite_debugger/tst_simple_analyze/test.py @@ -57,7 +57,7 @@ def main(): test.fatal("Haven't found a suitable Qt version (need Qt 4.7.4) - leaving without debugging.") for kit, config in availableConfigs: qtVersion = selectBuildConfig(len(checkedTargets), kit, config)[0] - if qtVersion == "4.7.4" and platform.system() in ('Windows', 'Microsoft'): + if qtVersion == "4.7.4": test.xverify(False, "Skipping Qt 4.7.4 to avoid QTCREATORBUG-9185") continue test.log("Selected kit using Qt %s" % qtVersion)