Skip to content

Commit ec4e3e2

Browse files
authored
Merge pull request swiftlang#37536 from benlangmuir/disable-tsan-test
Disable test/Sanitizers/tsan/async_taskgroup_next.swift
2 parents 274adc9 + 30c957b commit ec4e3e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Sanitizers/tsan/async_taskgroup_next.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library -sanitize=thread)
22

3+
// Segfaulted in CI on TSan bot. rdar://78264164
4+
// REQUIRES: rdar78264164
5+
36
// REQUIRES: executable_test
47
// REQUIRES: concurrency
58
// REQUIRES: libdispatch

0 commit comments

Comments
 (0)