Ignore:
Timestamp:
Jun 26, 2005, 12:42:04 AM (20 years ago)
Author:
bird
Message:

libc adjustments. extending some testcases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/time/tst-strptime.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2075 r2076  
    4747  { "en_US.ISO-8859-1", "2000-01-01 08:12:21 PM", "%Y-%m-%d %I:%M:%S %p",
    4848    6, 0, 0, 1 },
     49#ifndef __EMX__ /* locale mismatch */
    4950  { "ja_JP.EUC-JP", "2001 20 \xb7\xee", "%Y %U %a", 1, 140, 4, 21 },
    5051  { "ja_JP.EUC-JP", "2001 21 \xb7\xee", "%Y %W %a", 1, 140, 4, 21 },
     52#endif
    5153};
    5254
Note: See TracChangeset for help on using the changeset viewer.