Skip to content

Commit b35d891

Browse files
committed
Disable compiler_crashers/28447-result-case-not-implemented-failed.swift
This test doesn't reproduce 100% of the time, so let's disable it. I filed SR-3118 to make sure we don't lose track of it. rdar://problem/29069838
1 parent 15c226d commit b35d891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers/28447-result-case-not-implemented-failed.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
// RUN: not --crash %target-swift-frontend %s -emit-ir
99
// REQUIRES: asserts
10+
// This doesn't reproduce 100% of the time, so it is disabled.
11+
// REQUIRES: SR3118
1012
t c
1113
let : {{
1214
return $0

0 commit comments

Comments
 (0)