Skip to content

Commit 8f6dadd

Browse files
authored
Merge pull request #60769 from aschwaighofer/fix_resilient_multipayload_enum
Disable resilient_multipayload_enum.swift test that fails on older runtimes
2 parents 47c1fd9 + dfecad9 commit 8f6dadd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/resilient_multipayload_enum.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
// REQUIRES: executable_test
1818

19+
// Older runtimes have a bug (fixed by PR#42131) that causes this test to fail.
20+
// UNSUPPORTED: use_os_stdlib || back_deployment_runtime
21+
1922
import ResilientEnum
2023

2124
@inline(never)

0 commit comments

Comments
 (0)