Skip to content

Commit 530f705

Browse files
committed
[cxx-interop] Disable a test for std::function on Debian 12
Debian 12 ships with a version of libstdc++ that declares a templated constructor of `std::function` with an rvalue-reference parameter. This is not yet supported by Swift. rdar://125816354
1 parent 5925df7 commit 530f705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// XFAIL: LinuxDistribution=rhel-9.3
1515
// XFAIL: LinuxDistribution=rhel-9.4
1616
// XFAIL: LinuxDistribution=fedora-39
17+
// XFAIL: LinuxDistribution=debian-12
1718

1819
import StdlibUnittest
1920
import StdFunction

0 commit comments

Comments
 (0)