Skip to content

Commit 82d13bb

Browse files
committed
Temporarily disable tests on anything but macosx
They brake multiple bots. rdar://144000451
1 parent c5ad723 commit 82d13bb

4 files changed

+8
-1
lines changed

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

+2
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

+1
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

+3-1
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

+2
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)