Skip to content

Commit b654a91

Browse files
authored
Merge pull request swiftlang#38844 from nate-chandler/rdar81804817
2 parents 221e58a + a4992cf commit b654a91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

validation-test/compiler_crashers_2_fixed/rdar81590807.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
// RUN: %target-run %t/main > %t/log 2>&1 || true
66
// RUN: %FileCheck %s < %t/log
77

8-
// REQUIRES: rdar81804817
8+
// Unsupported because the crash on continueIncorrect is just an illegal
9+
// instruction rather than a nice fatal error.
10+
// UNSUPPORTED: swift_test_mode_optimize
11+
// UNSUPPORTED: swift_test_mode_optimize_size
912

1013
// REQUIRES: executable_test
1114
// REQUIRES: OS=macosx || OS=ios

0 commit comments

Comments
 (0)