Skip to content

Commit 25de749

Browse files
atrickCatfish-Man
authored andcommitted
Disable all new tests on Windows.
We have language features that depends on swift_in_compiler. Any platform that does not support this build feature does not really support the language, so we must continue to disable tests.
1 parent df4ce6d commit 25de749

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/SILOptimizer/borrow_introducer_unit.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %target-sil-opt -test-runner %s -o /dev/null 2>&1 | %FileCheck %s
2+
//
3+
// REQUIRES: swift_in_compiler
24

35
sil_stage raw
46

test/SILOptimizer/enclosing_def_unit.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %target-sil-opt -test-runner %s -o /dev/null 2>&1 | %FileCheck %s
2+
//
3+
// REQUIRES: swift_in_compiler
24

35
sil_stage raw
46

test/SILOptimizer/ownership_liveness_unit.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// then consider moving all tests with 'unreachable' into a separate file with the flag
55
// -disable-ownership-verification
66

7+
// REQUIRES: swift_in_compiler
8+
79
sil_stage canonical
810

911
import Builtin

0 commit comments

Comments
 (0)