mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85318 from kavon/workaround-rdar164027738
[cxx-interop] mark test as unsupported on Linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user