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 9debfbc + fe65a82 commit 3ea6e70Copy full SHA for 3ea6e70
test/Interpreter/moveonly_swiftskell.swift
@@ -22,6 +22,9 @@
22
// Temporarily disable for back-deployment (rdar://128544927)
23
// UNSUPPORTED: back_deployment_runtime
24
25
+// And on older OS (rdar://132936383)
26
+// UNSUPPORTED: use_os_stdlib
27
+
28
import Swiftskell
29
30
/// Basic noncopyable type for testing.
test/stdlib/ArrayBridge.swift.gyb
@@ -24,6 +24,9 @@
// Temporarily disabled on arm64 (rdar://128522114)
// UNSUPPORTED: CPU=arm64
+// And on older OS (rdar://132941962)
import Foundation
31
import ArrayBridgeObjC
32
import StdlibUnittest
0 commit comments