From 2a6c315fbb6f0efd1a8a83a4dd44b3da952d8a1a Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 21 Dec 2016 17:38:35 +0100 Subject: [PATCH] Squish: Workaround unexpected error message Task-number: QTCREATORBUG-17492 Change-Id: Icda68a756b3420baa494e90c41dbefc656ae6327 Reviewed-by: Christian Stenger --- tests/system/shared/debugger.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py index 49a83b1ca27..13f22f4a22b 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' "