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. |
||
|---|---|---|
| .. | ||
| Randomized | ||
| AssertionHandler.cpp | ||
| AssertionHandler.h | ||
| CMakeLists.txt | ||
| JavaScriptTestRunner.h | ||
| JavaScriptTestRunnerMain.cpp | ||
| Macros.h | ||
| Results.h | ||
| TestCase.h | ||
| TestMain.cpp | ||
| TestResult.h | ||
| TestRunner.h | ||
| TestRunnerUtil.h | ||
| TestSuite.cpp | ||
| TestSuite.h | ||