aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_debug_empty_main/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-05-04 14:21:05 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-05-09 08:46:39 +0000
commit1ac527d8f68d67e067e184c71d147b46985c3a90 (patch)
tree0fab4350c07e7f7c746f54e7c254249ead7aa56b /tests/system/suite_debugger/tst_debug_empty_main/test.py
parent5a54a813d36b96ee927c9345aa244b995714797b (diff)
Squish: Don't configure Windows firewall when we don't need to
Task-number: QTCREATORBUG-20316 Change-Id: Ibec253f15a39dc22ab8bd1693eab38b0ab7b44fb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_debugger/tst_debug_empty_main/test.py')
-rw-r--r--tests/system/suite_debugger/tst_debug_empty_main/test.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/system/suite_debugger/tst_debug_empty_main/test.py b/tests/system/suite_debugger/tst_debug_empty_main/test.py
index 230e3793a8..be7f15fc2f 100644
--- a/tests/system/suite_debugger/tst_debug_empty_main/test.py
+++ b/tests/system/suite_debugger/tst_debug_empty_main/test.py
@@ -97,13 +97,6 @@ def performDebugging(projectName, checkedTargets):
invokeMenuItem("Build", "Rebuild All")
waitForCompile()
isMsvc = isMsvcConfig(len(checkedTargets), kit)
- if platform.system() in ('Microsoft' 'Windows'):
- switchViewTo(ViewConstants.PROJECTS)
- switchToBuildOrRunSettingsFor(len(checkedTargets), kit, ProjectSettings.BUILD)
- buildDir = os.path.join(str(waitForObject(":Qt Creator_Utils::BuildDirectoryLineEdit").text),
- "debug")
- switchViewTo(ViewConstants.EDIT)
- allowAppThroughWinFW(buildDir, projectName, None)
clickButton(waitForObject(":*Qt Creator.Start Debugging_Core::Internal::FancyToolButton"))
handleDebuggerWarnings(config, isMsvc)
waitForObject(":Qt Creator.DebugModeWidget_QSplitter")
@@ -118,5 +111,3 @@ def performDebugging(projectName, checkedTargets):
clickButton(waitForObject(":*Qt Creator.Continue_Core::Internal::FancyToolButton"))
__handleAppOutputWaitForDebuggerFinish__()
removeOldBreakpoints()
- if platform.system() in ('Microsoft' 'Windows'):
- deleteAppFromWinFW(buildDir, projectName, None)