summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2016-12-21 17:38:35 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-01-04 14:42:18 +0000
commit2a6c315fbb6f0efd1a8a83a4dd44b3da952d8a1a (patch)
tree2d181eaf0ae97e7c076e686db590411e215d4b97
parentae0ea76f077882d5b8f972edb8d89a0efadc64a6 (diff)
downloadqt-creator-2a6c315fbb6f0efd1a8a83a4dd44b3da952d8a1a.tar.gz
Squish: Workaround unexpected error message
Task-number: QTCREATORBUG-17492 Change-Id: Icda68a756b3420baa494e90c41dbefc656ae6327 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/shared/debugger.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py
index 49a83b1ca2..13f22f4a22 100644
--- a/tests/system/shared/debugger.py
+++ b/tests/system/shared/debugger.py
@@ -128,6 +128,8 @@ def doSimpleDebugging(kitCount, currentKit, currentConfigName, pressContinueCoun
expectedLabelTexts = ['Stopped\.', 'Stopped at breakpoint \d+ \(\d+\) in thread \d+\.']
if len(expectedBPOrder) == 0:
expectedLabelTexts.append("Running\.")
+ if JIRA.isBugStillOpen(17492):
+ expectedLabelTexts.append("QML Debugger: Error: Unknown socket error 0")
switchViewTo(ViewConstants.PROJECTS)
switchToBuildOrRunSettingsFor(kitCount, currentKit, ProjectSettings.RUN)
ensureChecked(waitForObject("{container=':Qt Creator.scrollArea_QScrollArea' text='Enable QML' "