From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10434 invoked from network); 6 Jul 2001 03:52:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jul 2001 03:52:35 -0000 Received: (qmail 29127 invoked by alias); 6 Jul 2001 03:51:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15267 Received: (qmail 29097 invoked from network); 6 Jul 2001 03:51:29 -0000 Sender: ethersoft@rcn.com To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: Test Failures Latest CVS From: Vin Shelton Organization: EtherSoft, Inc Date: 05 Jul 2001 23:53:00 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii It's probably a good thing that our test suites are starting to catch more regressions: /usr/local/src/zsh-2001-07-05/Test/D04parameter.ztst: starting. *** /tmp/zsh.ztst.out.2596 Thu Jul 5 23:19:53 2001 --- /tmp/zsh.ztst.tout.2596 Thu Jul 5 23:19:53 2001 *************** *** 1,4 **** wre is the white windmill, whispered walter wisely wly where is the white windmill, wred walter wisely ! where is the white windmill, wly --- 1,4 ---- wre is the white windmill, whispered walter wisely wly where is the white windmill, wred walter wisely ! wly Test /usr/local/src/zsh-2001-07-05/Test/D04parameter.ztst failed: output differs from expected as shown above for: # it's not quite clear that these are actually right unless you know # the algorithm: search along the string for the point at which the # first (last) match occurs, for ## (%%), then take the shortest possible # version of that for # (%). it's as good a definition as anything. string='where is the white windmill, whispered walter wisely' print ${(S)string#h*e} print ${(S)string##h*e} print ${(S)string%h*e} print ${(S)string%%h*e} Was testing: ${(S)...#...} etc. /usr/local/src/zsh-2001-07-05/Test/D04parameter.ztst: test failed. /usr/local/src/zsh-2001-07-05/Test/D05array.ztst: starting. /usr/local/src/zsh-2001-07-05/Test/D05array.ztst: all tests successful. /usr/local/src/zsh-2001-07-05/Test/D06subscript.ztst: starting. /usr/local/src/zsh-2001-07-05/Test/D06subscript.ztst: all tests successful. /usr/local/src/zsh-2001-07-05/Test/E01options.ztst: starting. /usr/local/src/zsh-2001-07-05/Test/E01options.ztst: all tests successful. /usr/local/src/zsh-2001-07-05/Test/E02xtrace.ztst: starting. /usr/local/src/zsh-2001-07-05/Test/E02xtrace.ztst: all tests successful. /usr/local/src/zsh-2001-07-05/Test/V01zmodload.ztst: starting. *** /tmp/zsh.ztst.err.4296 Thu Jul 5 23:20:01 2001 --- /tmp/zsh.ztst.terr.4296 Thu Jul 5 23:20:01 2001 *************** *** 0 **** --- 1 ---- + ZTST_execchunk:zsh/pcre:2: no setup function Test /usr/local/src/zsh-2001-07-05/Test/V01zmodload.ztst failed: error output differs from expected as shown above for: for m in $mods do zmodload -i $m || mods[(r)$m]=() done Was testing: Test loading of all compiled modules /usr/local/src/zsh-2001-07-05/Test/V01zmodload.ztst: test failed. The V01zmodload.ztst failure showed up on July 2nd, I believe. This is all under: Linux zion.rcn.com 2.4.6 #2 SMP Wed Jul 4 12:30:42 EDT 2001 i686 unknown with gcc-3.0 and gcc-2.95.3. TIA, - vin