Skip to content

Commit c71ebeb

Browse files
committed
Test async_task_locals_in_task_group_may_need_to_copy.swift fails in check-swift-optimize mode
Disable until someone can take a look rdar://143894191
1 parent afd9972 commit c71ebeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/async_task_locals_in_task_group_may_need_to_copy.swift

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

9+
// rdar://143894191
10+
// REQUIRES: swift_test_mode_optimize_none
11+
912
enum TL {
1013
@TaskLocal
1114
static var one: Int = 1

0 commit comments

Comments
 (0)