Skip to content

Commit 01e0e0a

Browse files
committed
Gate Clock Runtime Test on Current Runtimes
The back deployment runtime does not contain the symbols necessary to execute this test. Mark it unsupported.
1 parent f0ba04e commit 01e0e0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Concurrency/Runtime/clock.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7+
// Test requires _swift_task_enterThreadLocalContext which is not available
8+
// in the back deployment runtime.
9+
// UNSUPPORTED: back_deployment_runtime
10+
711
import _Concurrency
812
import StdlibUnittest
913

@@ -104,4 +108,4 @@ var tests = TestSuite("Time")
104108

105109
await runAllTestsAsync()
106110
}
107-
}
111+
}

0 commit comments

Comments
 (0)