Disable use-std-function.swift on ubuntu-24.10 (#77002)

The test is failing because a templated constructor of std::function
with an rvalue-reference parameter is called, which isn't supported yet.

rdar://137637142
This commit is contained in:
Akira Hatanaka
2024-10-17 16:21:25 -07:00
committed by GitHub
parent 6a4b1cc4b0
commit 9850a28ace

View File

@@ -10,6 +10,7 @@
// libstdc++11 declares a templated constructor of std::function with an rvalue-reference parameter,
// which aren't yet supported in Swift. Therefore initializing a std::function from Swift closures
// will not work on the platforms that are shipped with this version of libstdc++ (rdar://125816354).
// XFAIL: LinuxDistribution=ubuntu-24.10
// XFAIL: LinuxDistribution=ubuntu-22.04
// XFAIL: LinuxDistribution=rhel-9.3
// XFAIL: LinuxDistribution=rhel-9.4