Bug 168784 - WebAssembly: update spec tests
Summary: WebAssembly: update spec tests
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 168672
Blocks: 159775
  Show dependency treegraph
 
Reported: 2017-02-23 10:21 PST by JF Bastien
Modified: 2017-04-14 16:16 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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