mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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 #34143 and #34625.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
// UNSUPPORTED: OS=ios
|
||||
// UNSUPPORTED: OS=tvos
|
||||
// UNSUPPORTED: OS=watchos
|
||||
// UNSUPPORTED: MSVC_VER=15.0
|
||||
|
||||
// CHECK: Stack dump:
|
||||
// CHECK-NEXT: Program arguments:
|
||||
|
||||
Reference in New Issue
Block a user