Skip to content

Commit

Permalink
[gardening] Remove "REQUIRES: asserts" from fixed crashers
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Jan 6, 2017
1 parent 89c3514 commit 724e2ef
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion validation-test/SIL/crashers_fixed/024-swift-expr-walk.sil
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// RUN: not %target-sil-opt %s
// REQUIRES: asserts
{(x:(x:(
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// RUN: not %target-sil-opt %s
// REQUIRES: asserts
if(import Swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// RUN: not %target-sil-opt %s
// REQUIRES: asserts
.x.a=Int
import Swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: asserts
struct A{init(){protocol A{init()func a}guard let c=A().a{
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
func a(){var b:()->(){return{b()}}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: asserts
let c{{
return.E == .i
c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
class B{
}
class A:B{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
struct A{
func a()->String{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: asserts
{
extension{{
}init(){a{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: asserts
class a{deinit{{if(x:false
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: asserts
typealias f=(
let a{let a={var:f.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: asserts
var f={var f=[]f.init
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
for in.E={return $0 c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
[.h{l
return $0
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
class a}struct d<U:a>protocol A{class A{let t:d=
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
if let[e]=5
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
switch{case.E{
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
print(_=nil)
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
Slice.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
{RangeReplaceableSlice(x:.p
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
struct g{lazy var a{unsafeAddress{
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
class B{lazy var b{unsafeAddress{
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
{}(assert||()A
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
_{&(n:_{
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
{class B<T>{class a{protocol A{class A{class A:a
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
Set.init(""3
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
{_{return 1 + 2
A{
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
class a<U:a>:RangeReplaceableCollection
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
{c:{a{}guard{return $0+1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
class B{lazy var f=[(n:{
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
{U:{for in{return 0+1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
class a{lazy var f={$0={
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
var f={$0=(&[(
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
[_._?
&_
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
// non-fuzz
let β1=0

0 comments on commit 724e2ef

Please sign in to comment.