We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0441436 + af311ff commit b6c6e86Copy full SHA for b6c6e86
test/Interop/Cxx/stdlib/use-std-function.swift
@@ -7,8 +7,11 @@
7
8
// REQUIRES: executable_test
9
10
-// rdar://130527427
11
-// REQUIRES: rdar130527427
+// 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
12
+// will not work on the platforms that are shipped with this version of libstdc++ (rdar://125816354).
13
+// XFAIL: LinuxDistribution=ubuntu-22.04
14
+// XFAIL: LinuxDistribution=rhel-9.4
15
16
import StdlibUnittest
17
import StdFunction
0 commit comments