Skip to content

Commit 876c056

Browse files
authored
Merge pull request #74261 from apple/egorzhdan/old-runtime-test
[cxx-interop] Only run tests for reference types against a recent Swift runtime
2 parents 592462b + 0f420fe commit 876c056

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Interop/Cxx/foreign-reference/reference-counted.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
// REQUIRES: executable_test
55
// XFAIL: OS=windows-msvc
66

7-
// Temporarily disable on arm64e (rdar://128681137)
8-
// UNSUPPORTED: CPU=arm64e
7+
// Temporarily disable when running with an older runtime (rdar://128681137)
8+
// UNSUPPORTED: use_os_stdlib
9+
// UNSUPPORTED: back_deployment_runtime
910

1011
import StdlibUnittest
1112
import ReferenceCounted

0 commit comments

Comments
 (0)