Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
New D07 test failure
- X-seq: zsh-workers 24620
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: New D07 test failure
- Date: Wed, 27 Feb 2008 17:48:04 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=+OexUL2FY5/UO4iS0ffShhQwdpH6eW1O/zqYZQ/AWHE=; b=ws/Fr/uzuAfnRQ8eQLw/YlhkluUDb1g2gnVW8J2S8TRgmbDefEHP0C7lLUmnCBNEkvizjcUuJlf+FLRkcE/Zdpxr+OAfw0twTmhUn0T9L1KCDO5xyp/5BR0/N/0PIkzZndMZ6Fz8bm1ls9KQEQz37KU4SZGH8juv3V12DgdjTI4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=HhnQKyxq7mFFIJEIGJN0oJYKlChgy0FbzYqmqhahfTAwQQFWeUdIhvL10YpBPwjLbHusiWDi7rv+XQ7/rQHUBlRIVdmcxNzYG8W1ObuqQt6YPACxG18vZH7l4jYU5wg7XPwvSn6zsNEivQAB/h4SfkuDbrV0W6Q07buvgLkARyM=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
Peter et al,
There's a new test failure in the latest CVS sources:
/opt/src/zsh-2008-02-27/Test/D07multibyte.ztst: starting.
Testing multibyte with locale en_US.UTF-8
*** /tmp/zsh.ztst.out.28335 Wed Feb 27 17:43:12 2008
--- /tmp/zsh.ztst.tout.28335 Wed Feb 27 17:43:12 2008
***************
*** 1,3 ****
--- 1,9 ----
Diff output should be empty
+ 3,4d2
+ < HÃ?H
+ < HÃ?H
+ 5a4,5
+ > HÃ?H
+ > HÃ?H
Sort in C locale
HAH HEH HUH HÃ?H HÃ?H
Test /opt/src/zsh-2008-02-27/Test/D07multibyte.ztst failed: output
differs from expected as shown above for:
print -loi HAH HUH HEH HÃ?H HÃ?H >zshsort.txt
print -l HAH HUH HEH HÃ?H HÃ?H | sort >sortsort.txt
print Diff output should be empty
diff zshsort.txt sortsort.txt
print Sort in C locale
(LC_ALL=C; print -oi HAH HUH HEH HÃ?H HÃ?H)
Was testing: Multibyte characters in print sorting
/opt/src/zsh-2008-02-27/Test/D07multibyte.ztst: test failed.
Let me know if more details are needed.
Regards,
Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author