forked from qt-creator/qt-creator
Squish: Ignore known issue in clang code model
Change-Id: Ie57bf820fc2aa318ecf16cac0a2f4cb2f0ffe43a Task-number: QTCREATORBUG-15483 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -149,6 +149,8 @@ def checkSymbolCompletion(editor, isClangCodeModel):
|
|||||||
else:
|
else:
|
||||||
exp = (symbol[:max(symbol.rfind(":"), symbol.rfind(".")) + 1]
|
exp = (symbol[:max(symbol.rfind(":"), symbol.rfind(".")) + 1]
|
||||||
+ expectedSug.get(symbol, found)[0])
|
+ expectedSug.get(symbol, found)[0])
|
||||||
|
if not (isClangCodeModel and platform.system() in ('Microsoft', 'Windows')
|
||||||
|
and JIRA.isBugStillOpen(15483)):
|
||||||
test.compare(changedLine, exp, "Verify completion matches.")
|
test.compare(changedLine, exp, "Verify completion matches.")
|
||||||
|
|
||||||
performAutoCompletionTest(editor, ".*Complete symbols.*", "//",
|
performAutoCompletionTest(editor, ".*Complete symbols.*", "//",
|
||||||
|
Reference in New Issue
Block a user