Skip to content

Commit 2b6d7ea

Browse files
committed
Gardening: Migrate test suite to GH issues: Concurrency
1 parent 24d1fbb commit 2b6d7ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRES: concurrency_runtime
77
// UNSUPPORTED: back_deployment_runtime
88

9-
// https://bugs.swift.org/browse/SR-14461
9+
// https://github.com/apple/swift/issues/56817
1010
// UNSUPPORTED: OS=linux-gnu
1111

1212
// REQUIRES: rdar78325660

test/Concurrency/objc_async_overload.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
func syncContext() {
88
let r = Request()
99
let d = Delegate()
10-
d.makeRequest1(r) // NOTE: this use to trigger an overload resolution error, see SR-13760
10+
11+
// https://github.com/apple/swift/issues/56157
12+
// This use to trigger an overload resolution error.
13+
d.makeRequest1(r)
14+
1115
d.makeRequest2(r)
1216
d.makeRequest3(r)
1317
}

0 commit comments

Comments
 (0)