From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6100 invoked by alias); 20 Apr 2011 14:55:30 -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: 29021 Received: (qmail 1561 invoked from network); 20 Apr 2011 14:55:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namtrac.org; s=www; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=UBq/L+jmKzh1CpR+sNuD60zPf3qORXaoqKoDe6y4XDE=; b=Cn7fWO6tZLbeZGKdyXaFGSfe8rQmrp0ds4o12Hsfrq8ptnoF3H6T5S1OPvBl+OlPNr OMO7PXEphi5gZ0EpJhK9akUsGEZJsKjpOUORUz2Pv0ROV8Tqgx6UsVEIuIAMq915MOyV DonXrUsEeV120LpKJ2mUZxLgKAc5zAO6CrQt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=namtrac.org; s=www; h=mime-version:from:date:message-id:subject:to:content-type; b=IdzhddvZLRY7grKzQrMfSEKqfEH3eN+w4058ebzTsoc81i1kAu8/nSsj88t7ucvL4p ynOBqUz4bmAHKxRvmDWc3fQElIz9BJZ+8PIyaYuql6XhujchZLnYS5UUM3BkHJkY4N1z J2ksYexI6/W9hZvziDZLSoTQl3OPHD8dXYfbU= MIME-Version: 1.0 From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Wed, 20 Apr 2011 16:55:02 +0200 Message-ID: Subject: Failure in A01grammar.ztst and C02cond.ztst To: zsh-workers Content-Type: multipart/alternative; boundary=00032557492a65811104a15ad00f --00032557492a65811104a15ad00f Content-Type: text/plain; charset=UTF-8 I am testing 4.3.10-dev-2 release on a wide range of openSUSE & SUSE releases (https://build.opensuse.org/package/show?package=zsh&project=shells) and some machines seem to have problems with these two tests. Here is the error outputs, any ideas appreciated. ./A01grammar.ztst: starting. *** /tmp/zsh.ztst.err.13556 Wed Apr 20 14:47:09 2011 --- /tmp/zsh.ztst.terr.13556 Wed Apr 20 14:47:09 2011 *************** *** 1,2 **** - 1) one 2) two 3) three input> input> --- 1 ---- Test ./A01grammar.ztst failed: error output differs from expected as shown above for: (COLUMNS=80 PS3="input> " select name in one two three; do print $name done) Was testing: `select' loop ./A01grammar.ztst: test failed. Test ./C02cond.ztst failed: bad status 1, expected 0 from: print -u $ZTST_fd 'This test takes two seconds...' sleep 2 cat unmodified touch newnewnew if [[ $OSTYPE == "cygwin" ]]; then print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported on Cygwin)" true elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with NFS)" true else [[ -N newnewnew && ! -N unmodified ]] fi Was testing: -N cond ./C02cond.ztst: test failed. The following may (or may not) help identifying the cause: This test can fail on NFS-mounted filesystems as the access and modification times are not updated separately. The test will fail on HFS+ (Apple Mac OS X default) filesystems because access times are not recorded. Also, Linux ext3 filesystems may be mounted with the noatime option which does not update access times. Failures in these cases do not indicate a problem in the shell. --00032557492a65811104a15ad00f--