Bug 219309
| Summary: | WebAssembly JS API: import JS API spec tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sergey Rubanov <chi187> |
| Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Minor | CC: | chi187, ysuzuki |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 161709 | ||
Sergey Rubanov
Currently only core spec tests are imported. Tests from https://github.com/WebAssembly/spec/tree/master/test/js-api should be imported too.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
(In reply to Sergey Rubanov from comment #0)
> Currently only core spec tests are imported. Tests from
> https://github.com/WebAssembly/spec/tree/master/test/js-api should be
> imported too.
Isn't it included as a part of WPT tests? (LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi)
Sergey Rubanov
> Isn't it included as a part of WPT tests?
> (LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi)
Oh, you are right, they are included there.