forked from qt-creator/qt-creator
Squish: Skip "Extract Function" with clang on Windows
Change-Id: Id98d630babff10fe0def36aa895f70587852036b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user