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
1 change: 1 addition & 0 deletions test/Concurrency/Runtime/async_parameter_pack.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: %target-run-simple-swift( -target %target-swift-5.9-abi-triple)
// REQUIRES: executable_test
// REQUIRES: concurrency
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib

protocol P {
associatedtype A
Expand Down
1 change: 1 addition & 0 deletions test/IRGen/noncopyable_metadata_requests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

// REQUIRES: OS=macosx
// REQUIRES: executable_test
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib


// This type's generic parameter is noncopyable, so older runtimes can't
Expand Down
1 change: 1 addition & 0 deletions test/Interop/Cxx/class/for-each-field.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// REQUIRES: executable_test
// REQUIRES: reflection
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib

@_spi(Reflection) import Swift
import SimpleStructs
Expand Down
1 change: 1 addition & 0 deletions test/Interop/Cxx/stdlib/use-swift-concurrency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// REQUIRES: concurrency
// REQUIRES: libdispatch
// REQUIRES: concurrency_runtime
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib

import StdlibUnittest

Expand Down
1 change: 1 addition & 0 deletions validation-test/Concurrency/rdar107275872.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// REQUIRES: concurrency
// REQUIRES: executable_test
// REQUIRES: concurrency_runtime
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib

// rdar://108260399
// REQUIRES: optimized_stdlib
Expand Down