Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
workers/36222 breaks V09datetime.ztst
- X-seq: zsh-workers 36223
- From: Ismail Donmez <ismail@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: workers/36222 breaks V09datetime.ztst
- Date: Tue, 18 Aug 2015 12:11:28 +0000 (UTC)
- 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
Hi,
This is on Linux x86-64, en_US.UTF-8 locale, with workers/36222 I get:
./V09datetime.ztst: starting.
*** /tmp/zsh.ztst.out.9902 Tue Aug 18 15:10:15 2015
--- /tmp/zsh.ztst.tout.9902 Tue Aug 18 15:10:15 2015
***************
*** 1,5 ****
13
一
! 平成13年09月09日
! 四十
002
--- 1,5 ----
13
一
! 平3年099
! �
002
Test ./V09datetime.ztst failed: output differs from expected as shown
above for:
if [[ $skip_extensions = 1 ]]; then
ZTST_skip="strftime extensions not supported"
elif [[ $skip_japanese = 1 ]]; then
ZTST_skip="Japanese UTF-8 locale not supported"
else
(
LC_TIME=ja_JP.UTF-8
strftime %Ey 1000000000
strftime %Oy 1000000000
strftime %Ex 1000000000
strftime %OS 1000000000
strftime %03Ey 650000000
)
fi
Was testing: alternate format extensions
./V09datetime.ztst: test failed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author