Skip to content

Commit 0f29a07

Browse files
committed
[SR-3149] Disable some unstable compiler crashers.
1 parent 00c98ef commit 0f29a07

3 files changed

+3
-0
lines changed

validation-test/compiler_crashers/28413-swift-typebase-getcanonicaltype.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not --crash %target-swift-frontend %s -parse
9+
// REQUIRES: SR-3149
910
t c
1011
let : {{
1112
return $0

validation-test/compiler_crashers/28470-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not --crash %target-swift-frontend %s -emit-ir
9+
// REQUIRES: SR-3149
910
guard{{return $0
1011
== Int
1112
p

validation-test/compiler_crashers/28474-unreachable-executed-at-swift-lib-ast-type-cpp-1325.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not --crash %target-swift-frontend %s -emit-ir
9+
// REQUIRE: SR-3149
910
b<n([print{$0

0 commit comments

Comments
 (0)