Skip to content

Commit a076f6c

Browse files
Update crashers with correct annotations.
1 parent 42b411f commit a076f6c

6 files changed

+7
-12
lines changed

validation-test/compiler_crashers/28474-unreachable-executed-at-swift-lib-ast-type-cpp-1325.swift

Lines changed: 1 addition & 2 deletions
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: deterministic-behavior
8+
// REQUIRES: OS=linux-gnu
99
// RUN: not --crash %target-swift-frontend %s -emit-ir
10-
// REQUIRES: SR-3149
1110
b<n([print{$0

validation-test/compiler_crashers/28479-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +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: deterministic-behavior
8+
// REQUIRES: OS=linux-gnu
99
// RUN: not --crash %target-swift-frontend %s -emit-ir
1010
T>[print{$0{

validation-test/compiler_crashers/28543-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift

Lines changed: 1 addition & 2 deletions
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: deterministic-behavior
9-
// Type checking causes a use-after-free.
8+
// REQUIRES: OS=linux-gnu
109
// RUN: not --crash %target-swift-frontend %s -emit-ir
1110
([-.f\n{}{$0(n&[]{

validation-test/compiler_crashers/28550-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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: deterministic-behavior
8+
// REQUIRES: OS=linux-gnu
99
// RUN: not --crash %target-swift-frontend %s -emit-ir
1010
f\n&[print{$0
1111
e

validation-test/compiler_crashers/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
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-
// FIXME: Disabled. This test does not always crash, which confuses CI.
9-
// REQUIRES: deterministic-behavior
10-
118
// REQUIRES: OS=linux-gnu
9+
// REQUIRES: deterministic-behavior
1210
// RUN: not --crash %target-swift-frontend %s -emit-ir
1311
_&[i
1412
-{$0

validation-test/compiler_crashers/28559-result-case-not-implemented.swift renamed to validation-test/compiler_crashers_fixed/28559-result-case-not-implemented.swift

Lines changed: 2 additions & 3 deletions
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: rdar://problem/29564984
9-
// RUN: not --crash %target-swift-frontend %s -emit-ir
10-
// REQUIRES: asserts
8+
// REQUIRES: OS=linux-gnu
9+
// RUN: not %target-swift-frontend %s -emit-ir
1110
{{return 0 &+ 1 + 2){}}t

0 commit comments

Comments
 (0)