We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 221e58a + a4992cf commit b654a91Copy full SHA for b654a91
validation-test/compiler_crashers_2_fixed/rdar81590807.swift
@@ -5,7 +5,10 @@
5
// RUN: %target-run %t/main > %t/log 2>&1 || true
6
// RUN: %FileCheck %s < %t/log
7
8
-// REQUIRES: rdar81804817
+// 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
12
13
// REQUIRES: executable_test
14
// REQUIRES: OS=macosx || OS=ios
0 commit comments