Closed
Bug 820476
Opened 12 years ago
Closed 12 years ago
Intermittent dom/workers/test/test_fibonacci.html | Test timed out.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: emorley, Assigned: khuey)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
672 bytes,
patch
|
bent.mozilla
:
review+
akeybl
:
approval-mozilla-aurora-
akeybl
:
approval-mozilla-beta-
akeybl
:
approval-mozilla-b2g18-
|
Details | Diff | Splinter Review |
Rev3 WINNT 5.1 mozilla-inbound opt test mochitest-4 on 2012-12-08 15:36:57 PST for push b5fa6a857c35
slave: talos-r3-xp-042
https://tbpl.mozilla.org/php/getParsedLog.php?id=17754155&tree=Mozilla-Inbound
{
852 INFO TEST-START | /tests/dom/workers/test/test_eventDispatch.html
853 INFO TEST-PASS | /tests/dom/workers/test/test_eventDispatch.html | Got correct data.
854 INFO TEST-PASS | /tests/dom/workers/test/test_eventDispatch.html | Got correct data.
855 INFO TEST-END | /tests/dom/workers/test/test_eventDispatch.html | finished in 65ms
856 INFO TEST-START | /tests/dom/workers/test/test_fibonacci.html
857 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/workers/test/test_fibonacci.html | Test timed out.
}
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 4•12 years ago
|
||
Reporter | ||
Comment 5•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 9•12 years ago
|
||
Updated•12 years ago
|
Attachment #692116 -
Flags: review?(bent.mozilla) → review+
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 14•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 17•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 19•12 years ago
|
||
Comment on attachment 692116 [details] [diff] [review]
Patch
I think we should consider taking this on branches. It fixes an intermittent orange and a bug where certain messages are lost when lots of web workers are used.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): N/A
User impact if declined: In certain situations messages to workers may be lost, potentially breaking code.
Testing completed: On m-c, code inspection.
Risk to taking this patch (and alternatives if risky): Low risk.
String or UUID changes made by this patch: None.
Attachment #692116 -
Flags: approval-mozilla-beta?
Attachment #692116 -
Flags: approval-mozilla-b2g18?
Attachment #692116 -
Flags: approval-mozilla-aurora?
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 21•12 years ago
|
||
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #19)
> [Approval Request Comment]
> Bug caused by (feature/regressing bug #): N/A
Doesn't seem like this is a recent regression given your nom, I don't see any TBPL comments here from Aurora/Beta/B2G18, and nobody has actually seen user impact. Seems like a minor issue given that.
Comment 22•12 years ago
|
||
Comment on attachment 692116 [details] [diff] [review]
Patch
Please re-nominate if you deem it necessary after responding to the last question from triage.
Attachment #692116 -
Flags: approval-mozilla-beta?
Attachment #692116 -
Flags: approval-mozilla-beta-
Attachment #692116 -
Flags: approval-mozilla-b2g18?
Attachment #692116 -
Flags: approval-mozilla-b2g18-
Attachment #692116 -
Flags: approval-mozilla-aurora?
Attachment #692116 -
Flags: approval-mozilla-aurora-
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•