wasmparser icon indicating copy to clipboard operation
wasmparser copied to clipboard

Remove special casing for old spec test error messages

Open fitzgen opened this issue 6 years ago • 2 comments

Passive elements used to have a bad expected error message in the spec tests but that's since been fixed.

fitzgen avatar Feb 19 '20 18:02 fitzgen

I rebased the patch. I'm getting locally (and during checks):

thread 'tests::wast_tests::run_proposals_tests' panicked at 'table_init.wast:192: expected "unknown table 0", got "unknown elem segment 0: segment index out of bounds"', src/tests.rs:442:25

yurydelendik avatar Feb 27 '20 17:02 yurydelendik

(as a heads up this repo is moved to https://github.com/bytecodealliance/wasm-tools now)

alexcrichton avatar May 20 '20 15:05 alexcrichton