Hello,

I'm trying to run these nsIFeedProcessor tests (xpcshell script) :
http://lxr.mozilla.org/mozilla1.8/source/toolkit/components/feeds/test/

I have built from the firefox 2.0.0.1 sources, with this .mozconfig :

. $topsrcdir/browser/config/mozconfig

mk_add_options [EMAIL PROTECTED]@/fox-debug
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --enable-default-toolkit=gtk2

Am I missing something ?

The script fails, here's the result (limited to one test file) :

Type Manifest File: /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/fox-debug/dist/bin/components/xpti.dat
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
nsNativeComponentLoader: registering deferred (0)
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/intl/strres/src/nsStringBundle.cpp, line 273 pldhash: for the table at address 0x814bd58, the given entrySize of 44 probably favors chaining over double hashing. WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/chrome/src/nsChromeRegistry.cpp, line 1252 ###!!! ASSERTION: How'd we get here with an unknown type?: '!aParserContext.mMimeType.IsEmpty()', file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/parser/htmlparser/src/CNavDTD.cpp, line 307 Break: at file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/parser/htmlparser/src/CNavDTD.cpp, line 307 ###!!! ASSERTION: How'd we get here with an unknown type?: '!aParserContext.mMimeType.IsEmpty()', file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/parser/htmlparser/src/nsExpatDriver.cpp, line 1120 Break: at file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/parser/htmlparser/src/nsExpatDriver.cpp, line 1120
Start: Mon Jan 29 2007 14:18:33 GMT+0100 (CET)
End  : Mon Jan 29 2007 14:18:33 GMT+0100 (CET)
tests:  1
ran:    1
passed: 1
WARNING: nsExceptionService ignoring thread destruction after shutdown, file /home/moi/dev/mozilla-src/myfox2.0.0.1/mozilla/xpcom/base/nsExceptionService.cpp, line 191
nsStringStats
 => mAllocCount:           1946
 => mReallocCount:         1034
 => mFreeCount:            1946
 => mShareCount:           1919
 => mAdoptCount:            223
 => mAdoptFreeCount:        222  --  LEAKED 1 !!!



note:
the 2 warnings are caused by this line :
uri = ioService.newURI('http://example.org/'+testcase.path, null,null);
and only appeared for the first test if there is more.

the 2 assertion failed are caused by this line :
parser.parseFromStream(stream, uri);

PS : I hope I have choose the good group, if not, please indicate me the good one.
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to