Bug 173977

Summary: WebAssembly: test CSP with promise-based APIs
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: fpizlo, jfbastien, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 173892    
Bug Blocks:    

Description JF Bastien 2017-06-29 10:56:51 PDT
The CSP tests currently don't try using the promise APIs because the promises don't complete if just used as-is. Layout tests have test harnesses to help with promises... but we're also testing CSP so it's a pain to import a harness. I left a FIXME for this in the tests, will come back to it later.