Skip to content

Commit dfecad9

Browse files
committed
Disable resilient_multipayload_enum.swift test that fails on older runtimes
Older runtimes have a bug that was fixed by PR #42131 that this test exercises. rdar://99099912
1 parent 47c1fd9 commit dfecad9

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)