Skip to content

Commit 4610537

Browse files
authored
Merge pull request #74296 from swiftlang/egorzhdan/old-runtime-test-pt2
[cxx-interop] Only run tests for reference types against a recent Swift runtime, pt 2
2 parents 74944a6 + 70b49c9 commit 4610537

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Interop/Cxx/foreign-reference/witness-table.swift

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

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

910
import StdlibUnittest
1011
import WitnessTable

0 commit comments

Comments
 (0)