v8/test/intl
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
..
break-iterator Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00
collator Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00
date-format Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
general
number-format Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00
overrides
assert.js
intl.status Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
OWNERS Adding Cira & Mihai to OWNERS for internationalization (i18n) 2013-10-11 15:24:45 +00:00
testcfg.py Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
utils.js