summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2020-10-02Everywhere: Fix typosNico Weber
2020-09-19LibJS: Handle getter exception in JSONObject::serialize_json_property()Linus Groh
2020-09-19LibJS: Do not revisit already visited values in update_function_name()AnotherTest
2020-09-18LibJS: Simplify toEval() implementationLinus Groh
2020-09-12LibJS: Check validity of computed_property_name() result before using itLinus Groh
2020-09-12LibJS: Stop unwinding and reset exception for TryStatement finalizerLinus Groh
2020-09-12LibJS: Extract most of Interpreter's run() into execute_statement()Linus Groh
2020-09-01LibJS: Add tests for issue #3382Linus Groh
2020-08-28LibJS: Demonstrate weird behaviour with 'break'AnotherTest
2020-08-26LibJS: Add some more tests, mostly around leap yearsNico Weber
2020-08-25JS Tests: Disable the one failing test when running test-js in SerenityNico Weber
2020-08-24Meta: Move prettier config files to the root of the repositoryAnotherTest
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-22test-js: Sometimes include more details for failuresNico Weber
2020-08-22LibJS: Allow conversion from Symbol to String via explicit String() callNico 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-08-17LibJS: Implement basic functionality of Array.from()Nico Weber
2020-07-23LibJS: Add tests for bitwise & and ^Nico Weber
2020-07-22LibJS: Fix \x escapes of bytes with high bit setNico Weber
2020-07-22LibJS: Implement String.prototype.charCodeAtNico Weber
2020-07-15LibJS: Add Number.prototype.toStringMatthew Olsson
2020-07-14LibJS: Add Symbol.hasInstance testsMatthew Olsson
2020-07-14LibJS: Integrate iterator protocol into language featuresMatthew Olsson
2020-07-13LibJS: Add String Iterator testsMatthew Olsson
2020-07-11LibJS: Implement Symbol.toStringTagMatthew Olsson
2020-07-11LibJS: Implement spec-compliant Object.prototype.toStringMatthew Olsson
2020-07-11LibJS: Start implementing iterable framework, add ArrayIteratorMatthew Olsson
2020-07-09LibJS: Add tests for symbol object integrationMatthew Olsson
2020-07-09LibJS: Add test for well-known symbolsMatthew Olsson
2020-07-09LibJS: Uncomment remaining symbol testsMatthew Olsson
2020-07-07LibJS: Object.preventExtensions should allow property modficationMatthew Olsson
2020-07-06LibJS: Convert Array tests to new testing frameworkLinus Groh
2020-07-06LibJS: Split isNaN tests into multiple sectionsLinus Groh
2020-07-06LibJS: Indent tests with 4 spaces instead of 2Matthew Olsson
2020-07-06LibJS: Convert all remaining non-Array tests to the new system :)Matthew Olsson
2020-07-06LibJS: Convert remaining top-level tests to new systemMatthew Olsson
2020-07-06test-js: Use prettier and format all filesMatthew Olsson
2020-07-06test-js: Display messages from console.log in test outputMatthew Olsson
2020-07-06test-js: Allow skipping tests with "test.skip(name, callback)"Matthew Olsson
2020-07-06test-js: Remove run-tests.shMatthew Olsson
2020-07-06LibJS/test-js: Clean up test-js codeMatthew Olsson