Skip to content

Commit e349925

Browse files
authored
Merge pull request swiftlang#74968 from swiftlang/egorzhdan/std-function-test-reenable-pt2
[cxx-interop] Conditionally re-enable a test for `std::function`, pt 2
2 parents 63e7c93 + 6c17565 commit e349925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// which aren't yet supported in Swift. Therefore initializing a std::function from Swift closures
1212
// will not work on the platforms that are shipped with this version of libstdc++ (rdar://125816354).
1313
// XFAIL: LinuxDistribution=ubuntu-22.04
14+
// XFAIL: LinuxDistribution=rhel-9.3
1415
// XFAIL: LinuxDistribution=rhel-9.4
1516

1617
import StdlibUnittest

0 commit comments

Comments
 (0)