Skip to content

v3.7.0

Choose a tag to compare

@rwaldron rwaldron released this 26 Jun 14:45
· 129 commits to master since this release
Commit Message/Description
e4160d6 3.7.0
99d94ce Fix package.json "license" key per npm install warning
e15eccc Correct saved path format for --saveCompiledTests help message
fd18b51 --saveCompiledTest: save eshost compilation output
9b79394 --saveCompiledTest: simplify saving operation.
c3a52ea README: Adds "Required" and "Default" column to options table
b80e085 CLI: let --saveOnlyFailed implies --saveCompiledTests
317adf8 README: add --save* options to documentation
dd6426f Test: add tests for --saveCompiledTests --saveOnlyFailed
df25efa Test: update test-includes to latest Test262 harness files
b3d32fb Improve filenames: ensure that glob *.js doesn't run (and recompile) already-compiled tests by putting host name and pass/fail last.
5d0171f Add options --saveCompiledTests and --saveOnlyFailed to save out compiled versions of tests specific to the host.
6d512ec Compiler: migrate test262-compiler logic into harness.
0d5240d Complete implementation of --acceptVersion
7b2b4b8 Deps: eshost@4.0.0
38931f6 package-lock.json: update
2f7b962 Deps: temporarily use eshost.git#module-support-complete
c8668b5 Readme: add travis badge
d591ea7 Package-lock.json: update
1136405 Ensure version compatibility
e362482 Globbing: ignore _FIXTURE.js files
f1108be AgentPool: forward test.attr.flags to evalScript