Skip to content

Commit 4e003dc

Browse files
committed
[Tests] Mark two test cases 'UNSUPPORTED: use_os_stdlib'
test/Runtime/demangleToMetadata.swift test/stdlib/Casts.swift rdar://problem/66394834 rdar://problem/66394791
1 parent 3a7b4a2 commit 4e003dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Runtime/demangleToMetadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-codesign %t/a.out
44
// RUN: %target-run %t/a.out
55
// REQUIRES: executable_test
6+
// UNSUPPORTED: use_os_stdlib
67

78
import Swift
89
import StdlibUnittest

test/stdlib/Casts.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// -----------------------------------------------------------------------------
1616
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency)
1717
// REQUIRES: executable_test
18+
// UNSUPPORTED: use_os_stdlib
1819

1920
import StdlibUnittest
2021
#if _runtime(_ObjC)

0 commit comments

Comments
 (0)