Merge pull request #85318 from kavon/workaround-rdar164027738

[cxx-interop] mark test as unsupported on Linux
This commit is contained in:
Kavon Farvardin
2025-11-04 12:46:25 -08:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
// 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
// TODO <expected> not yet supported with libstdc++
// XFAIL: OS=linux-gnu
// rdar://164027738
// UNSUPPORTED: OS=linux-gnu
// https://github.com/apple/swift/issues/70226
// UNSUPPORTED: OS=windows-msvc