From 8a650b8c23bd82201468ff69c726a487e482d77a Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 7 Dec 2015 16:11:29 +0100 Subject: [PATCH] Squish: Remove workaround for fixed bug Change-Id: Id639f455b41e3b96d6867dbeb0b7af5c614cffc7 Task-number: QTCREATORBUG-15457 Reviewed-by: Christian Stenger --- tests/system/suite_debugger/tst_cli_output_console/test.py | 4 ---- 1 file changed, 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 81ce1566ae3..8873369c4ef 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)