Bug 75755
Summary: | [chromium] Incorrect results for message port tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dslomov, levin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tony Chang
It the output of some worker tests in Chromium and the output was not updated. For example, in fast/events/message-port-multi.html we now get:
PASS channel.port1.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: TransferArray argument must contain only Transferables.
And the checked in result (in platform/chromium-win) is :
PASS channel.port1.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: MessagePortArray argument must contain only MessagePorts.
Do we need to rebaseline these tests? It wasn't showing up in ui_tests because these worker tests are marked flaky (they consistently fail on my Linux machine).
The specific tests are:
fast/events/message-port-multi.html
fast/workers/worker-multi-port.html
fast/workers/worker-context-multi-port.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dmitry Lomov
Expectations updated in http://trac.webkit.org/changeset/109233 .
fast/workers/worker-multi-port.html and fast/workers/worker-context-multi-port.html are covered by https://bugs.webkit.org/show_bug.cgi?id=74459