Skip to content

Commit 48ae0fd

Browse files
committed
Temporarily disable tests harder
1 parent be43771 commit 48ae0fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

validation-test/compiler_crashers_fixed/26403-llvm-densemapbase-llvm-smalldensemap-std-pair-llvm-arrayref-std-pair-swift-identifier.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
class B<T where B:d
1010
class B<T>:B<T>
11+
12+
// REQUIRES: disabled

validation-test/compiler_crashers_fixed/27618-swift-modulefile-getimportedmodules.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
struct d<T where g:t{protocol a{func b<d where g.E=C{}}class C{class A{class B<T>:B<T>
10+
11+
// REQUIRES: disabled
12+

0 commit comments

Comments
 (0)