Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

New D07 test failure



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