Skip to content

Commit de66079

Browse files
committed
Mark some executable_tests as such
1 parent 9902fbe commit de66079

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

test/Generics/conditional_conformances_execute_smoke.swift

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-run-simple-swift | %FileCheck %s
22

3+
// REQUIRES: executable_test
4+
35
// Smoke test to see that various conditional conformances correctly execute
46

57
protocol P1 {

test/Interpreter/SDK/interpret_with_options.swift

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %swift_driver -sdk %sdk -l%S/Inputs/libTestLoad.dylib %s | %FileCheck -check-prefix=WITH-LIB %s
55
// RUN: cd %S && %swift_driver -sdk %sdk -lInputs/libTestLoad.dylib %s | %FileCheck -check-prefix=WITH-LIB %s
66
// REQUIRES: OS=macosx
7+
// REQUIRES: executable_test
78

89
import ObjectiveC
910

test/stdlib/Metal.swift

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// REQUIRES: objc_interop
44
// UNSUPPORTED: OS=watchos
55

6+
// REQUIRES: executable_test
7+
68
import StdlibUnittest
79

810
import Metal

test/stdlib/MetalKit.swift

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// REQUIRES: objc_interop
44
// UNSUPPORTED: OS=watchos
55

6+
// REQUIRES: executable_test
7+
68
import StdlibUnittest
79

810
import Metal

0 commit comments

Comments
 (0)