Skip to content

Commit 99799e8

Browse files
committed
[cxx-interop] Try more stdlib and overlay tests on Windows
1 parent d240ffa commit 99799e8

7 files changed

+0
-15
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-map.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
2-
//
3-
// REQUIRES: executable_test
4-
//
5-
// REQUIRES: OS=macosx || OS=linux-gnu
62

73
import StdlibUnittest
84
import StdMap

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
//
5-
// Enable this everywhere once we have a solution for modularizing other C++ stdlibs: rdar://87654514
6-
// REQUIRES: OS=macosx || OS=linux-gnu
74

85
import StdlibUnittest
96
import StdSet

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)