We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1120bee commit 6243dfaCopy full SHA for 6243dfa
test/Concurrency/Runtime/actor_deinit_escaping_self.swift
@@ -4,6 +4,7 @@
4
// REQUIRES: libdispatch
5
// REQUIRES: concurrency
6
// REQUIRES: concurrency_runtime
7
+// REQUIRES: swift_stdlib_asserts
8
// UNSUPPORTED: back_deployment_runtime
9
10
import _Concurrency
@@ -35,8 +36,7 @@ actor EscapeLocked {
35
36
// Ideally these tests should be compile-time errors
37
let tests = TestSuite("EscapingSelf")
38
tests.test("escape while locked") {
- // TODO: Investigate failure on Linux and re-enable this test
39
- // _ = EscapeLocked()
+ _ = EscapeLocked()
40
}
41
await runAllTestsAsync()
42
0 commit comments