Skip to content

Commit fe38d1e

Browse files
authored
Merge pull request #83337 from egorzhdan/egorzhdan/enable-std-function-test
[cxx-interop] Enable a test for `std::function` on all Linux distros
2 parents cee927e + 2e6d820 commit fe38d1e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77

88
// REQUIRES: executable_test
99

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-
2210
import StdlibUnittest
2311
import StdFunction
2412
import CxxStdlib

0 commit comments

Comments
 (0)