On Tue, Dec 04, 2018 at 07:44:11PM +0000, Ken Moffat wrote: > > I've now done cd nss/tests > ./all.sh | tee testlog > is still running, creating a vast amount of output. > It completed after 24m26 and the log occupied 55MB. There is also 123 MB in a top-level tests_results directory.
Tests summary: -------------- Passed: 71949 Failed: 6 Failed with core: 0 ASan failures: 0 Unknown status: 12 TinderboxPrint:Unknown: 12 For the 6 marked as 'Failed' : there are a LOT of SSL.*_FAILURE messages, but grepping for ' FAILED' I found six like this: chains.sh: Verifying certificate(s) PayPalEE.cert with flags -d AllDB -pp -o OID.2.16.840.1.114412.1.1 vfychain -d AllDB -pp -vv -o OID.2.16.840.1.114412.1.1 /tmp/nss-3.40/nss/tests/libpkix/certs/PayPalEE.cert Chain is bad! PROBLEM WITH THE CERT CHAIN: CERT 0. PayPalEE : ERROR -8181: Peer's Certificate has expired. Returned value is 1, expected result is pass chains.sh: #718: RealCerts: Verifying certificate(s) PayPalEE.cert with flags -d AllDB -pp -o OID.2.16.840.1.114412.1.1 - FAILED I'm not going to procede with trying to run the tests for 3.40.1 at the moment, but looking at the combined 3.40+4.20 (there is no such combined 3.40.1 AFAICS) the nss/Makefile includes: ####################################################################### # (7) Execute "local" rules. (OPTIONAL). # ####################################################################### nss_build_all: build_nspr all latest nss_clean_all: clobber_nspr clobber NSPR_CONFIG_STATUS = $(CORE_DEPTH)/../nspr/$(OBJDIR_NAME)/config.status NSPR_CONFIGURE = $(CORE_DEPTH)/../nspr/configure That is also in standalone nss's Makefile, so maybe it can be hacked together - but it will still need a non-optimized build. ĸen - still learning, mostly about things I do not wish to know about. -- I'm saving up 22 shillings and 10 pence (almost a pound!) per week to buy an ARM-13. http://www.antipope.org/charlie/blog-static/2018/11/brexit-means-brexit.html -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
