forked from qt-creator/qt-creator
Squish: Wait for ClangCodeModel in tst_CSUP02
Change-Id: I02d5647128492db7d2fce3bf84105f98029ac14f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -48,6 +48,8 @@ def main():
|
|||||||
type(editorWidget, "<Return>")
|
type(editorWidget, "<Return>")
|
||||||
type(editorWidget, "<Up>")
|
type(editorWidget, "<Up>")
|
||||||
type(editorWidget, "class")
|
type(editorWidget, "class")
|
||||||
|
if useClang and JIRA.isBugStillOpen(15639):
|
||||||
|
snooze(8)
|
||||||
if platform.system() == "Darwin":
|
if platform.system() == "Darwin":
|
||||||
type(editorWidget, "<Meta+Space>")
|
type(editorWidget, "<Meta+Space>")
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user