Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test failures in artih and arguments
- X-seq: zsh-workers 16488
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Test failures in artih and arguments
- Date: Wed, 23 Jan 2002 06:51:55 -0800 (PST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I'm seeing 2 test failures on RedHat 7.2. Not sure how new these are.
-FR.
./C01arith.ztst: starting.
*** /tmp/zsh.ztst.out.690 Tue Jan 22 10:01:53 2002
--- /tmp/zsh.ztst.tout.690 Tue Jan 22 10:01:53 2002
***************
*** 1 ****
! 31415
--- 1 ----
! 31415.
Test ./C01arith.ztst failed: output differs from expected as shown
above for:
float light there
integer rnd
(( light = 3.1415 )) &&
let 'there = light' &&
print -- $(( rnd = there * 10000 ))
Was testing: basic floating point arithmetic
./C01arith.ztst: test failed.
./Y03arguments.ztst: starting.
*** /tmp/zsh.ztst.out.2530 Tue Jan 22 10:02:28 2002
--- /tmp/zsh.ztst.tout.2530 Tue Jan 22 10:02:28 2002
***************
*** 1,4 ****
! line: {tst -}{}
! MESSAGE:{arg}
! DESCRIPTION:{option}
! NO:{-x}
--- 1 ----
! line: {tst -x }{}
Test ./Y03arguments.ztst failed: output differs from expected as shown
above for:
tst_arguments '-x' ':arg:'
comptest $'tst -\t'
Was testing: argument beginning with minus
./Y03arguments.ztst: test failed.
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author