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 18a9d70 + 9ac7a73 commit 5eb4ab2Copy full SHA for 5eb4ab2
test/Interop/Cxx/stdlib/use-std-expected-typechecker.swift
@@ -1,7 +1,9 @@
1
// RUN: not %target-swift-frontend %s -typecheck -I %S/Inputs -cxx-interoperability-mode=default -Xcc -std=c++23 -diagnostic-style llvm 2>&1 | %FileCheck %s
2
3
// TODO <expected> not yet supported with libstdc++
4
-// XFAIL: OS=linux-gnu
+
5
+// rdar://164027738
6
+// UNSUPPORTED: OS=linux-gnu
7
8
// https://github.com/apple/swift/issues/70226
9
// UNSUPPORTED: OS=windows-msvc
0 commit comments