forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user