Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/Concurrency/Runtime/actor_detach.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// REQUIRES: concurrency
// REQUIRES: foundation

// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

import Foundation

@available(SwiftStdlib 5.5, *)
Expand Down
3 changes: 3 additions & 0 deletions test/Concurrency/Runtime/actor_init.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions test/Interpreter/rdar80847020.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
3 changes: 3 additions & 0 deletions test/stdlib/Reflection_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down