Closed
Bug 780855
Opened 12 years ago
Closed 7 years ago
Permaorange Android dom/indexedDB/test/test_event_propagation.html | Test timed out.
Categories
(Core :: Storage: IndexedDB, defect, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [test disabled][leave open])
Attachments
(1 file)
(deleted),
patch
|
emorley
:
review+
|
Details | Diff | Splinter Review |
Is the last thing to fix before native android m3 is green & can be unhidden :-)
{
4821 INFO TEST-START | /tests/dom/indexedDB/test/test_event_propagation.html
4822 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/indexedDB/test/test_event_propagation.html | Test timed out.
4823 INFO TEST-END | /tests/dom/indexedDB/test/test_event_propagation.html | finished in 308107ms
}
eg:
https://tbpl.mozilla.org/php/getParsedLog.php?id=14184535&tree=Mozilla-Inbound
Comment 1•12 years ago
|
||
Can we just disable this test? I would really like to get this resolved today one way or another.
Comment 2•12 years ago
|
||
we can leave this bug open for debugging the root cause of this.
Attachment #649640 -
Flags: review?(bmo)
Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 649640 [details] [diff] [review]
disable test_event_propagation.html via android.json (1.0)
r=me :-)
bent: Test is perma-orange, so we lose nothing by disabling - and is the last thing holding native M3 hidden and at risk of further regression.
Attachment #649640 -
Flags: review?(bmo) → review+
Comment 4•12 years ago
|
||
Whiteboard: [orange][test disabled][leave open]
Comment 5•12 years ago
|
||
I debugged a little to find the source of the hang. testSteps() hangs on yield here:
https://hg.mozilla.org/mozilla-central/annotate/2637d896de91/dom/indexedDB/test/event_propagation_iframe.html#l93
grabEventAndContinueHandler is not called -- upgradeneeded is not received.
Reporter | ||
Comment 6•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange][test disabled][leave open] → [test disabled][leave open]
Updated•7 years ago
|
Priority: -- → P5
Reporter | ||
Comment 8•7 years ago
|
||
Mass-closing old bugs I filed that have not had recent activity/no longer affect me.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•