Skip to content

Commit 08b2eed

Browse files
committed
Annotate tests as executable
1 parent 51c3f2a commit 08b2eed

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

test/Interpreter/class_resilience.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// RUN: %target-run %t/main
1212

13+
// REQUIRES: executable_test
14+
1315
import StdlibUnittest
1416
import resilient_class
1517
import resilient_struct

test/Interpreter/enum_resilience.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// RUN: %target-build-swift %s -Xlinker %t/resilient_struct.o -Xlinker %t/resilient_enum.o -I %t -L %t -o %t/main
1010
// RUN: %target-run %t/main
1111

12+
// REQUIRES: executable_test
13+
1214
import StdlibUnittest
1315
import resilient_enum
1416
import resilient_struct

test/Interpreter/global_resilience.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-build-swift -emit-module -I %t -Xfrontend -enable-resilience -c %S/../Inputs/resilient_struct.swift -o %t/resilient_struct.o
66
// RUN: %target-build-swift %s -Xlinker %t/resilient_global.o -Xlinker %t/resilient_struct.o -I %t -L %t -o %t/main
77
// RUN: %target-run %t/main
8+
// REQUIRES: executable_test
89

910
import StdlibUnittest
1011
import resilient_global

test/Interpreter/struct_resilience.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-build-swift -emit-module -Xfrontend -enable-resilience -c %S/../Inputs/resilient_struct.swift -o %t/resilient_struct.o
44
// RUN: %target-build-swift %s -Xlinker %t/resilient_struct.o -I %t -L %t -o %t/main
55
// RUN: %target-run %t/main
6+
// REQUIRES: executable_test
67

78
import StdlibUnittest
89
import resilient_struct

0 commit comments

Comments
 (0)