mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
610 B
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