Squish: Wait for ClangCodeModel in tst_CSUP02

Change-Id: I02d5647128492db7d2fce3bf84105f98029ac14f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2016-07-08 14:29:23 +02:00
parent 4f7e237c2f
commit 70e328c860

View File

@@ -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: