Squish: Skip "Extract Function" with clang on Windows

Change-Id: Id98d630babff10fe0def36aa895f70587852036b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2017-11-30 14:03:02 +01:00
parent 67c3b232f8
commit 7ded6bef30

View File

@@ -77,6 +77,10 @@ def main():
}
for useClang in [False, True]:
with TestSection(getCodeModelString(useClang)):
if (useClang and platform.system() in ('Windows', 'Microsoft')
and JIRA.isBugStillOpen(18607)):
test.warning("Skipping unstable tests on Windows", "See QTCREATORBUG-18607")
continue
if not startCreator(useClang):
continue
projectName = createNewNonQtProject()