Disable stdlib tests under the OS stdlib

These two tests verify recent fixes, so they fail when run against
older versions of the stdlib.
This commit is contained in:
Nate Cook
2023-08-29 17:35:05 -05:00
parent 2a752145c0
commit c7577bbe41
2 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,10 @@
// REQUIRES: executable_test
// REQUIRES: reflection
// Only run these tests with a just-built stdlib.
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
@_spi(Reflection) import Swift
import StdlibUnittest

View File

@@ -8,6 +8,10 @@
// XFAIL: interpret
// UNSUPPORTED: freestanding
// Only run these tests with a just-built stdlib.
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
// With a non-optimized stdlib the test takes very long.
// REQUIRES: optimized_stdlib