Skip to content

Commit cbbfd17

Browse files
Merge pull request #79097 from aschwaighofer/disable_some_c++_interop_tests_non_macos
Temporarily disable tests on anything but macosx
2 parents c5ad723 + 82d13bb commit cbbfd17

4 files changed

+8
-1
lines changed

test/Interop/Cxx/library-evolution/allow-c-in-cxx-mode-in-evolving-libraries.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: split-file %s %t
33
// RUN: %target-swift-frontend %t/test.swift -I %t/Inputs -typecheck -enable-library-evolution -enable-experimental-cxx-interop -verify
44

5+
// REQUIRES: OS=macosx
6+
57
//--- Inputs/module.modulemap
68
module CxxModule {
79
header "header.h"

test/Interop/Cxx/library-evolution/allow-objc-in-cxx-mode-in-evolving-libraries.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-swift-frontend %t/test.swift -I %t/Inputs -typecheck -enable-library-evolution -enable-experimental-cxx-interop -verify
44

55
// REQUIRES: objc_interop
6+
// REQUIRES: OS=macosx
67

78
//--- Inputs/module.modulemap
89
module ObjCxxModule {

test/Interop/Cxx/library-evolution/prohibit-cxx-api-in-evolving-libraries.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: split-file %s %t
33
// RUN: %target-swift-frontend %t/test.swift -I %t/Inputs -typecheck -enable-library-evolution -enable-experimental-cxx-interop -disable-availability-checking -disable-implicit-cxx-module-import -verify
4-
4+
5+
// REQUIRES: OS=macosx
6+
57
//--- Inputs/module.modulemap
68
module CxxModule {
79
header "header.h"

test/Interop/Cxx/library-evolution/prohibit-cxx-calls-in-evolving-inlinable-bodies.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: split-file %s %t
33
// RUN: %target-swift-frontend %t/test.swift -I %t/Inputs -typecheck -enable-library-evolution -enable-experimental-cxx-interop -disable-implicit-cxx-module-import -verify
44

5+
// REQUIRES: OS=macosx
6+
57
//--- Inputs/module.modulemap
68
module CxxModule {
79
header "header.h"

0 commit comments

Comments
 (0)