2018-08-27 21:03:21 +02:00
|
|
|
// Reviewed
|
2018-07-03 21:59:58 +02:00
|
|
|
// Regression test for 159883. This test should not crash or throw an exception.
|
|
|
|
|
|
|
|
d = new Date(-0x80000000, 42);
|
|
|
|
if (d.toString() != "Invalid Date")
|
|
|
|
throw "Expected \"Invalid Date\", but got :\"" + d + "\"";
|