Skip to content

Commit 9c5fe87

Browse files
authored
Merge pull request #6631 from apple/revert-6624-deterministic-behavior
2 parents 7d427aa + 1ffb7ca commit 9c5fe87

3 files changed

+7
-2
lines changed

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +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: OS=linux-gnu
8+
// REQUIRES: deterministic-behavior
9+
// Type checking causes a use-after-free.
910
// RUN: not --crash %target-swift-frontend %s -emit-ir
1011
([-.f\n{}{$0(n&[]{

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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+
811
// REQUIRES: OS=linux-gnu
912
// RUN: not --crash %target-swift-frontend %s -emit-ir
1013
_&[i

0 commit comments

Comments
 (0)