Files
ladybird/Libraries/LibTest
Andreas Kling 1a03421897 LibTest: Count parse failures in test-js suite statistics
When a test file failed to parse, the error was printed but never
counted in the suite pass/fail statistics. This happened because
run_file_test() returned early on parse errors before reaching the
code that increments m_counts.suites_failed and m_counts.files_total.

This meant a test suite could have parse failures that were silently
invisible in the final "Test Suites: N passed, N total" summary.
2026-03-19 09:43:11 +01:00
..
2025-05-16 13:23:32 -06:00