Bug 170516

Summary: WebAssembly: Plans should be able to have more than one completion task.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, mark.lam, msaboff, rniwa, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
saam: review+, buildbot: commit-queue-
Archive of layout-test-results from ews105 for mac-elcapitan-wk2 none

Description Keith Miller 2017-04-05 12:48:11 PDT
WebAssembly: Plans should be able to have more than one completion task.
Comment 1 Keith Miller 2017-04-05 12:49:39 PDT
Created attachment 306301 [details]
Patch
Comment 2 Saam Barati 2017-04-05 13:49:59 PDT
Comment on attachment 306301 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=306301&action=review

> Source/JavaScriptCore/wasm/js/WebAssemblyPrototype.cpp:-159
> -        vm.promiseDeferredTimer->scheduleBlockedTask(instance->codeBlock()->plan().pendingPromise(), [&vm, promise, instance, module, entries] () {

can we remove the pending promise stuff?
Comment 3 Build Bot 2017-04-05 13:57:17 PDT
Comment on attachment 306301 [details]
Patch

Attachment 306301 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/3480257

New failing tests:
fast/mediastream/getUserMedia-webaudio.html
Comment 4 Build Bot 2017-04-05 13:57:19 PDT
Created attachment 306310 [details]
Archive of layout-test-results from ews105 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 5 Keith Miller 2017-04-05 14:19:42 PDT
Committed r214970: <http://trac.webkit.org/changeset/214970>