mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user