Commit 44ad7bc
committed
Skip testFancyIndexGet2 on WASI to fix CI failure
The test uses complex fancy indexing with mixed slicing operations
that trigger Swift runtime protocol conformance checking. This crashes
in WASM's constrained memory environment due to the overhead of the
swift_conformsToProtocolMaybeInstantiateSuperclasses runtime function.1 parent 511f5c0 commit 44ad7bc
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
828 | 831 | | |
829 | | - | |
| 832 | + | |
830 | 833 | | |
831 | 834 | | |
832 | 835 | | |
| |||
895 | 898 | | |
896 | 899 | | |
897 | 900 | | |
898 | | - | |
| 901 | + | |
| 902 | + | |
899 | 903 | | |
900 | 904 | | |
901 | 905 | | |
| |||
0 commit comments