Re: [ANNOUNCE] NSPR 4.6.8 Release
"Wan-Teh Chang" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
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