test262/guides/Running-Tests.md
2022-02-10 16:07:18 -05:00

610 B

Running Tests

  • Explain Test262-Harness
    • Explain role of eshost
    • Explain role of esvu
  • How to set up Test262-Harness
  • Provide a bunch of common and useful examples of test262-harness commands, with explanations of what is happening and what to expect
    • Speeding up with threads
    • Specifying engines-specific host args
    • filtering tests with --features
    • Polyfill injection with --prelude
    • Code tranformation intermediary with --transformer
    • Code preprocessing and outcome overide with --preprocessor