Skip to content

Commit fadd7cc

Browse files
authored
Merge pull request #67813 from hyp/eng/interop-moar-WINing
[cxx-interop] Try more stdlib and overlay tests on Windows
2 parents 9f48b37 + 3569c5d commit fadd7cc

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

test/Interop/Cxx/stdlib/overlay/custom-collection.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: OS=macosx || OS=linux-gnu
54

65
import StdlibUnittest
76
import CustomSequence

test/Interop/Cxx/stdlib/overlay/custom-convertible-to-collection.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: OS=macosx || OS=linux-gnu
54

65
import StdlibUnittest
76
import CustomSequence

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: OS=macosx || OS=linux-gnu
54

65
import StdlibUnittest
76
import CxxStdlib

test/Interop/Cxx/stdlib/use-cxxstdlib-types-in-module-interface.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
// RUN: %target-swift-ide-test -swift-version 5 -print-module -module-to-print=IncludesCxxStdlib -I %t/Inputs -source-filename=test.swift -enable-experimental-cxx-interop -tools-directory=%llvm_obj_root/bin -module-cache-path %t/cache | %FileCheck %s
55

6-
// REQUIRES: OS=macosx || OS=linux-gnu
7-
86
//--- Inputs/module.modulemap
97
module IncludesCxxStdlib {
108
header "header.h"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=gnu++20)
44
//
55
// REQUIRES: executable_test
6-
//
7-
// Enable this everywhere once we have a solution for modularizing libstdc++: rdar://87654514
8-
// REQUIRES: OS=macosx || OS=linux-gnu
96

107
import StdlibUnittest
118
import StdVector

0 commit comments

Comments
 (0)