Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'make test' failures with zsh-3.1.9
- X-seq: zsh-workers 12694
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: 'make test' failures with zsh-3.1.9
- Date: Fri, 25 Aug 2000 10:16:09 +0200 (MET DST)
- Cc: "Chuck Swiger" <chuck@xxxxxxxxxxx>
- In-reply-to: "Chuck Swiger"'s message of Thu, 24 Aug 2000 19:20:23 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Chuck Swiger wrote:
> Here's the failures:
>
> Test ./07cond.ztst failed: bad status 1, expected 0 from:
> [[ -r zerolength && ! -r unmodish ]]
> Was testing: -r cond
> ./07cond.ztst: test failed.
This works cleanly for me (except for the well-known -N test problem,
but that is tested after -r). Hm didn't we have a report about -r some
time ago? Can't remember.
>
> [ ... ]
>
> *** /tmp/zsh.ztst.out.28287 Thu Aug 24 19:17:12 2000
> --- /tmp/zsh.ztst.tout.28287 Thu Aug 24 19:17:12 2000
> ***************
> *** 1,6 ****
> line: {tst build.out}{}
> COMPADD:{}
> ! line: {tst build.out}{}
> COMPADD:{}
> NO:{build.out}
> NO:{build.out1}
> --- 1,6 ----
> line: {tst build.out}{}
> COMPADD:{}
> ! line: {tst build}{.out}
> COMPADD:{}
> NO:{build.out}
> NO:{build.out1}
> Test ./54compmatch.ztst failed: output differs from expected as shown above for:
> workers_11081_matcher='m:{a-zA-Z}={A-Za-z} r:|[.,_-]=*
> r:[^A-Z0-9]||[A-Z0-9]=* r:[A-Z0-9]||[^A-Z0-9]=* r:[^0-9]||[0-9]=* r:|=*'
> workers_11081_list=(build.out build.out1 build.out2)
> test_code $workers_11081_matcher workers_11081_list
> comptest $'tst bui\t\t\t'
> Was testing: Bug from workers 11081
> ./54compmatch.ztst: test failed.
This, too, works fine for me (and we had some patches for compmatch.c
after 3.1.9).
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author