summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2022-06-29LibJS: Add tests cases for %TypedArray%.prototype.toSorted functionObinna Ikeh
2022-06-29LibJS: Fix production for time zone name in time zone stringsLinus Groh
2022-06-27LibJS: Check for add overflow in `DataViewConstructor`Cyber Gsus
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-06-24LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnitLinus Groh
2022-06-23LibJS: Implement stage 3 proposal FinalizationRegistry changesIdan Horowitz
2022-06-23LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-17LibJS/Tests: Remove outdated FIXMELinus Groh
2022-06-15LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFieldsLinus Groh
2022-06-15LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecordLinus Groh
2022-06-13LibJS: Implement Array.prototype.with()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSpliced()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSorted()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toReversed()Linus Groh
2022-06-13LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}Linus Groh
2022-06-10LibJS: Simplify Temporal unit AOsLinus Groh
2022-06-02LibJS: Stub out String.prototype.normalizestelar7
2022-05-16LibJS: Remove faulty assertion in BalanceDurationRelativeLuke Wilde
2022-05-16LibJS: Remove redundant TemporalDateString productionLinus Groh
2022-05-08LibJS: Change internal slots of Duration to store mathematical valuesLinus Groh
2022-04-30LibJS: Reject -00000 as extended year in Date parsingIdan Horowitz
2022-04-13LibJS: Allow TypeArray to become detached in TypedArray.prototype.setTimothy Flynn
2022-04-12LibJS: Pass this value to fallback func in Array.prototype.toString()Linus Groh
2022-04-11LibJS: Add tests for the new steps added to PerformEvalLuke Wilde
2022-04-08LibJS: Do not throw a TypeError when sorting a detached TypedArrayTimothy Flynn
2022-04-02LibJS: Normalize NaN values in Sets and MapsIdan Horowitz
2022-03-31LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CELinus Groh
2022-03-31LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}NameLinus Groh
2022-03-31LibJS: Emit reference information for { calendarName: "always" } optionLinus Groh
2022-03-30LibJS: Disallow calendar display names which contain an underscoreTimothy Flynn
2022-03-29LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argumentLinus Groh
2022-03-29LibJS: Bring ForIn body evaluation closer to the specificationIdan Horowitz
2022-03-28LibJS: Add more delete operator testsLuke Wilde
2022-03-20LibJS: Allow 'expect().fail("some random string")' in test-jsAli Mohammad Pur
2022-03-16LibJS: Relax line and column number restrictions in Error stack testsSimon Wanner
2022-03-16LibTest: Provide detailed per-file JSON output with --per-fileAli Mohammad Pur
2022-03-15LibJS: Handle non-Error this object in Error.prototype.stack getterLinus Groh
2022-03-15LibJS/Tests: Consolidate Error.prototype.stack testsLinus Groh
2022-03-13LibJS: Add some tests for TypedArray.prototype.setmjz19910
2022-03-11LibJS: Apply source's byte offset in TA#set when both TAs have same typeLuke Wilde
2022-03-10LibJS: Add missing check in ParseTemporalInstantLinus Groh
2022-03-10LibJS: Adjust grammar for DateExtendedYear to exclude -000000Linus Groh
2022-03-09LibJS/Tests: Add tests for '−000000' (U+2212) DateExtendedYearLinus Groh
2022-03-09LibJS: Keep PrivateEnvironment through NativeFunction callsdavidot
2022-03-09LibJS: Be more lenient when parsing milliseconds for Datedavidot
2022-03-08LibJS: Implement the Error.prototype.stack setterLuke Wilde
2022-03-06LibJS: Implement the object literal __proto__ property key special caseIdan Horowitz
2022-03-02LibJS: Implement and test ArrayBuffer.prototype.resizeForLoveOfCats