Releases: tc39/test262-harness
Releases · tc39/test262-harness
v4.6.0
Commit |
Message/Description |
d9622b4 |
4.6.0 |
e10abae |
Fix typo |
4ab296e |
Transform: add --transform tests, eliminate --babelPresets option |
v4.4.0
Commit |
Message/Description |
6a3e38e |
4.4.0 |
359c542 |
Tests: multiple --prelude parameters |
b30f6f2 |
Add support for multiple --prelude arguments. |
f828f21 |
Pass test record to agent.evalScript tp enable module testing. |
v4.3.0
Commit |
Message/Description |
802aa52 |
4.3.0 |
d551ddf |
Do not emit the same test more than once |
v4.2.0
Commit |
Message/Description |
ed41a96 |
4.2.0 |
97d7934 |
Make doneprinthandle.js accept the input and produce the output expected by test262/harness |
404575c |
README: add --tempDir |
f760e3f |
Fix unescaped ` |
a01afc5 |
CLI: fix --saveCompiledTests option; add more description to --tempDir |
4287b31 |
Deps: [email protected] |
3387379 |
Support for user defined "tempDir" directory (passed along to eshost) |
v4.0.0
Commit |
Message/Description |
9cfb3a0 |
4.0.0 |
4b3bf2f |
Test: add test for failures that have either stdout or stderr contents. |
e905dff |
On failure, print stdout if stderr is empty. |
e7fe2d7 |
Test: nit-picking and cleanups. |
0c7e57c |
Test: fix .gitignore pattern for files created by "save-compiled-tests.js" |
10e5ae8 |
CI: Add Node.js 10 |
38dfc20 |
Insert "use strict" directive |
2a03496 |
Decrease timeout during testing |
1108aab |
Remove unnecessary test |
bdfc8cd |
Reorganize tests |
db92d58 |
Integrate test262-stream |
6f3dfca |
Extend test coverage |
9f09565 |
Re-organize tests |
c38e31d |
Add tests for file matching |
27faffc |
README: fix --saveCompiledTests to match CLI help |
v3.7.0
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: [email protected] |
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 |