We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 592462b + 0f420fe commit 876c056Copy full SHA for 876c056
test/Interop/Cxx/foreign-reference/reference-counted.swift
@@ -4,8 +4,9 @@
4
// REQUIRES: executable_test
5
// XFAIL: OS=windows-msvc
6
7
-// Temporarily disable on arm64e (rdar://128681137)
8
-// UNSUPPORTED: CPU=arm64e
+// Temporarily disable when running with an older runtime (rdar://128681137)
+// UNSUPPORTED: use_os_stdlib
9
+// UNSUPPORTED: back_deployment_runtime
10
11
import StdlibUnittest
12
import ReferenceCounted
0 commit comments