Skip to content

Commit 37f0426

Browse files
committed
[cxx-interop] Disable failing tests to unblock nightly toolchains
rdar://93341210
1 parent ed17a85 commit 37f0426

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interop/Cxx/stdlib/libstdcxx-module-interface.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
// This test is specific to libstdc++ and only runs on platforms where libstdc++ is used.
1111
// REQUIRES: OS=linux-gnu
12+
// REQUIRES: rdar93341210
1213

1314
// CHECK-STD: enum std {
1415
// CHECK-STRING: struct {{__CxxTemplateInstNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE|__CxxTemplateInstSs}} {

test/Interop/Cxx/stdlib/use-std-string.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55
// Enable this everywhere once we have a solution for modularizing other C++ stdlibs: rdar://87654514
66
// REQUIRES: OS=macosx || OS=linux-gnu
7+
// REQUIRES: rdar93341210
78

89
import StdlibUnittest
910
import StdString

0 commit comments

Comments
 (0)