Skip to content

Commit 7063f34

Browse files
committed
[embedded] Fix missing REQUIRES: executable_test marker on embedded concurrency tests
1 parent 251becb commit 7063f34

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/embedded/concurrency-actors.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out %swift_obj_root/lib/swift/embedded/%target-cpu-apple-macos/libswift_Concurrency.a -dead_strip
55
// RUN: %target-run %t/a.out | %FileCheck %s
66

7+
// REQUIRES: executable_test
78
// REQUIRES: swift_in_compiler
89
// REQUIRES: optimized_stdlib
910
// REQUIRES: VENDOR=apple

test/embedded/concurrency-async-let.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out %swift_obj_root/lib/swift/embedded/%target-cpu-apple-macos/libswift_Concurrency.a -dead_strip
55
// RUN: %target-run %t/a.out | %FileCheck %s
66

7+
// REQUIRES: executable_test
78
// REQUIRES: swift_in_compiler
89
// REQUIRES: optimized_stdlib
910
// REQUIRES: VENDOR=apple

test/embedded/concurrency-simple.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out %swift_obj_root/lib/swift/embedded/%target-cpu-apple-macos/libswift_Concurrency.a -dead_strip
55
// RUN: %target-run %t/a.out | %FileCheck %s
66

7+
// REQUIRES: executable_test
78
// REQUIRES: swift_in_compiler
89
// REQUIRES: optimized_stdlib
910
// REQUIRES: VENDOR=apple

0 commit comments

Comments
 (0)