Skip to content

Commit a4992cf

Browse files
committed
[Test] Reenabled compiler_crashers_2_fixed/rdar81590807.swift.
The test isn't supported on optimized builds because of the different crash behavior there. rdar://81804817
1 parent ee91879 commit a4992cf

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)