summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
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
2022-03-02LibJS: Implement and test getters added by resizable ArrayBufferForLoveOfCats
2022-03-02LibJS: Fix rounding issues in Number.toFixedBen Abraham
2022-02-23LibJS: Print the expected and received value on expect.toEqual() failureAli Mohammad Pur
2022-02-21LibJS: Define the Intl.Collator's compare function name to be emptyTimothy Flynn
2022-02-20LibJS: Re-implement String.localeCompare using the StringCompare AOIdan Horowitz
2022-02-20LibJS: Implement get Intl.Collator.prototype.compareIdan Horowitz
2022-02-20LibJS: Add [[InitialName]] and use it in Function.prototype.toString()Linus Groh
2022-02-18LibJS: Ensure we only call toString on computed properties onceAnonymous
2022-02-18LibJS: Unify exponentiation logic for ** operator and Math.powAnonymous
2022-02-18LibJS: Allow methods in classes named 'async'davidot
2022-02-18LibJS: Allow CallExpression as left hand side of for-of/for-in loopsdavidot
2022-02-16AK: Fix userland parsing of rounded floating point numbersserenitydev
2022-02-16LibJS/Tests: Run prettier on modulo-basic.jsLinus Groh
2022-02-16LibJS: Implement the Number::remainder AO using fmodAnonymous
2022-02-16LibJS: Fix mixing of logical and coalescing operatorsAnonymous
2022-02-15LibJS: Fix cases where we incorrectly allowed 'in' in for loopsAnonymous
2022-02-15LibJS: Use CopyDataProperties when spreading in object expressionsdavidot
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-13LibJS/Tests: Rename snake_case identifiers in string-basic.jsLinus Groh
2022-02-13LibJS: Correct the handling of accessors on stringsAnonymous
2022-02-12LibJS: Remove the name prefix for wrapped functionsLinus Groh
2022-02-10LibJS: Add tests for Set.prototype.keys which is an alias for valuesdavidot
2022-02-10LibJS: Fix Map Iterators when elements are deleted during iterationdavidot
2022-02-10LibJS: Don't coerce this value to an object in Function.prototype.callLuke Wilde
2022-02-10LibJS: Don't coerce this value to an object in Function.prototype.applyLuke Wilde
2022-02-09LibJS: Implement Function.prototype.bind() according to the spec :^)Linus Groh
2022-02-09LibJS: Implement Sets using MapsAli Mohammad Pur
2022-02-07LibJS: Implement non standard error.stack attributeHendiadyoin1