Restrict a few tests to run against the just built runtime

Addresses rdar://158442561
This commit is contained in:
Eric Miotto
2025-08-20 14:43:37 -07:00
parent 7642d410af
commit d6df83d8fa
5 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -2,6 +2,7 @@
// REQUIRES: executable_test
// REQUIRES: reflection
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib
@_spi(Reflection) import Swift
import SimpleStructs

View File

@@ -4,6 +4,7 @@
// REQUIRES: concurrency
// REQUIRES: libdispatch
// REQUIRES: concurrency_runtime
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib
import StdlibUnittest

View File

@@ -7,6 +7,7 @@
// REQUIRES: concurrency
// REQUIRES: executable_test
// REQUIRES: concurrency_runtime
// UNSUPPORTED: back_deployment_runtime || use_os_stdlib
// rdar://108260399
// REQUIRES: optimized_stdlib