Skip to content

Commit 2f5b625

Browse files
Merge pull request #6624 from practicalswift/deterministic-behavior
Remove "REQUIRES: deterministic-behavior" from crashers that are now deterministic
2 parents 20132ab + b843a01 commit 2f5b625

3 files changed

+2
-7
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/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/28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift

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

0 commit comments

Comments
 (0)