Skip to content

Commit c17c44f

Browse files
committed
Resolve some crashers
1 parent 4944a76 commit c17c44f

6 files changed

+6
-7
lines changed

validation-test/compiler_crashers/28320-swift-archetypebuilder-enumeraterequirements.swift renamed to validation-test/compiler_crashers_fixed/28320-swift-archetypebuilder-enumeraterequirements.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
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
// REQUIRES: asserts
1010
extension{protocol c{struct c{let e={enum T{case

validation-test/compiler_crashers/28342-getpointerelementtype-is-not-storagetype.swift renamed to validation-test/compiler_crashers_fixed/28342-getpointerelementtype-is-not-storagetype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 -emit-ir
8+
// RUN: %target-swift-frontend %s -emit-ir
99
// REQUIRES: asserts
1010
protocol A {
1111
associatedtype B

validation-test/compiler_crashers/28383-swift-constraints-constraintgraphnode-getmembertype.swift renamed to validation-test/compiler_crashers_fixed/28383-swift-constraints-constraintgraphnode-getmembertype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
protocol A{associatedtype f:A
1010
typealias e:a
1111
protocol a

validation-test/compiler_crashers/28398-swift-archetypebuilder-getgenericsignature.swift renamed to validation-test/compiler_crashers_fixed/28398-swift-archetypebuilder-getgenericsignature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
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
// REQUIRES: asserts
1010
protocol A{class A{var _=c<}protocol A{extension{func<:a

validation-test/compiler_crashers/28399-getpointerelementtype-is-not-storagetype.swift renamed to validation-test/compiler_crashers_fixed/28399-getpointerelementtype-is-not-storagetype.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
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 -emit-ir
9-
// REQUIRES: asserts
8+
// RUN: %target-swift-frontend %s -emit-ir
109
protocol A{associatedtype B
1110
}
1211
struct C<T:A>{

validation-test/compiler_crashers/28403-swift-genericsignature-getsubstitutionmap.swift renamed to validation-test/compiler_crashers_fixed/28403-swift-genericsignature-getsubstitutionmap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
// REQUIRES: asserts
1010
{
1111
extension{

0 commit comments

Comments
 (0)