You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flakiness in test_indirectbr_many. NFC (#19730)
This test, when run without optmizations, uses a lot of memory at
runtime. Skip the test in this case.
However, in order to get more coverage of wasm64 and wasm64l, add `-O1`
which means these OOM'ing tests will now run under wasm64.
0 commit comments