Skip to content

Commit 03249e8

Browse files
Merge pull request swiftlang#35375 from nate-chandler/wrangle/72439642
[Test] Temporarily disable actor_counters on asan.
2 parents 72974a0 + 2df9910 commit 03249e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/actor_counters.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
66

7+
// Remove with rdar://problem/72439642
8+
// UNSUPPORTED: asan
9+
710
#if canImport(Darwin)
811
import Darwin
912
#elseif canImport(Glibc)

0 commit comments

Comments
 (0)