ladybird/Utilities
Andreas Kling 71713017c5 test262-runner: Remove parse-only fast path for negative tests
The Rust parse_program() does not validate regex patterns or catch
all early errors during the parse phase alone -- those are caught
during compilation. The old C++ Parser did catch them during parsing.

Remove the fast parse-only path for negative tests so they go through
the full VM + compilation path, which correctly surfaces all errors.

The parse-only mode (--parse-only flag) is kept for explicit use.
2026-03-19 21:55:10 -05:00
..
CMakeLists.txt CMake: Remove ENABLE_WINDOWS_CI option and adjust presets to match Unix 2026-01-16 11:15:16 -07:00
dns.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
image.cpp Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
js.cpp LibJS: Remove C++ lexer, use Rust tokenizer for syntax highlighting 2026-03-19 21:55:10 -05:00
test262-runner.cpp test262-runner: Remove parse-only fast path for negative tests 2026-03-19 21:55:10 -05:00
wasm.cpp LibWasm: Parse and validate typeuse references 2026-02-10 13:00:16 +01:00
xml.cpp LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00:00