File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// REQUIRES: executable_test
9
9
10
- // libstdc++11 declares a templated constructor of std::function with an rvalue-reference parameter,
11
- // 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=rhel-9.3
14
- // XFAIL: LinuxDistribution=rhel-9.4
15
- // XFAIL: LinuxDistribution=rhel-9.5
16
- // XFAIL: LinuxDistribution=rhel-9.6
17
- // XFAIL: LinuxDistribution=fedora-39
18
- // XFAIL: LinuxDistribution=fedora-41
19
- // XFAIL: LinuxDistribution=debian-12
20
- // XFAIL: LinuxDistribution=amzn-2023
21
-
22
10
import StdlibUnittest
23
11
import StdFunction
24
12
import CxxStdlib
You can’t perform that action at this time.
0 commit comments