-
Notifications
You must be signed in to change notification settings - Fork 87
Failing wasm tests #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would like to find all the wasm tests that are currently failing on Chrome and disable them individually, but that might be asking too much. |
This currently hinges on rustwasm/wasm-pack#998 |
This actually was waiting for |
I tracked down the cause of the wasm test failures and it looks like it's due to the comparison ops added to tests in #80. It looks like wasmparser has been updated to support these opcodes so it's just a matter of the changes propagating to wasm-bindgen-test. I opened rustwasm/wasm-bindgen#2522 to track this.
I think we can just ignore the failures for now and they should start passing against once wasm-bindgen-test is updated.
cc @workingjubilee
The text was updated successfully, but these errors were encountered: