forked from qt-creator/qt-creator
SquishTests: Expect another build fail on Win
Change-Id: Id4051f4f82c1219209fd59e72f1add76ec338a87 Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
@@ -18,6 +18,7 @@ def main():
|
||||
expectBuildToFail = []
|
||||
if platform.system() in ('Microsoft', 'Windows'):
|
||||
expectConfigureToFail = [ Targets.DESKTOP_5_4_1_GCC ] # gcc 4.9 does not know C++17
|
||||
expectBuildToFail = [ Targets.DESKTOP_5_10_1_DEFAULT ] # fails to handle constexpr correctly
|
||||
|
||||
for kit, config in availableConfigs:
|
||||
selectBuildConfig(kit, config)
|
||||
|
Reference in New Issue
Block a user