Understand the Test262 Round-Trip Summary report
mainThe Test262 Round-Trip Summary provides a report of how a specific pipeline (e.g., terser-light) handles the Test262 suite. It details the configuration used for the run, the total number of tests processed, and the specific reasons why certain tests were skipped, rejected, or unsupported.
Report Sections
- Options: The configuration parameters used for the test run, including the
pipeline,transformengine,nodeMajorversion, and specificpathsbeing tested. - Totals: A summary table showing the distribution of tests across states:
Discovered,Runnable,Skipped,Unsupported,Rejected,Passed, andFailed. - Reasons: A breakdown of why tests were categorized as
rejectedorunsupported. This is useful for identifying specific language features or transformations that are causing issues (e.g.,transform-rejectorswc-parse-async-ident). - Failures: Lists any correctness failures found by Wakaru. If no failures are present, it will state "No Wakaru correctness failures.".