summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/builtins/Date
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
2020-08-26LibJS: Add some more tests, mostly around leap yearsNico Weber
2020-08-24LibJS: Make Date's tuple constructor correctly handle out-of-range argumentsNico Weber
2020-08-24LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...Nico Weber
2020-08-23LibJS: Implement Date.getUTC*Nico Weber
2020-08-23LibC: Make localtime() and gmtime() handle years before 1970Nico Weber
2020-08-23LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4Nico Weber
2020-08-22LibC: Make mktime() and timegm() handle years before 1970Nico Weber
2020-08-21LibJS: Implement Date's string constructorNico Weber
2020-08-21LibJS: Implement Date.parse()Nico Weber
2020-08-21LibJS: Implement Date.prototype.toISOString()Nico Weber
2020-08-21LibJS: Implement Date.UTC()Nico Weber
2020-08-20LibJS: Basic implementation of most of Date's constructor argumentsNico Weber
2020-07-06LibJS: Indent tests with 4 spaces instead of 2Matthew Olsson
2020-07-06test-js: Use prettier and format all filesMatthew Olsson
2020-07-06LibJS: Convert most builtin tests to new systemMatthew Olsson
2020-07-03LibJS: Reorganize tests into subfoldersMatthew Olsson