Closed
Bug 835085
Opened 13 years ago
Closed 12 years ago
Intermittent test_selectAtPoint.html | application timed out
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=19170109&tree=Mozilla-Inbound
Rev4 MacOSX Snow Leopard 10.6 mozilla-inbound debug test mochitest-other on 2013-01-26 13:14:09 PST for push a9e8397cd253
slave: talos-r4-snow-035
8698 INFO TEST-PASS | chrome://mochitests/content/chrome/dom/tests/mochitest/chrome/test_sandbox_postMessage.html | Received the expected message data
8699 INFO TEST-END | chrome://mochitests/content/chrome/dom/tests/mochitest/chrome/test_sandbox_postMessage.html | finished in 541ms
8700 INFO TEST-START | chrome://mochitests/content/chrome/dom/tests/mochitest/chrome/test_selectAtPoint.html
++DOMWINDOW == 133 (0x14e6b1190) [serial = 1263] [outer = 0x12be20620]
++DOCSHELL 0x14e1caf10 == 43 [id = 320]
++DOMWINDOW == 134 (0x157ebeda0) [serial = 1264] [outer = 0x0]
++DOMWINDOW == 135 (0x157fbe700) [serial = 1265] [outer = 0x157ebeda0]
++DOCSHELL 0x15b85f760 == 44 [id = 321]
++DOMWINDOW == 136 (0x14b687f30) [serial = 1266] [outer = 0x0]
++DOCSHELL 0x14e10b9c0 == 45 [id = 322]
++DOMWINDOW == 137 (0x14e149d50) [serial = 1267] [outer = 0x0]
++DOCSHELL 0x15c2b4a00 == 46 [id = 323]
++DOMWINDOW == 138 (0x15a5b2520) [serial = 1268] [outer = 0x0]
++DOMWINDOW == 139 (0x15c2f3800) [serial = 1269] [outer = 0x15a5b2520]
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && subjPrincipal) failed: file ../../../docshell/base/nsDocShell.cpp, line 8253
2013-01-26 13:21:38.482 firefox-bin[336:903] invalid drawable
WARNING: Subdocument container has no frame: file ../../../layout/base/nsDocumentViewer.cpp, line 2393
++DOMWINDOW == 140 (0x15cacc0f0) [serial = 1270] [outer = 0x14b687f30]
WARNING: Subdocument container has no frame: file ../../../layout/base/nsDocumentViewer.cpp, line 2393
++DOMWINDOW == 141 (0x15caf3cd0) [serial = 1271] [outer = 0x14e149d50]
++DOMWINDOW == 142 (0x12fad7790) [serial = 1272] [outer = 0x15a5b2520]
WARNING: NS_ENSURE_TRUE(mMutable) failed: file ../../../../netwerk/base/src/nsSimpleURI.cpp, line 265
++DOMWINDOW == 143 (0x15bbb3d40) [serial = 1273] [outer = 0x15a5b2520]
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 95
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 95
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 95
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 95
WARNING: NS_ENSURE_TRUE(mTextInputHandler) failed: file ../../../widget/cocoa/nsChildView.mm, line 3933
++DOMWINDOW == 144 (0x15bb0cea0) [serial = 1274] [outer = 0x15a5b2520]
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/tests/mochitest/chrome/test_selectAtPoint.html | application timed out after 330 seconds with no output
| Reporter | ||
Comment 1•13 years ago
|
||
Boris, do you understand how this test could have failed?
The "NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && subjPrincipal) failed" looks like the
root of the problem.
http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#8253
But there's only one <iframe> in this test afaict, loading a "data:text/html" url.
How can that fail in GetSubjectPrincipal?
| Reporter | ||
Comment 2•13 years ago
|
||
This test does wait for the load event on both the top document and the <iframe>,
and also a MozAfterPaint, before running the test:
http://mxr.mozilla.org/mozilla-central/source/dom/tests/mochitest/chrome/selectAtPoint.html?force=1#191
so it seems it should be pretty robust.
| Reporter | ||
Comment 3•13 years ago
|
||
There are seven other "intermittent orange" bugs that also starts with
a "subjPrincipal" warning, fwiw.
Comment 4•13 years ago
|
||
I don't see a way this would fail, offhand. :(
Comment 5•12 years ago
|
||
Resolving WFM keyword:intermittent-failure bugs last modified >3 months ago, whose whiteboard contains none of:
{random,disabled,marked,fuzzy,todo,fails,failing,annotated,time-bomb,leave open}
There will inevitably be some false positives; for that (and the bugspam) I apologise. Filter on orangewfm.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•