Bug 75755

Summary: [chromium] Incorrect results for message port tests
Product: WebKit Reporter: Tony Chang <tony>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dslomov, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Tony Chang
Reported 2012-01-06 15:58:44 PST
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
Dmitry Lomov
Comment 1 2012-02-29 11:12:02 PST
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
Note You need to log in before you can comment on or make changes to this bug.