Bug 219309 - WebAssembly JS API: import JS API spec tests
Summary: WebAssembly JS API: import JS API spec tests
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 161709
  Show dependency treegraph
 
Reported: 2020-11-27 08:57 PST by Sergey Rubanov
Modified: 2020-11-27 23:55 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Rubanov 2020-11-27 08:57:49 PST
Currently only core spec tests are imported. Tests from https://github.com/WebAssembly/spec/tree/master/test/js-api should be imported too.
Comment 1 Yusuke Suzuki 2020-11-27 19:41:52 PST
(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)
Comment 2 Sergey Rubanov 2020-11-27 23:55:21 PST
> 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.