v8/test/intl/date-format
cira@chromium.org c0ff0b284d Original review https://codereview.chromium.org/25855005.
Reverting reverted r17148 and fixing build (test) breakage by side stepping the Windows vs. Linux issue of different Date object for the same millisecond time stamp.
We do that by using UTC Date methods (they eliminate DST problems).

Windows:
new Date(129193200000);
Sun Feb 03 1974 23:00:00 GMT-0800 (Pacific Standard Time)

Linux:
new Date(129193200000);
Mon Feb 04 1974 00:00:00 GMT-0700 (PST)

BUG=2919
R=dslomov@chromium.org, mnita@google.com

Review URL: https://codereview.chromium.org/26918002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17171 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-10-11 17:54:31 +00:00
..
default-locale.js Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00
format-is-bound.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
format-test.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
parse-invalid-input.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
parse-mdy.js Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
parse-mdyhms.js Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
parse-MMMdy.js Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
property-override.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
protected-icu-internals.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
resolved-options-is-method.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
resolved-options.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
timezone-name.js Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
timezone.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
wellformed-unsupported-locale.js Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00