mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user