Skip to content

Commit 94b5238

Browse files
Merge pull request #80655 from nate-chandler/cherrypick/release/6.2/rdar148852062
6.2: [Test] Disable this test for old runtimes.
2 parents e88265d + 64c51fa commit 94b5238

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Interpreter/coroutine_accessors_default_implementations.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
// REQUIRES: swift_feature_CoroutineAccessors
4343
// REQUIRES: executable_test
4444

45+
// This test verifies the backwards compatibility of binaries built against old
46+
// SDKs running on newer OSes (where CoroutineAccessors has been enabled).
47+
// UNSUPPORTED: use_os_stdlib
48+
// UNSUPPORTED: back_deployment_runtime
49+
4550
//--- Library.swift
4651
public protocol P {
4752
@_borrowed

0 commit comments

Comments
 (0)