ladybird/Libraries/LibJS/Tests
Adam Patterson 120bba597d
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibJS: Remove using-declaration.js from .prettierignore
This is the second and final commit to remove using-declaration from
.prettierignore. While there is standard formatting changes here, there
is also scoping changes for the 'using' declarations due to the
following error:

Libraries/LibJS/Tests/using-declaration.js: SyntaxError:
Using declaration cannot appear in the top level when source
type is `script` or in the bare case statement.
2025-10-09 15:49:49 -04:00
..
builtins LibJS: Fill all available space when TA.copyWithin shrinks the array 2025-10-03 09:03:40 +02:00
classes LibJS: Make class accessors non-enumerable 2025-09-07 08:35:10 -04:00
functions Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
iterators Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
loops Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
math Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
modules LibJS: Remove files from .prettierignore 2025-10-09 15:49:49 -04:00
operators LibJS: Return the allocated dst register from deleting super properties 2024-12-14 12:08:50 -08:00
regress LibJS: Invalidate PrototypeChainValidity when prototype shape is a dict 2025-09-22 18:41:23 +02:00
syntax LibJS: Fix arrow function parsing bug 2025-05-26 12:44:21 +03:00
add-values-to-primitive.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
arguments-callee.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
arguments-object.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
assignment-evaluation-order.js LibJS: Copy base object of LHS of assignment to preserve eval order 2025-09-02 12:59:52 +01:00
async-this-value.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
automatic-semicolon-insertion.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
break-continue-syntax-errors.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
comments-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
computed-property-sideeffects.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
computed-property-throws.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
const-declaration-missing-initializer.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
const-reassignment.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
copy-this-to-local.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
custom-@@hasInstance.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
custom-@@toPrimitive.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
custom-@@toStringTag.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
debugger-statement.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
duplicated-variable-declarations.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
empty-statements.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
eval-aliasing.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
eval-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
eval-redeclaration.js LibJS: Remove [[VarNames]] from GlobalEnvironment 2025-04-29 07:33:08 -04:00
exception-in-catch-block.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
exception-ReferenceError.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
exponentiation-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
for-loop-per-iteration-env-bug.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
gc-deeply-nested-object-graph.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
global-var-let-const.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
if-statement-function-declaration.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
indexed-access-prototype-indirection.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
indexed-access-string-object.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
inline-cache-edge-cases.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
invalid-lhs-in-assignment.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
labels.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
let-scoping.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
new-expression.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
non-writable-assignment.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
null-or-undefined-access.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
numeric-literals-basic.js LibJS: Handle out-of-range prefixed numbers in Token::double_value 2025-08-10 13:35:37 +02:00
object-basic.js LibJS: Allow async functions named "async" as function properties 2024-12-26 17:23:10 +01:00
object-expression-__proto__.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
object-expression-computed-property.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
object-expression-numeric-property.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
object-getter-setter-shorthand.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
object-method-shorthand.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
object-spread.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ordinary-to-primitive.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
parseInt.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
parser-declaration-in-single-statement-context.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
parser-invalid-destructuring-assignment-target.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
parser-line-terminators.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
parser-unary-associativity.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
permanently-screwed-by-eval.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
postfix-increment-eval-order.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
program-non-strict.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
program-strict-mode.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
redefine-next-in-builtin-iterators.js LibJS: Disable optimization in IteratorNextUnpack if next() is redefined 2025-05-12 07:41:29 -04:00
redefine-prototype-of-builtin-iterators.js LibJS: Do more comprehensive check if next() fast path is possible 2025-06-02 00:15:36 +02:00
return.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
runtime-error-call-stack-size.js LibJS: Handle call stack limit exceptions in NewPromiseReactionJob 2025-02-05 08:05:01 -05:00
statement-with-many-labels.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
strict-mode-blocks.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
strict-mode-errors.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
string-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
string-concatenation.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
string-escapes.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
string-spread.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
switch-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
switch-break.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
switch-default-before-case.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
tagged-template-literals.js LibJS: Use correct this value for tagged template literals with members 2025-01-17 17:15:12 +01:00
template-literals.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
test-common-tests.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
test-common.js LibJS: Close sync iterator when async wrapper yields rejection 2025-04-29 07:33:08 -04:00
this-value-strict.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
this-value.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
throw-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
to-number-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
to-number-exception.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
try-catch-finally-nested.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
try-catch-finally-return.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
try-catch-finally.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
try-finally-break.js LibJS: Avoid emptying the return value register in try/finally 2025-03-27 12:18:30 +00:00
try-finally-continue.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
try-return-finally.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
unicode-identifier-escape.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
update-expression-on-member-expression.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
update-expressions-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
use-strict-directive.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
using-declaration.js LibJS: Remove using-declaration.js from .prettierignore 2025-10-09 15:49:49 -04:00
using-for-loops.js LibJS: Remove files from .prettierignore 2025-10-09 15:49:49 -04:00
var-multiple-declarator.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
var-scoping.js LibJS: Propagate direct eval presence if the current scope is screwed 2025-01-17 14:36:03 +01:00
variable-undefined.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
with-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00