Bug 168784
| Summary: | WebAssembly: update spec tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | fpizlo, jfbastien, keith_miller, mark.lam, msaboff, saam |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=170683 | ||
| Bug Depends on: | 168672 | ||
| Bug Blocks: | 159775 | ||
JF Bastien
For bug #168672 I'm updating us to version 0x1 and hacking the version number in the spec tests to 0x1 because spec+wabt isn't ready yet:
https://github.com/WebAssembly/wabt/pull/310
I'm updating JSTests/wasm/import-spec-tests.rb a bit to use the new spec directory layout and ignore fail tests. There's more to do: spec tests have substantially changed and now have more than just these "core" tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
JF Bastien
Actually, we should drop wabt and use spec's own JS translator (according to binji).
JF Bastien
Though he's updating wabt at my prompting: https://github.com/WebAssembly/wabt/pull/313