Closed
Bug 601536
Opened 14 years ago
Closed 14 years ago
Intermittent failure in mochitest/dom-level0/test_location.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - runTest is not defined
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: orangereporter, Assigned: philor)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.02 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
This seems like an awfully unlikely thing to be intermittent: the test (http://mxr.mozilla.org/mozilla-central/source/dom/tests/mochitest/dom-level0/test_location.html?force=1) has us loading pretty much "<iframe onload="foo()"></iframe><script>function foo(){}</script>" and having foo be undefined, for what's apparently the first time after it working a few hundred thousand times.
http://tinderbox.mozilla.org/showlog.cgi?log=TraceMonkey/1286145326.1286148103.26900.gz
WINNT 5.2 tracemonkey debug test mochitests-2/5 on 2010/10/03 15:35:26
s: win32-slave19
8367 INFO TEST-START | /tests/dom/tests/mochitest/dom-level0/test_location.html
++DOMWINDOW == 47 (0920EC30) [serial = 2281] [outer = 072CDA60]
pldhash: for the table at address 0A7F0B00, the given entrySize of 48 probably favors chaining over double hashing.
++DOCSHELL 0A7F0A98 == 20
++DOMWINDOW == 48 (0A5B26C8) [serial = 2282] [outer = 00000000]
WARNING: NS_ENSURE_TRUE(shell) failed: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/docshell/base/nsDocShell.cpp, line 10673
WARNING: NS_ENSURE_TRUE(sf) failed: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/docshell/base/nsDocShell.cpp, line 4915
WARNING: NS_ENSURE_TRUE(shell) failed: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/docshell/base/nsDocShell.cpp, line 10673
WARNING: NS_ENSURE_TRUE(sf) failed: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/docshell/base/nsDocShell.cpp, line 4915
WARNING: Context has no global.: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/dom/base/nsJSEnvironment.cpp, line 2410
WARNING: Subdocument container has no frame: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/layout/base/nsDocumentViewer.cpp, line 2423
WARNING: Context has no global.: file e:/builds/moz2_slave/tracemonkey-win32-debug/build/dom/base/nsJSEnvironment.cpp, line 2410
++DOMWINDOW == 49 (0B87A368) [serial = 2283] [outer = 0A5B2690]
8368 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/dom-level0/test_location.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - runTest is not defined at http://mochi.test:8888/tests/dom/tests/mochitest/dom-level0/test_location.html:1
JavaScript error: http://mochi.test:8888/tests/dom/tests/mochitest/dom-level0/test_location.html, line 1: runTest is not defined
Comment 1•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1286294601.1286297296.29285.gz
WINNT 5.2 comm-central-trunk debug test mochitests-2/5 on 2010/10/05 09:03:21
Depends on: 585209
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
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 19•14 years ago
|
||
Updated•14 years ago
|
Attachment #492041 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 20•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
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
•