From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28850 invoked by alias); 11 Dec 2016 03:26:56 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40144 Received: (qmail 18400 invoked from network); 11 Dec 2016 03:26:56 -0000 X-Qmail-Scanner-Diagnostics: from mta02.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(24.224.136.13):SA:0(-3.7/5.0):. Processed in 1.79722 secs); 11 Dec 2016 03:26:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=HTML_MESSAGE, RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.13 as permitted sender) MIME-version: 1.0 Content-type: multipart/alternative; boundary="Boundary_(ID_03WAR7YB+tn8XMx2Pwe34A)" X-Authority-Analysis: v=2.2 cv=HKaBLclv c=1 sm=1 tr=0 a=xPWM5QW5oS+lNOfUWk9MeA==:117 a=xPWM5QW5oS+lNOfUWk9MeA==:17 a=r77TgQKjGQsHNAKrUKIA:9 a=c95mrhX-q3HwPY310OIA:9 a=pILNOxqGKmIA:10 a=q2GGsy2AAAAA:8 a=AakMaqbfmVMVlAsoC6cA:9 a=w7jkSdPfdtqsxDjB:21 a=_W_S_7VecoQA:10 a=z9dJwno5l634igLiVhy-:22 X-EL-IP-NOAUTH: 24.207.97.144 Message-id: <584CC779.7000207@eastlink.ca> Date: Sat, 10 Dec 2016 19:26:49 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 To: Bart Schaefer , zsh-workers@zsh.org Subject: Re: zsh-5.2-test-3 References: <20161206194916.10448440@ntlworld.com> <20161209095729.2033b5be@pwslap01u.europe.root.pri> <20161209195457.27e43234@ntlworld.com> <584CB4EF.6070904@eastlink.ca> <161210190737.ZM11109@torch.brasslantern.com> In-reply-to: <161210190737.ZM11109@torch.brasslantern.com> --Boundary_(ID_03WAR7YB+tn8XMx2Pwe34A) Content-type: text/plain; CHARSET=US-ASCII; format=flowed Content-transfer-encoding: 7BIT On 12/10/2016 07:07 PM, Bart Schaefer wrote: > What is the platform where you are compiling? Debian testing in a rather old state of update > } $ make check > } > } ./V10private.ztst: starting. > } Pattern match failed: > } > } > > There ought to be more output than that ... please run > > $ ZTST_verbose=2 make check TESTNUM=V10 Verbose is right!: 9 /aMisc/Zsh-new/zsh-5.2-test-3 2$ ZTST_verbose=2 make check TESTNUM=V10 cd Test ; make check make[1]: Entering directory '/aMisc/Zsh-new/zsh-5.2-test-3/Test' if test -n "gcc"; then \ cd .. && DESTDIR= \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi if ZTST_testlist="`for f in ./V10*.ztst; \ do echo $f; done`" \ ZTST_srcdir="." \ ZTST_exe=../Src/zsh \ ../Src/zsh +Z -f ./runtests.zsh; then \ stat=0; \ else \ stat=1; \ fi; \ sleep 1; \ rm -rf Modules .zcompdump; \ exit $stat ./V10private.ztst: starting. ZTST_getsect: read section name: prep ZTST_getchunk: read code chunk: if ! zmodload zsh/param/private 2>/dev/null; then ZTST_unimplemented="can't load the zsh/param/private module for testing" else # Do not use .tmp here, ztst.zsh will remove it too soon (see %cleanup) mkdir private.TMP sed -e 's,# test_zsh_param_private,zmodload zsh/param/private,' < $ZTST_srcdir/B02typeset.ztst > private.TMP/B02 fi ZTST_execchunk: status 0 ZTST_getchunk: read code chunk: ZTST_getsect: read section name: test ZTST_test: looking for new test ZTST_test: examining line: ZTST_test: examining line: (zmodload -u zsh/param/private && zmodload zsh/param/private) ZTST_getchunk: read code chunk: (zmodload -u zsh/param/private && zmodload zsh/param/private) ZTST_test: examining line: Running test: unload and reload the module without crashing ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.8681/ztst.in, output: /tmp/zsh.ztst.8681/ztst.out, error: /tmp/zsh.ztst.8681/ztst.terr ZTST_execchunk: status 0 ZTST_test: test produced standard output: ZTST_test: and standard error: Test successful. ZTST_test: looking for new test ZTST_test: examining line: ZTST_test: examining line: ZTST_verbose=0 $ZTST_exe +Z -f $ZTST_srcdir/ztst.zsh private.TMP/B02 ZTST_getchunk: read code chunk: ZTST_verbose=0 $ZTST_exe +Z -f $ZTST_srcdir/ztst.zsh private.TMP/B02 ZTST_test: examining line: *>* ZTST_getredir: read redir for '>': * ZTST_test: examining line: *>* ZTST_getredir: read redir for '>': * ZTST_test: examining line: Running test: typeset still works with zsh/param/private module loaded ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.8681/ztst.in, output: /tmp/zsh.ztst.8681/ztst.out, error: /tmp/zsh.ztst.8681/ztst.terr ZTST_execchunk: status 0 ZTST_test: test produced standard output: private.TMP/B02: starting. Test case skipped: cannot test setuid error when tests run as superuser private.TMP/B02: all tests successful. ZTST_test: and standard error: Pattern match failed: <* <* >private.TMP/B02: starting. >Test case skipped: cannot test setuid error when tests run as superuser >private.TMP/B02: all tests successful. Test ./V10private.ztst failed: output differs from expected as shown above for: ZTST_verbose=0 $ZTST_exe +Z -f $ZTST_srcdir/ztst.zsh private.TMP/B02 Was testing: typeset still works with zsh/param/private module loaded ./V10private.ztst: test failed. ZTST_getsect: read section name: clean ZTST_getchunk: read code chunk: rm -r private.TMP ZTST_execchunk: status 0 ZTST_getchunk: read code chunk: ************************************** 0 successful test scripts, 1 failure, 0 skipped ************************************** Makefile:187: recipe for target 'check' failed make[1]: *** [check] Error 1 make[1]: Leaving directory '/aMisc/Zsh-new/zsh-5.2-test-3/Test' Makefile:263: recipe for target 'check' failed make: *** [check] Error 2 --Boundary_(ID_03WAR7YB+tn8XMx2Pwe34A)--