Bug 36585
| Summary: | fast/workers/termination-with-port-messages.html failed on Leopard Release Bot | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dglazkov, dimich |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
fast/workers/termination-with-port-messages.html failed on Leopard Release Bot
http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r56503%20(12057)/fast/workers/termination-with-port-messages-diffs.txt
--- /Volumes/Big/WebKit-BuildSlave/leopard-intel-release-tests/build/layout-test-results/fast/workers/termination-with-port-messages-expected.txt 2010-03-25 01:24:56.000000000 -0700
+++ /Volumes/Big/WebKit-BuildSlave/leopard-intel-release-tests/build/layout-test-results/fast/workers/termination-with-port-messages-actual.txt 2010-03-25 01:24:56.000000000 -0700
@@ -1 +1,2 @@
+CONSOLE MESSAGE: line 3: JavaScript execution exceeded timeout.
This test terminates a worker when there are many undelivered MessagePort messages still waiting to be dispatched into the Worker Context. This causes termination of JS execution and test should not try to dispatch the remaining messages. Test succeeds if it does not hang or crash (if worker thread is running in the separate process, that process could hang or crash).
This is the first time I've noticed this test fail on the bot. I can only assume it's flaky since the checkin which kicked off this build had nothing to do with this test.
The test has only been around for 7 days:
http://trac.webkit.org/browser/trunk/LayoutTests/fast/workers/termination-with-port-messages.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Failed again:
http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r56594%20(12143)/fast/workers/termination-with-port-messages-diffs.txt
Same error as before.
Eric Seidel (no email)
The commit-bot just saw this too:
https://bugs.webkit.org/show_bug.cgi?id=36735#c3
Eric Seidel (no email)
Failed on Snow Leopard as well:
http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r56741%20(5360)/fast/workers/termination-with-port-messages-diffs.txt
Eric Seidel (no email)
Just failed on Snow Leopard as well:
http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r56889%20(5473)/fast/workers/termination-with-port-messages-diffs.txt
--- /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/layout-test-results/fast/workers/termination-with-port-messages-expected.txt 2010-03-31 20:40:05.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/layout-test-results/fast/workers/termination-with-port-messages-actual.txt 2010-03-31 20:40:05.000000000 -0700
@@ -1 +1,4 @@
+CONSOLE MESSAGE: line 3: JavaScript execution exceeded timeout.
+CONSOLE MESSAGE: line 3: JavaScript execution exceeded timeout.
+CONSOLE MESSAGE: line 3: JavaScript execution exceeded timeout.
This test terminates a worker when there are many undelivered MessagePort messages still waiting to be dispatched into the Worker Context. This causes termination of JS execution and test should not try to dispatch the remaining messages. Test succeeds if it does not hang or crash (if worker thread is running in the separate process, that process could hang or crash).
Eric Seidel (no email)
I expect this is a dupe of bug 36646.
*** This bug has been marked as a duplicate of bug 36646 ***