Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Failure in A01grammar.ztst and C02cond.ztst
- X-seq: zsh-workers 29021
- From: İsmail Dönmez <ismail@xxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxx>
- Subject: Failure in A01grammar.ztst and C02cond.ztst
- Date: Wed, 20 Apr 2011 16:55:02 +0200
- 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=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author