Skip to content

Commit 6bc9422

Browse files
committed
Remove REQUIRES: asserts from fixed crashers
1 parent a79ee61 commit 6bc9422

9 files changed

+0
-11
lines changed

validation-test/compiler_crashers_2_fixed/0100-issue-46878.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: not %target-swift-frontend -emit-ir -primary-file %s
22

3-
// REQUIRES: asserts
4-
53
// https://github.com/apple/swift/issues/46878
64

75
internal protocol _UTFEncoding {

validation-test/compiler_crashers_2_fixed/0105-issue-47626.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: not %target-swift-frontend %s -typecheck
2-
// REQUIRES: asserts
32

43
// https://github.com/apple/swift/issues/47626
54

validation-test/compiler_crashers_2_fixed/issue-54048.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-silgen
22

3-
// REQUIRES: asserts
4-
53
// https://github.com/apple/swift/issues/54048
64

75
@propertyWrapper

validation-test/compiler_crashers_2_fixed/issue-55903.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %target-swift-frontend -disable-availability-checking -emit-ir -o /dev/null %s
2-
// REQUIRES: asserts
32

43
// https://github.com/apple/swift/issues/55903
54

validation-test/compiler_crashers_fixed/28606-swift-typebase-getcanonicaltype.swift

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

8-
// REQUIRES: asserts
98
// RUN: not %target-swift-frontend %s -emit-ir
109
print([.h.h=#keyPath(n&_=(){

validation-test/compiler_crashers_fixed/28633-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift

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

8-
// REQUIRES: asserts
98
// RUN: not %target-swift-frontend %s -emit-ir
109
guard let f===#keyPath(n&_=#keyPath(a

validation-test/compiler_crashers_fixed/28782-superclass-superclass-isequal-t-should-have-diagnosed-multiple-superclasses-by-n.swift

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

8-
// REQUIRES: asserts
98
// RUN: not %target-swift-frontend %s -emit-ir
109
[.a{}ExtendedGraphemeClusterLiteralConvertible
1110
& ManagedBuffer

validation-test/compiler_crashers_fixed/28806-swift-silmodule-get-or-create-function.swift

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

8-
// REQUIRES: asserts
98
// RUN: %target-swift-frontend %s -emit-ir -o /dev/null -verify
109

1110
@_cdecl("main")func x(){} // expected-error {{multiple definitions of symbol 'main'}}

validation-test/compiler_crashers_fixed/28861-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift

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

8-
// REQUIRES: asserts
98
// RUN: not %target-swift-frontend %s -emit-ir
109
protocol
1110
P{protocol A:P{{}}typealias e:A{}class a<a{}class a

0 commit comments

Comments
 (0)