Closed
Bug 369135
Opened 18 years ago
Closed 8 years ago
XPCTest fails test
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ray, Unassigned)
Details
This is on a custom build of Firefox on an intel Mac with Mac OS X 10.4.8.
% cat browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-application=browser
ac_add_options --enable-debug=yes
ac_add_options --enable-accessibility=yes
%
% cd dist/bin
% ./TestXPC
got category manager
got enumerator
e.GetNext() FAILED with result 8000ffff
no pending XPC exception
Individual SecurityManager tests...
build wrapper with veto: TEST NOT RUN
build wrapper no veto: passed
getService no veto: passed
getService with veto: passed
createInstance no veto: passed
getService with veto: passed
call method no veto: : passed
call method with veto: : passed
get attribute no veto: : passed
get attribute with veto: : passed
set attribute no veto: : passed
set attribute with veto: : passed
SecurityManager tests : passed
ArgumentFormatter test: passed
ThreadJSContextStack tests...
stack->GetCount() : passed
stack->Push() passed
stack->GetCount() : passed
stack->Push/Peek : passed
stack->Push/Pop : passed
stack->GetCount() : passed
%
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•