Skip to content

Commit 3f356fa

Browse files
committed
[Test] Disable this test for old runtimes.
The test verifies back compatibility of old binaries with new runtimes and depends on new runtime support. rdar://148852062
1 parent b3f592a commit 3f356fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Interpreter/coroutine_accessors_default_implementations.swift

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
// REQUIRES: swift_feature_CoroutineAccessors
4242
// REQUIRES: executable_test
4343

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

0 commit comments

Comments
 (0)