Run AArch64 Winch tests on CI#10738
Run AArch64 Winch tests on CI#10738alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
Conversation
Most tests pass (yay!), some tests fail, and some tests crash and/or have nondeterministic results. A new `WastTest::should_skip_entirely` helper is added to avoid running crashing or nondeterministic tests in CI and that should enable all other tests to run in CI to ensure we have a ratchet to prevent future regressions. This should also in theory make testing easier locally with `cargo test --test wast`. Closes bytecodealliance#9566
Subscribe to Label ActionDetailsThis issue or pull request has been labeled: "wasmtime:api", "wasmtime:config", "wasmtime:docs", "winch"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
|
After some follow-up discussion I think it's a bit premature for this so I'm going to close this. |
|
I opened #10750, with some inspiration from this pull request and after our discussion in our meeting today. Let me know what you think! |
Most tests pass (yay!), some tests fail, and some tests crash and/or have nondeterministic results. A new
WastTest::should_skip_entirelyhelper is added to avoid running crashing or nondeterministic tests in CI and that should enable all other tests to run in CI to ensure we have a ratchet to prevent future regressions. This should also in theory make testing easier locally withcargo test --test wast.Closes #9566