Skip to content

Commit c3cd243

Browse files
authored
Merge pull request #42337 from eeckstein/disable-cxx-tests
tests: disable two C++ interop tests to unblock CI
2 parents e804492 + b4ed147 commit c3cd243

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// This test is specific to libstdc++ and only runs on platforms where libstdc++ is used.
1010
// REQUIRES: OS=linux-gnu
1111

12+
// REQUIRES: rdar91670704
13+
1214
// CHECK-STD: enum std {
1315
// CHECK-STD: enum __cxx11 {
1416
// CHECK-STD: struct __CxxTemplateInstNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Enable this everywhere once we have a solution for modularizing other C++ stdlibs: rdar://87654514
66
// REQUIRES: OS=macosx || OS=linux-gnu
77

8+
// REQUIRES: rdar91548568
9+
810
import StdlibUnittest
911
import StdString
1012
#if os(Linux)

0 commit comments

Comments
 (0)