diff options
author | Robert Loehning <robert.loehning@digia.com> | 2013-07-12 17:21:02 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2013-07-15 13:10:04 +0200 |
commit | d9203dac79807c79434ccb9e79716c23b0c5f55c (patch) | |
tree | 25392cc747d06607ab36e18fa3c4af1ca18c270f /tests/system | |
parent | 8050e136e7dd33fd0a500bde88b21a3ee664c9eb (diff) | |
download | qt-creator-d9203dac79807c79434ccb9e79716c23b0c5f55c.tar.gz |
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 <christian.stenger@digia.com>
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/suite_debugger/tst_simple_analyze/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py index 130d839d96..c2c5ceb81f 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) |