Posted to tcl by Stu at Thu Jul 24 01:23:55 GMT 2008view raw

  1. ==== clock-10.8 ISO week-based calendar 2002-W01-1 FAILED
  2. ==== Contents of test case:
  3.  
  4. clock format 1009756800 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-12-31
  5.  
  6. ---- Result was:
  7. Mon Monday 02 2002 1 53 1
  8. ---- Result should have been (exact matching):
  9. Mon Monday 02 2002 1 01 1
  10. ==== clock-10.8 FAILED
  11.  
  12.  
  13. ==== clock-10.14 ISO week-based calendar 2003-W01-1 FAILED
  14. ==== Contents of test case:
  15.  
  16. clock format 1041206400 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-30
  17.  
  18. ---- Result was:
  19. Mon Monday 03 2003 1 53 1
  20. ---- Result should have been (exact matching):
  21. Mon Monday 03 2003 1 01 1
  22. ==== clock-10.14 FAILED
  23.  
  24.  
  25. ==== clock-10.15 ISO week-based calendar 2003-W01-2 FAILED
  26. ==== Contents of test case:
  27.  
  28. clock format 1041292800 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-31
  29.  
  30. ---- Result was:
  31. Tue Tuesday 03 2003 2 53 2
  32. ---- Result should have been (exact matching):
  33. Tue Tuesday 03 2003 2 01 2
  34. ==== clock-10.15 FAILED
  35.  
  36.  
  37. ==== clock-10.21 ISO week-based calendar 2004-W01-1 FAILED
  38. ==== Contents of test case:
  39.  
  40. clock format 1072656000 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-29
  41.  
  42. ---- Result was:
  43. Mon Monday 04 2004 1 53 1
  44. ---- Result should have been (exact matching):
  45. Mon Monday 04 2004 1 01 1
  46. ==== clock-10.21 FAILED
  47.  
  48.  
  49. ==== clock-10.22 ISO week-based calendar 2004-W01-3 FAILED
  50. ==== Contents of test case:
  51.  
  52. clock format 1072828800 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-31
  53.  
  54. ---- Result was:
  55. Wed Wednesday 04 2004 3 53 3
  56. ---- Result should have been (exact matching):
  57. Wed Wednesday 04 2004 3 01 3
  58. ==== clock-10.22 FAILED
  59.  
  60.  
  61. ==== clock-10.37 ISO week-based calendar 2005-W52-7 FAILED
  62. ==== Contents of test case:
  63.  
  64. clock format 1136073600 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-1-1
  65.  
  66. ---- Result was:
  67. Sun Sunday 05 2005 7 53 0
  68. ---- Result should have been (exact matching):
  69. Sun Sunday 05 2005 7 52 0
  70. ==== clock-10.37 FAILED