Skip to content

Commit 57158d2

Browse files
committed
[Concurrency] add missing requires libdispatch, unbreaks Windows test
1 parent 5b62e43 commit 57158d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/Concurrency/Runtime/actor_assert_precondition_executor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: concurrency
88
// REQUIRES: concurrency_runtime
99

10+
// TODO: The actual reason is that we do these %env- tricks, which e.g. Windows is confused about
11+
// REQUIRES: libdispatch
12+
1013
// UNSUPPORTED: back_deployment_runtime
1114
// UNSUPPORTED: back_deploy_concurrency
1215
// UNSUPPORTED: use_os_stdlib

test/Concurrency/Runtime/actor_assume_executor.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
// REQUIRES: executable_test
77
// REQUIRES: concurrency
88
// REQUIRES: concurrency_runtime
9-
// UNSUPPORTED: back_deployment_runtime
9+
10+
// TODO: The actual reason is that we do these %env- tricks, which e.g. Windows is confused about
11+
// REQUIRES: libdispatch
1012

1113
// UNSUPPORTED: back_deploy_concurrency
1214
// UNSUPPORTED: use_os_stdlib

0 commit comments

Comments
 (0)