aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-12-07 16:11:29 +0100
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-12-10 13:04:17 +0000
commit8a650b8c23bd82201468ff69c726a487e482d77a (patch)
tree2299059d5b2780f7c692bc9afeee8923312f538e
parentd01a5ff2aaae85d8627cb52c9580fdf40d297e27 (diff)
Squish: Remove workaround for fixed bug
Change-Id: Id639f455b41e3b96d6867dbeb0b7af5c614cffc7 Task-number: QTCREATORBUG-15457 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--tests/system/suite_debugger/tst_cli_output_console/test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/system/suite_debugger/tst_cli_output_console/test.py b/tests/system/suite_debugger/tst_cli_output_console/test.py
index 81ce1566ae..8873369c4e 100644
--- a/tests/system/suite_debugger/tst_cli_output_console/test.py
+++ b/tests/system/suite_debugger/tst_cli_output_console/test.py
@@ -63,10 +63,6 @@ def main():
if not availableConfigs:
test.fatal("Haven't found a suitable Qt version - leaving without building.")
for kit, config in availableConfigs:
- if (checkedTargets[kit] == Targets.DESKTOP_480_DEFAULT
- and config == "Profile" and JIRA.isBugStillOpen(15457)):
- test.warning("Skipping MSVC build of Qt 4 because of QTCREATORBUG-15457.")
- continue
selectBuildConfig(len(checkedTargets), kit, config)
test.log("Testing build configuration: " + config)