Bug 166625 - WebAssembly: test more wasm->wasm
Summary: WebAssembly: test more wasm->wasm
Status: NEW
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: 165282
Blocks: 161709
  Show dependency treegraph
 
Reported: 2016-12-30 12:32 PST by JF Bastien
Modified: 2016-12-30 12:32 PST (History)
3 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 2016-12-30 12:32:30 PST
Bug #165282 is getting huge, and already tests interesting things and gets the useful functionality off the ground. We should go back and test other weird corner cases.

I left some FIXMEs in wasm-to-wasm.js to test other interesting things:

// FIXME: test wasm->wasm using 32-bit things (including float), as well as 64-bit NaNs that don't get canonicalized
// FIXME: do a throw two-deep
// FIXME: check that the first wasm's instance is back in OK state (with table or global?)
// FIXME: test calling through a Table