We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c710b6d + 285866b commit 75f707bCopy full SHA for 75f707b
test/Interop/Cxx/stdlib/use-std-span.swift
@@ -4,6 +4,9 @@
4
// FIXME swift-ci linux tests do not support std::span
5
// UNSUPPORTED: OS=linux-gnu
6
7
+// TODO: test failed in Windows PR testing: rdar://144384453
8
+// UNSUPPORTED: OS=windows-msvc
9
+
10
// REQUIRES: executable_test
11
12
import StdlibUnittest
test/Interop/Cxx/stdlib/use-std-string-view.swift
@@ -5,6 +5,9 @@
import CxxStdlib
13
import StdStringView
0 commit comments