Skip to content

Commit 00b35b7

Browse files
committed
[windows] Mark crash-in-user-code as UNSUPPORTED in VS2017
The test is very flaky. It works and stops working randomly for no apparent reason. To avoid future problems, and since VS2019 keeps working without these problems, mark the tests as unsupported to avoid the noise. See also swiftlang#34143 and swiftlang#34625.
1 parent 4aa1ef3 commit 00b35b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Frontend/crash-in-user-code.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// UNSUPPORTED: OS=ios
88
// UNSUPPORTED: OS=tvos
99
// UNSUPPORTED: OS=watchos
10+
// UNSUPPORTED: MSVC_VER=15.0
1011

1112
// CHECK: Stack dump:
1213
// CHECK-NEXT: Program arguments:

0 commit comments

Comments
 (0)