RESOLVED FIXED 99330
LocaleMacTest.formatDate is failing on Mac 10.8
https://bugs.webkit.org/show_bug.cgi?id=99330
Summary LocaleMacTest.formatDate is failing on Mac 10.8
Attachments
Dana Jansens
Comment 1 2012-10-15 08:34:25 PDT
Blamelist is rather large as the bot was offline. http://trac.webkit.org/log/?verbose=on&rev=131302&stop_rev=131254
Dana Jansens
Comment 2 2012-10-15 13:34:28 PDT
This is only happening on Mac 10.8 FYI.
Kent Tamura
Comment 3 2012-10-15 18:08:32 PDT
> Value of: formatDate("ja_JP", 2005, April, 27).utf8().data() > Actual: "2005/04/27" > Expected: "05/04/27" > This is only happening on Mac 10.8 FYI. So, the locale data for ja_JP of 10.8 is different from 10.7 or older. We should not test ja_JP locale.
Kent Tamura
Comment 4 2012-10-15 18:14:25 PDT
Note You need to log in before you can comment on or make changes to this bug.