aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-08-01 13:26:42 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-08-01 14:31:39 +0200
commitb2682fee2282149b0f557e918cd48690fc5cf2ce (patch)
tree9996deee9dab1b27aa151d05ad823fe4cf42dba5 /tests
parent1076e879f12e1c4c9c169902b59e51903af88b9b (diff)
Squish: Remove workaround
Just doing as the great wise frog tells me. Change-Id: I73c07142cd902ac3b89f8c00597087d7d550a2ee Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/qtcreator.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/system/shared/qtcreator.py b/tests/system/shared/qtcreator.py
index 218c59049f9..086aa9411e0 100644
--- a/tests/system/shared/qtcreator.py
+++ b/tests/system/shared/qtcreator.py
@@ -121,10 +121,6 @@ def waitForCleanShutdown(timeOut=10):
break
def checkForStillRunningQmlExecutable(possibleNames):
- if JIRA.isBugStillOpen(12644):
- possibleNames.append('WerFault.exe')
- else:
- test.warning("Remove temporary workaround for QTCREATORBUG-12644!")
for qmlHelper in possibleNames:
tasks = subprocess.Popen("tasklist /FI \"IMAGENAME eq %s\"" % qmlHelper, shell=True,
stdout=subprocess.PIPE)