Comment #2 on issue 22898 by [email protected]: WorkerFastLayoutTests seems to crash on Linux http://code.google.com/p/chromium/issues/detail?id=22898
Here's the error we're seeing (I think this is "crashed browser" but I'm not positive): WorkerTest.WorkerFastLayoutTests: /b/slave/sub-rel-linux/build/src/chrome/test/ui/ui_test.cc:687: Failure Value of: browser_survived Actual: false Expected: true Google Test trace: /b/slave/sub-rel-linux/build/src/chrome/test/ui/ui_layout_test.cc:166: worker- context-multi-port.html /b/slave/sub-rel-linux/build/src/chrome/test/ui/ui_layout_test.cc:239: Failure Value of: value.c_str() Actual: " " Expected: expected_result_value.c_str() Which is: "This test checks the various use cases around sending multiple ports through WorkerGlobalScope.postMessage On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS event.ports is null when no port sent PASS event.ports is null when empty array sent PASS event.ports contains two ports when two ports sent PASS posting a null port did throw: Error: INVALID_STATE_ERR: DOM Exception 11 PASS posting a non-port did throw: TypeError: MessagePortArray argument must contain only MessagePorts PASS event.ports contains two ports when two ports re-sent after error PASS posting a non-array did throw: TypeError: MessagePortArray argument has no length attribute PASS posting a non-sequence did throw: TypeError: MessagePortArray argument must contain only MessagePorts TEST COMPLETE " -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
