mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
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.