Closed
Bug 565280
Opened 15 years ago
Closed 12 years ago
Random failure of jsreftest/tests/js1_5/Regress/regress-159334.js:41035: illegal character item 1
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mak, Unassigned)
References
Details
(Keywords: intermittent-failure)
I have not found another bug about this one
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1273661939.1273663076.26128.gz
Linux mozilla-central debug test jsreftest on 2010/05/12 03:58:59
REFTEST TEST-PASS | file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-156354.js | Section 6 of test - item 6
REFTEST TEST-PASS | file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-156354.js | Section 7 of test - item 7
REFTEST TEST-PASS | file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-156354.js | Section 8 of test - item 8
REFTEST INFO | Loading a blank page
++DOMWINDOW == 91 (0xacf92364) [serial = 3648] [outer = 0xa56c3c0]
REFTEST INFO | Loading file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-159334.js
++DOMWINDOW == 92 (0xaebf1dd4) [serial = 3649] [outer = 0xa56c3c0]
begin test: js1_5/Regress/regress-159334.js
WARNING: NS_ENSURE_TRUE(mDocument && mDocShell) failed: file /builds/slave/mozilla-central-linux-debug/build/parser/html/nsHtml5TreeOpExecutor.cpp, line 610
FAILED! illegal character
WARNING: NS_ENSURE_TRUE(mDocument && mDocShell) failed: file /builds/slave/mozilla-central-linux-debug/build/parser/html/nsHtml5TreeOpExecutor.cpp, line 610
JavaScript error: file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/js1_5/Regress/regress-159334.js, line 41035: illegal character
REFTEST TEST-UNEXPECTED-FAIL | file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-159334.js | Unknown file:///builds/slave/mozilla-central-linux-debug-unittest-jsreftest/build/jsreftest/tests/js1_5/Regress/regress-159334.js:41035: illegal character item 1
REFTEST INFO | Loading a blank page
Comment 1•15 years ago
|
||
The operative output appears to be
WARNING: NS_ENSURE_TRUE(mDocument && mDocShell) failed: file
/builds/slave/mozilla-central-linux-debug/build/parser/html/nsHtml5TreeOpExecutor.cpp,
line 610
FAILED! illegal character
Version: 1.9.2 Branch → Trunk
Comment 2•15 years ago
|
||
(In reply to comment #1)
> The operative output appears to be
>
> WARNING: NS_ENSURE_TRUE(mDocument && mDocShell) failed: file
> /builds/slave/mozilla-central-linux-debug/build/parser/html/nsHtml5TreeOpExecutor.cpp,
> line 610
This happens on every innerHTML setter call. See bug 565186.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 4•12 years ago
|
||
Mass marking whiteboard:[orange] bugs WFM (to clean up TBPL bug suggestions) that:
* Haven't changed in > 6months
* Whose whiteboard contains none of the strings: {disabled,marked,random,fuzzy,todo,fails,failing,annotated,leave open,time-bomb}
* Passed a (quick) manual inspection of bug summary/whiteboard to ensure they weren't a false positive.
I've also gone through and searched for cases where the whiteboard wasn't labelled correctly after test disabling, by using attachment description & basic comment searches. However if the test for which this bug was about has in fact been disabled/annotated/..., please accept my apologies & reopen/mark the whiteboard appropriately so this doesn't get re-closed in the future (and please ping me via IRC or email so I can try to tweak the saved searches to avoid more edge cases).
Sorry for the spam! Filter on: #FFA500
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•