Skip to content

Commit a399709

Browse files
Merge pull request #79114 from aschwaighofer/disable_async_task_locals_in_task_group_may_need_to_copy_optimize
Test async_task_locals_in_task_group_may_need_to_copy.swift fails in check-swift-optimize mode
2 parents 4306b57 + c71ebeb commit a399709

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)