Skip to content

Commit 3a23713

Browse files
committed
tests: temporarily disable two Cxx tests on Windows because they fail in PR testing
rdar://144384453
1 parent c35d65e commit 3a23713

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// FIXME swift-ci linux tests do not support std::span
55
// UNSUPPORTED: OS=linux-gnu
66

7+
// TODO: test failed in Windows PR testing: rdar://144384453
8+
// UNSUPPORTED: OS=windows-msvc
9+
710
// REQUIRES: executable_test
811

912
import StdlibUnittest

test/Interop/Cxx/stdlib/use-std-string-view.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
// REQUIRES: executable_test
77

8+
// TODO: test failed in Windows PR testing: rdar://144384453
9+
// UNSUPPORTED: OS=windows-msvc
10+
811
import StdlibUnittest
912
import CxxStdlib
1013
import StdStringView

0 commit comments

Comments
 (0)