Closed
Bug 547334
Opened 15 years ago
Closed 15 years ago
test_browserhistory.js | addPageWithDetails failed
Categories
(Toolkit :: Places, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: ddahl, Unassigned)
References
()
Details
(Keywords: intermittent-failure)
WARNING: attempting to update frecency for a bogus place: file /builds/moz2_slave/mozilla-central-linux-debug/build/toolkit/components/places/src/nsNavHistory.cpp, line 7475
TEST-UNEXPECTED-FAIL | /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/tests/test_places/unit/test_browserhistory.js | addPageWithDetails failed - See following stack:
JS frame :: /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/head.js :: do_throw :: line 202
JS frame :: /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/tests/test_places/unit/test_browserhistory.js :: run_test :: line 199
JS frame :: /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/head.js :: _execute_test :: line 130
JS frame :: -e :: <TOP_LEVEL> :: line 1
TEST-INFO | (xpcshell/head.js) | exiting test
Reporter | ||
Comment 1•15 years ago
|
||
Not sure if this is a random orange or not.
Linux mozilla-central debug test xpcshell [testfailed] Started 13:19, finished 14:15
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1266614355.1266617667.30677.gz
Comment 2•15 years ago
|
||
Notice the warning:
TEST-PASS | /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/tests/test_places/unit/test_browserhistory.js | [run_test : 175] http://mirror3.mozilla.com/ == http://mirror3.mozilla.com/
TEST-PASS | /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/tests/test_places/unit/test_browserhistory.js | [run_test : 177] foo == foo
WARNING: attempting to update frecency for a bogus place: file /builds/moz2_slave/mozilla-central-linux-debug/build/toolkit/components/places/src/nsNavHistory.cpp, line 7475
TEST-UNEXPECTED-FAIL | /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/tests/test_places/unit/test_browserhistory.js | addPageWithDetails failed - See following stack:
JS frame :: /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/head.js :: do_throw :: line 202
JS frame :: /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/tests/test_places/unit/test_browserhistory.js :: run_test :: line 199
JS frame :: /builds/slave/mozilla-central-linux-debug-unittest-xpcshell/build/xpcshell/head.js :: _execute_test :: line 130
Updated•15 years ago
|
Component: Bookmarks & History → Places
Product: Firefox → Toolkit
QA Contact: bookmarks → places
Comment 3•15 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1269632782.1269634420.28544.gz
Linux mozilla-central debug test xpcshell on 2010/03/26 12:46:22
s: moz2-linux-slave26
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 5•15 years ago
|
||
this is probably due to the fact removeAllPages is partly async, we should use waitForClearHistory()
Comment 6•15 years ago
|
||
wait for clear history
http://hg.mozilla.org/mozilla-central/rev/65c3b7a25033
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•