Skip to content

Commit 152daea

Browse files
committed
[interop] disable the Swift->C++->Swift test on windows for now while I'm investigating the issue
1 parent 394c5bc commit 152daea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Interop/SwiftToCxxToSwift/import-swift-class-back-to-swift-execution.swift

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

1111
// REQUIRES: executable_test
1212

13+
// UNSUPPORTED: OS=windows-msvc
14+
1315
//--- header.h
1416
#ifndef FIRSTPASS
1517

test/Interop/SwiftToCxxToSwift/import-swift-class-back-to-swift.swift

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

1010
// RUN: %target-swift-frontend -typecheck %t/swiftMod.swift -typecheck -module-name SwiftMod -I %t -enable-experimental-cxx-interop -Xcc -DSWIFT_CXX_INTEROP_HIDE_SWIFT_ERROR -DSECOND_PASS -emit-sil -o - | %FileCheck --check-prefix=SIL %s
1111

12+
// UNSUPPORTED: OS=windows-msvc
13+
1214
//--- header.h
1315
#ifndef FIRSTPASS
1416
#include "swiftMod.h"

0 commit comments

Comments
 (0)