diff --git a/test/Concurrency/Runtime/actor_detach.swift b/test/Concurrency/Runtime/actor_detach.swift index 2aa4184ccc100..714c15ebc4c3f 100644 --- a/test/Concurrency/Runtime/actor_detach.swift +++ b/test/Concurrency/Runtime/actor_detach.swift @@ -4,6 +4,9 @@ // REQUIRES: concurrency // REQUIRES: foundation +// UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime + import Foundation @available(SwiftStdlib 5.5, *) diff --git a/test/Concurrency/Runtime/actor_init.swift b/test/Concurrency/Runtime/actor_init.swift index 0f92699eebc96..5ac56394786b9 100644 --- a/test/Concurrency/Runtime/actor_init.swift +++ b/test/Concurrency/Runtime/actor_init.swift @@ -4,6 +4,9 @@ // REQUIRES: concurrency // REQUIRES: libdispatch +// UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime + @available(SwiftStdlib 5.5, *) actor Number { var val: Int diff --git a/test/Interpreter/rdar80847020.swift b/test/Interpreter/rdar80847020.swift index 22059a95158e4..e9a95d0793706 100644 --- a/test/Interpreter/rdar80847020.swift +++ b/test/Interpreter/rdar80847020.swift @@ -6,6 +6,10 @@ // REQUIRES: executable_test // REQUIRES: objc_interop +// REQUIRES: concurrency + +// UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime func run(_ s: Clazz) async throws { let res: (String, String) = try await s.doSomethingMultiResultFlaggy() diff --git a/test/stdlib/Reflection_objc.swift b/test/stdlib/Reflection_objc.swift index c01b2f919595d..2e8d2fe437580 100644 --- a/test/stdlib/Reflection_objc.swift +++ b/test/stdlib/Reflection_objc.swift @@ -9,6 +9,9 @@ // REQUIRES: executable_test // REQUIRES: objc_interop +// UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime + // // DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift. //