forked from qt-creator/qt-creator
Squish: Don't expect fail from closed bug
Task-number: QTCREATORBUG-16188 Change-Id: I503645b02e71aa7ed1e50da042a6fd5aa7be0b1d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -84,9 +84,6 @@ def main():
|
|||||||
type(editorWidget, lineWithFloat)
|
type(editorWidget, lineWithFloat)
|
||||||
try:
|
try:
|
||||||
waitForObject(":popupFrame_Proposal_QListView", 5000)
|
waitForObject(":popupFrame_Proposal_QListView", 5000)
|
||||||
if useClang and JIRA.isBugStillOpen(16188):
|
|
||||||
test.xfail("Typing a float value triggered code completion")
|
|
||||||
else:
|
|
||||||
test.fail("Typing a float value triggered code completion")
|
test.fail("Typing a float value triggered code completion")
|
||||||
except:
|
except:
|
||||||
test.compare(str(lineUnderCursor(editorWidget)), " " + lineWithFloat,
|
test.compare(str(lineUnderCursor(editorWidget)), " " + lineWithFloat,
|
||||||
|
Reference in New Issue
Block a user