forked from qt-creator/qt-creator
Squish: Only snooze if bug still requires it in tst_memberoperator
Change-Id: I746007c319823cc7fd166c35f8f94f69badd623b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -43,8 +43,8 @@ def main():
|
|||||||
typeLines(cppwindow, ("<Up>", testData.field(record, "declaration")))
|
typeLines(cppwindow, ("<Up>", testData.field(record, "declaration")))
|
||||||
type(cppwindow, testData.field(record, "usage"))
|
type(cppwindow, testData.field(record, "usage"))
|
||||||
snooze(1) # maybe find something better
|
snooze(1) # maybe find something better
|
||||||
if useClang:
|
if useClang and JIRA.isBugStillOpen(15639):
|
||||||
snooze(1) # QTCREATORBUG-15639
|
snooze(1)
|
||||||
type(cppwindow, testData.field(record, "operator"))
|
type(cppwindow, testData.field(record, "operator"))
|
||||||
waitFor("object.exists(':popupFrame_TextEditor::GenericProposalWidget')", 1500)
|
waitFor("object.exists(':popupFrame_TextEditor::GenericProposalWidget')", 1500)
|
||||||
found = str(lineUnderCursor(cppwindow)).strip()
|
found = str(lineUnderCursor(cppwindow)).strip()
|
||||||
|
Reference in New Issue
Block a user