Re: [ANNOUNCE] NSPR 4.6.8 Release
Ray Kiddy <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
Wan-Teh Chang wrote: > On Jan 20, 2008 2:49 PM, Ray Kiddy <[email protected]> wrote: >> I checked out this release and built it on Mac OS X 10.4.11 (Intel). >> When I ran the tests, I got only 38 tests passing out of 80. Is this as >> is expected? >> >> Summary output is below. Full log of build and run is at: >> >> http://www.wykiwyk.com/mozilla/tests/nspr_20080120_log.txt > > Hi, > > Thank you for testing NSPR 4.6.8. > > Some of the tests don't work. Also, we use the exit status of the > tests to report pass/failure. Not all the tests print "PASS" when > they complete successfully. > > Please use the shell script mozilla/nsprpub/pr/tests/runtests.sh > to run the tests. You need to set DYLD_LIBRARY_PATH=../../dist/lib > before you run runtests.sh: > > export DYLD_LIBRARY_PATH=../../dist/lib > ../../../mozilla/nsprpub/pr/tests/runtests.sh > > Wan-Teh Thanks. I have updated the page with this information: http://developer.mozilla.org/en/docs/NSPR_build_instructions I have also filed a bug. Perhaps the runtests.sh script can check the environment and warn the user? https://bugzilla.mozilla.org/show_bug.cgi?id=413426 cheers - ray