Skip to content

Commit 3a6a10b

Browse files
authored
Merge pull request #68815 from hyp/eng/re-enable-interop-rebranch-testing
[rebranch] Revert "Disabling failing Cxx Interop tests for rebranch"
2 parents 32a7e90 + a6bc07d commit 3a6a10b

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

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

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

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

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

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

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

53
// REQUIRES: executable_test

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

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

0 commit comments

Comments
 (0)