Skip to content

Commit 3aea04c

Browse files
committed
Disabling failing Cxx Interop tests for rebranch
Disabling the following tests to get more visibility on rebranch - Interop/Cxx/stdlib/overlay/std-string-overlay.swift - Interop/Cxx/stdlib/use-std-map.swift - Interop/Cxx/stdlib/use-std-pair.swift - Interop/Cxx/stdlib/use-std-vector.swift Radar to re-enable tests: rdar://115062687
1 parent 76f9337 commit 3aea04c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar115062687
2+
13
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop)
24
//
35
// REQUIRES: executable_test

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar115062687
2+
13
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
24
//
35
// REQUIRES: executable_test

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar115062687
2+
13
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
24

35
// REQUIRES: executable_test

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar115062687
2+
13
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
24
// FIXME: also run in C++20 mode when conformance works properly on UBI platform (rdar://109366764):
35
// %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=gnu++20)

0 commit comments

Comments
 (0)