Skip to content

Commit 724e2ef

Browse files
[gardening] Remove "REQUIRES: asserts" from fixed crashers
1 parent 89c3514 commit 724e2ef

File tree

35 files changed

+0
-35
lines changed

35 files changed

+0
-35
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
// RUN: not %target-sil-opt %s
2-
// REQUIRES: asserts
32
{(x:(x:(
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
// RUN: not %target-sil-opt %s
2-
// REQUIRES: asserts
32
if(import Swift
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
// RUN: not %target-sil-opt %s
2-
// REQUIRES: asserts
32
.x.a=Int
43
import Swift

validation-test/compiler_crashers_fixed/28377-swift-expr-walk.swift

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

88
// RUN: not %target-swift-frontend %s -typecheck
9-
// REQUIRES: asserts
109
struct A{init(){protocol A{init()func a}guard let c=A().a{

validation-test/compiler_crashers_fixed/28396-swift-lowering-silgenfunction-emitclosurevalue.swift

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

88
// RUN: %target-swift-frontend %s -emit-ir
9-
// REQUIRES: asserts
109
func a(){var b:()->(){return{b()}}}

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

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

88
// RUN: not %target-swift-frontend %s -typecheck
9-
// REQUIRES: asserts
109
let c{{
1110
return.E == .i
1211
c

validation-test/compiler_crashers_fixed/28419-swift-silmodule-constructsil.swift

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

88
// RUN: not %target-swift-frontend %s -emit-ir
9-
// REQUIRES: asserts
109
class B{
1110
}
1211
class A:B{

validation-test/compiler_crashers_fixed/28420-swift-lowering-emitconditionalcheckedcast.swift

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

88
// RUN: not %target-swift-frontend %s -emit-ir
9-
// REQUIRES: asserts
109
struct A{
1110
func a()->String{
1211
}

validation-test/compiler_crashers_fixed/28421-swift-constraints-constraintsystem-diagnosefailureforexpr.swift

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

88
// RUN: not %target-swift-frontend %s -typecheck
9-
// REQUIRES: asserts
109
{
1110
extension{{
1211
}init(){a{}{

validation-test/compiler_crashers_fixed/28425-swift-constraints-solution-convertbooleantypetobuiltini.swift

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

88
// RUN: not %target-swift-frontend %s -typecheck
9-
// REQUIRES: asserts
109
class a{deinit{{if(x:false

0 commit comments

Comments
 (0)