1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Libraries/LibJS/Tests/builtins/Date
Nico Weber 2191ec591f LibJS: Make Date's tuple constructor correctly handle out-of-range arguments
Milliseconds need extra handling, but everything else just works
now that mktime() handles this case.
2020-08-24 18:20:07 +02:00
..
Date.js LibJS: Make Date's tuple constructor correctly handle out-of-range arguments 2020-08-24 18:20:07 +02:00
Date.now.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.parse.js LibJS: Enable Date.parse.js tests that pass after c399caf27f 2020-08-23 10:42:37 +02:00
Date.prototype.getDate.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getDay.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getFullYear.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getHours.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getMilliseconds.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getMinutes.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getMonth.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getSeconds.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getTime.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Date.prototype.getUTCDate.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCDay.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCFullYear.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCHours.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCMilliseconds.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCMinutes.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCMonth.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.getUTCSeconds.js LibJS: Implement Date.getUTC* 2020-08-23 22:00:05 +02:00
Date.prototype.toISOString.js LibC: Make localtime() and gmtime() handle years before 1970 2020-08-23 10:42:37 +02:00
Date.UTC.js LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm() handle month overflow 2020-08-24 09:30:11 +02:00