Closed
Bug 589627
Opened 14 years ago
Closed 14 years ago
[SeaMonkey 2.1, mochitest-chrome] Exception in test_pm.xul
Categories
(SeaMonkey :: Testing Infrastructure, defect)
SeaMonkey
Testing Infrastructure
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.1b1
People
(Reporter: kairo, Assigned: kairo)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [sm-perma][cc-orange])
Attachments
(1 file)
899 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1282499502.1282502435.6363.gz
12846 ERROR TEST-UNEXPECTED-FAIL | chrome://mochikit/content/chrome/toolkit/components/jsperf/test_pm.xul | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - uncaught exception: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://mochikit/content/chrome/toolkit/components/jsperf/test_pm.xul :: test :: line 55" data: no] at :0
We'll need to investigate this one. This is cross-platform and permanent.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
http://mxr.mozilla.org/comm-central/source/mozilla/toolkit/components/perf/test_pm.xul#55
Components.utils.import("resource://gre/modules/PerfMeasurement.jsm");
I wonder why that isn't there, it looks like it should always be there.
![]() |
Assignee | |
Updated•14 years ago
|
Component: Session Restore → Testing Infrastructure
QA Contact: session.restore → testing-infrastructure
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Ah, the log itself says more:
JS Component Loader: ERROR resource://gre/modules/PerfMeasurement.jsm:52
TypeError: Components.classes['@mozilla.org/jsperf;1'] is undefined
![]() |
Assignee | |
Comment 3•14 years ago
|
||
From package-compare:
+bin/components/libjsperf.so
![]() |
Assignee | |
Comment 4•14 years ago
|
||
As long as we are testing shared builds, we need to package this one. Having it in should fix the test.
Updated•14 years ago
|
Attachment #468191 -
Flags: review?(bugspam.Callek) → review+
![]() |
Assignee | |
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b1
Comment 6•14 years ago
|
||
Ftr, this lib and test were added by bug 568863.
Depends on: 568863
Flags: in-testsuite-
Comment 7•14 years ago
|
||
V.Fixed, per
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1282591255.1282593825.10532.gz
Linux comm-central-trunk debug test mochitest-other on 2010/08/23 12:20:55
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [sm-perma][orange] → [sm-perma]
![]() |
||
Updated•12 years ago
|
Whiteboard: [sm-perma] → [sm-perma][cc-orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•