Closed
Bug 464326
Opened 16 years ago
Closed 16 years ago
test_bug_401430.js fails randomly
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 450807
People
(Reporter: mossop, Unassigned)
Details
In my experiments running unit tests on tryserver I have frequently been seeing this test fail. It is random so I don't believe it is a result of a configuration problem. The test also contains a timeout. I suspect that the slave I am testing with may have less performance than normal slaves which may be why this is showing up there. However since it is failing there there is the possibility of it failing on the real tinderbox so it could be worth figuring out if there is a way to fix the test.
TEST-UNEXPECTED-FAIL | ../../../../_tests/xpcshell-simple/test_dm/unit/test_bug_401430.js | test failed, see log
../../../../_tests/xpcshell-simple/test_dm/unit/test_bug_401430.js.log:
>>>>>>>
*** Throwing trying to get CurProcD
*** Throwing trying to get MozBinD
*** Throwing trying to get UHist
*** test pending
*** test pending
*** test pending
*** Throwing trying to get cachePDir
*** Throwing trying to get ProfLD
*** Throwing trying to get cachePDir
*** Throwing trying to get ProfLD
*** test finished
*** running event loop
*** Throwing trying to get UMimTyp
*** Throwing trying to get UMimTyp
*** Throwing trying to get plugin.scan.Acrobat
*** Throwing trying to get plugin.scan.Quicktime
*** Throwing trying to get plugin.scan.4xPluginFolder
*** test finished
*** exiting
*** TEST-UNEXPECTED-FAIL | ../../../../_tests/xpcshell-simple/test_dm/unit/test_bug_401430.js | false == true
JS frame :: d:/tryserver-slave/sendchange-win32-hg/mozilla/tools/test-harness/xpcshell-simple/head.js :: do_throw :: line 101
JS frame :: d:/tryserver-slave/sendchange-win32-hg/mozilla/tools/test-harness/xpcshell-simple/head.js :: do_check_eq :: line 120
JS frame :: d:/tryserver-slave/sendchange-win32-hg/mozilla/tools/test-harness/xpcshell-simple/head.js :: do_check_true :: line 126
JS frame :: ../../../../_tests/xpcshell-simple/test_dm/unit/test_bug_401430.js :: checkResult :: line 46
JS frame :: d:/tryserver-slave/sendchange-win32-hg/mozilla/tools/test-harness/xpcshell-simple/head.js :: anonymous :: line 62
JS frame :: d:/tryserver-slave/sendchange-win32-hg/mozilla/tools/test-harness/xpcshell-simple/head.js :: anonymous :: line 62
*** FAIL ***
<<<<<<<
Comment 1•16 years ago
|
||
same as bug 450807?
Updated•16 years ago
|
Whiteboard: [orange]
Updated•16 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•