v8/test
hichris123 ea056cbf2d Fix check for a date with a 24th hour
According to the ECMA spec, a 24th hour is allowed if the minutes, seconds, and milliseconds are all zero (i.e. it's midnight). Previously, we parsed the date correctly, however, we failed to account in all checks for the possibility of a 24th hour. This CL changes the check to allow a 24th hour if it's exactly midnight.

BUG=chromium:174609
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#29816}
2015-07-23 14:37:49 +00:00
..
benchmarks
cctest [es6] Make sure temporaries are not allocated in block scope 2015-07-23 13:51:35 +00:00
intl Do not expect verbatim JPY symbol in test. 2015-07-20 10:52:51 +00:00
js-perf-test [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
memory
message Improve error message for duplicate parameters 2015-07-14 21:59:03 +00:00
mjsunit Fix check for a date with a 24th hour 2015-07-23 14:37:49 +00:00
mozilla In RegExp, lastIndex is read with ToLength, not ToInteger 2015-07-16 21:55:41 +00:00
preparser
promises-aplus Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
simdjs SIMD.js: Update Float32x4 and tests to current spec. 2015-07-22 03:14:06 +00:00
test262 In RegExp, lastIndex is read with ToLength, not ToInteger 2015-07-16 21:55:41 +00:00
test262-es6 In RegExp, lastIndex is read with ToLength, not ToInteger 2015-07-16 21:55:41 +00:00
unittests [interpreter] Add basic framework for bytecode handler code generation. 2015-07-23 14:21:39 +00:00
webkit [test] Speed up slow stack overflow test. 2015-07-23 11:47:12 +00:00