Skip to content

Commit 5e03e51

Browse files
Merge pull request #80654 from nate-chandler/test/20250408/1
[Test] Disable this test for old runtimes.
2 parents 94a8526 + 3f356fa commit 5e03e51

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)