Skip to content

Commit ec931c8

Browse files
committed
[cxx-interop] non-copyable test windows workaround and no SIL verify for NC generic test
1 parent 3a340c7 commit ec931c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/Interop/Cxx/class/move-only/move-only-cxx-value-type-generics.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -enable-experimental-feature NoncopyableGenerics)
2-
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -enable-experimental-feature NoncopyableGenerics -O)
2+
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -enable-experimental-feature NoncopyableGenerics -O -Xfrontend -sil-verify-none)
33
//
44
// REQUIRES: executable_test
5+
// REQUIRES: GH_ISSUE_70246
56

67
import MoveOnlyCxxValueType
78
import StdlibUnittest

test/Interop/Cxx/stdlib/std-unique-ptr.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
//
33
// REQUIRES: executable_test
44

5+
// https://github.com/apple/swift/issues/70226
6+
// UNSUPPORTED: OS=windows-msvc
7+
58
import StdlibUnittest
69
import StdUniquePtr
710
import CxxStdlib

0 commit comments

Comments
 (0)