Skip to content

Commit c62122c

Browse files
authored
Merge pull request swiftlang#80901 from swiftlang/ktoso-patch-19
Disable startSynchronously while we rework semantics
2 parents 456a26e + a3762d4 commit c62122c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/startSynchronously.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: Marking this disabled since we're reworking the semantics and the test is a bit racy until we do
2+
// REQUIRES: rdar149506152
3+
14
// RUN: %empty-directory(%t)
25
// RUN: %target-build-swift -Xfrontend -disable-availability-checking %s %import-libdispatch -swift-version 6 -o %t/a.out
36
// RUN: %target-codesign %t/a.out

0 commit comments

Comments
 (0)