summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2023-05-26LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1Timothy Flynn
2023-05-22LibJS: Add "Month dd, yy hh:mm:ss" Date formatLuke Wilde
2023-05-07Everywhere: Change spelling of 'behaviour' to 'behavior'Ben Wiederhake
2023-05-06LibJS: Guard against stack overflow in ProxyObject set_property()Maciej
2023-05-06LibJS: Guard against stack overflow in ProxyObject has_property()Maciej
2023-04-02LibJS: Parse secondary expressions with the original forbidden token setLinus Groh
2023-03-23LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independentHendiadyoin1
2023-03-23LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for DateLuke Wilde
2023-03-21LibJS: Ensure Date tests can pass in any time zone by testing UTC valuesTimothy Flynn
2023-03-01LibJS: Make int_part a double in StringPrototype::to_stringLuke Wilde
2023-02-16LibJS: Manually loop over escaped regex pattern instead of ::replace()Ali Mohammad Pur
2023-02-15LibUnicode: Fix typos causing text segmentation on mid-word punctuationTimothy Flynn
2023-02-11LibJS/Temporal: Allow annotations after YYYY-MM and MM-DDLuke Wilde
2023-02-02LibJS: Format the era of ISO year 0 as BCTimothy Flynn
2023-01-30LibJS: Allow "approximately" results to differ in plural formTimothy Flynn
2023-01-30LibJS: Move resolution of some Intl.NumberFormat options to a common AOTimothy Flynn
2023-01-23LibJS: Add DisposableStack{, Prototype, Constructor}davidot
2023-01-23LibJS: Add using declaration support in for and for of loopsdavidot
2023-01-23LibJS: Add using declaration support, RAII like operation in jsdavidot
2023-01-23LibJS: Add Symbol.disposedavidot
2023-01-23LibJS: Add SuppressedError{, Prototype, Constructor}davidot
2023-01-23LibJS: Add custom details to toBe{True, False} shown on failuredavidot
2023-01-23LibJS: Clarify more errors in test-commondavidot
2023-01-14LibJS: Set approximate number range format result's "source" to "shared"Timothy Flynn
2023-01-10LibJS: Use a work queue instead of the C++ stack for the GC mark phaseAndreas Kling
2022-12-26LibJS: Add yearOfWeek calendar methods and propertiesLuke Wilde
2022-12-15LibJS: Throw a RangeError when when formatting strings in DurationFormatTimothy Flynn
2022-12-14LibJS: Don't update names of resulting functions in object expressiondavidot
2022-12-13LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for DateLuke Wilde
2022-12-10LibJS: Use ToPropertyKey AO for computed member expression valueLinus Groh
2022-12-07LibJS: Protect CanonicalIndex against double-to-integer overflowTimothy Flynn
2022-12-03LibJS: Add a function to ensure calls are made within the same seconddavidot
2022-12-02LibJS: Implement Set.prototype.isDisjointFromIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.isSupersetOfIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.isSubsetOfIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.symmetricDifferenceIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.differenceIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.intersectionIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.unionIdan Horowitz
2022-12-02LibJS: Throw on conversion from TimeZone to Calendar and vice versaLinus Groh
2022-12-01LibJS: Implement String.prototype.toWellFormedTimothy Flynn
2022-12-01LibJS: Implement String.prototype.isWellFormedTimothy Flynn
2022-11-30LibJS: Allow TypedArrays to become detached while sortingTimothy Flynn
2022-11-30LibJS: Allow CallExpressions as lhs of assignments in most casesdavidot
2022-11-30LibJS: Fix that constant declaration in for loop was mutable in bodydavidot
2022-11-29LibJS: Allow specifying only roundingIncrement in NumberFormat optionsTimothy Flynn
2022-11-28LibJS: Enable commented out tests in Math.asindavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.tanhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.sinhdavidot
2022-11-28LibJS: Add spec comments and check for edge cases in Math.log10davidot