Posted to tcl by Stu at Thu Jul 24 01:23:55 GMT 2008view raw
- ==== clock-10.8 ISO week-based calendar 2002-W01-1 FAILED
- ==== Contents of test case:
- clock format 1009756800 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-12-31
- ---- Result was:
- Mon Monday 02 2002 1 53 1
- ---- Result should have been (exact matching):
- Mon Monday 02 2002 1 01 1
- ==== clock-10.8 FAILED
- ==== clock-10.14 ISO week-based calendar 2003-W01-1 FAILED
- ==== Contents of test case:
- clock format 1041206400 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-30
- ---- Result was:
- Mon Monday 03 2003 1 53 1
- ---- Result should have been (exact matching):
- Mon Monday 03 2003 1 01 1
- ==== clock-10.14 FAILED
- ==== clock-10.15 ISO week-based calendar 2003-W01-2 FAILED
- ==== Contents of test case:
- clock format 1041292800 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-31
- ---- Result was:
- Tue Tuesday 03 2003 2 53 2
- ---- Result should have been (exact matching):
- Tue Tuesday 03 2003 2 01 2
- ==== clock-10.15 FAILED
- ==== clock-10.21 ISO week-based calendar 2004-W01-1 FAILED
- ==== Contents of test case:
- clock format 1072656000 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-29
- ---- Result was:
- Mon Monday 04 2004 1 53 1
- ---- Result should have been (exact matching):
- Mon Monday 04 2004 1 01 1
- ==== clock-10.21 FAILED
- ==== clock-10.22 ISO week-based calendar 2004-W01-3 FAILED
- ==== Contents of test case:
- clock format 1072828800 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-31
- ---- Result was:
- Wed Wednesday 04 2004 3 53 3
- ---- Result should have been (exact matching):
- Wed Wednesday 04 2004 3 01 3
- ==== clock-10.22 FAILED
- ==== clock-10.37 ISO week-based calendar 2005-W52-7 FAILED
- ==== Contents of test case:
- clock format 1136073600 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-1-1
- ---- Result was:
- Sun Sunday 05 2005 7 53 0
- ---- Result should have been (exact matching):
- Sun Sunday 05 2005 7 52 0
- ==== clock-10.37 FAILED