[Webkit-unassigned] [Bug 184254] Regression: MessagePort.postMessage() fails to send transferable objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 15:24:18 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184254

--- Comment #6 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 337306
  --> https://bugs.webkit.org/attachment.cgi?id=337306
Patch

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

> LayoutTests/workers/message-port.html:30
> +  debug(array[0]);

This should expect a specific value and display a PASS or FAIL line in the expected results. Otherwise, you can be sure someone will come and simply rebaseline the test if it starts outputing a different value or no value.

Since you're using js-test, you can use shouldBe() utility function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180405/2a2b5f12/attachment-0002.html>


More information about the webkit-unassigned mailing list