Bug 168784

Summary: WebAssembly: update spec tests
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: 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    

Description JF Bastien 2017-02-23 10:21:51 PST
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.
Comment 1 JF Bastien 2017-02-23 15:47:52 PST
Actually, we should drop wabt and use spec's own JS translator (according to binji).
Comment 2 JF Bastien 2017-02-23 15:49:06 PST
Though he's updating wabt at my prompting: https://github.com/WebAssembly/wabt/pull/313