Skip to content

Releases: bterlson/test262-harness

v2.3.1

24 Aug 20:21
Compare
Choose a tag to compare
Commit Message/Description
98f9785 v2.3.1
859816a Merge pull request #67 from tschneidereit/master
de61d1a Don't attempt to clear non-TTY output in simple results reporter
6c34b1b Merge pull request #63 from surma-dump/surma-patch-1
a6cda60 Typo in README
cb4138e Update readme quickstart in light of new node defaults
f55a167 Update readme

v2.3.0

24 Aug 20:21
Compare
Choose a tag to compare
Commit Message/Description
981de91 version 2.3.0
e589e19 Add prelude option
330f05f wip
9e17990 Run tests against current node binary if hostType is not specified
bd95f12 Update eshost dependency
350757f Merge pull request #55 from leobalter/patch-1
3ea16cb wrap tests path into single quotes

v2.1.1

24 Aug 20:21
Compare
Choose a tag to compare
Commit Message/Description
6a8dc77 v2.1.1
120699b Merge pull request #53 from leobalter/glob
fec20dd Skip folders
57ba576 Fix bug with finding errors on stdout
09db831 Make argument parsing strict
3478e52 Add readme note about Node 6 requirement
10cf697 Update to latest test262-compiler
9ba4269 Destroy the agent pool when tests are completed.
b6ddcda Remove debugging output
7722bc4 Fix bug with multiple file paths
5dfaa4a Allow multiple test paths
2beb952 Fix bug with giving absolute filenames
bae8ebb Fix bug when looking for report directory
1b8d2eb Update readme
b07680b Add tests, fix a few bugs
0501e94 Update CLI a bit
000f0c2 Update dependencies
1f7cc89 Add missing files from last commit
4010c9a Rewrite based on eshost

v1.5.6

24 Aug 20:22
Compare
Choose a tag to compare
Commit Message/Description
dad42e7 v1.5.6
ff0670b Merge branch 'master' of https://github.com/bterlson/test262-harness
3191698 Merge pull request #47 from goyakin/expected-exception-reporting
038cc9c Report the expected error indicated by the "negative" frontmatter when it isn't thrown
9b91134 Drop support for the "negative" flag
65aa9f3 Merge pull request #46 from thorn0/patch-1
3fd012b Fix the error with redirecting stdout to a file on Windows
79290eb Merge pull request #44 from muratsu/SmallFix
2cd1b43 Remove unused require statement

v1.5.5

24 Aug 20:22
Compare
Choose a tag to compare
Commit Message/Description
6fef5a0 version 1.5.5
498d9d8 Use temp module to create temp files
8a3c02d Better consoleCommand path handling. Add consoleArguments option.
f9b0dcd Merge pull request #42 from jugglinmike/raw-5
0f3b77a Do not append content to tests marked as raw
7e0b66d Implement support for raw frontmatter flag
f0154d2 Merge pull request #41 from jugglinmike/reuse-error-fns
33c083c Hard-code source for $ERROR and Test262Error
def0ff9 Merge pull request #40 from jugglinmike/reuse-test262-error
81244a5 Re-use $ERROR
ac95cc8 Re-use Test262Error
b4d8adc Fix handling of \u2028 and \u2029 in batch mode
ea8ca89 Fix --help
ecc35b7 Halt on first error. Update $ERROR to conform to expected thrown errors.
665bdef Fix default glob to only match .js files

v1.4.0

24 Aug 20:22
Compare
Choose a tag to compare
Commit Message/Description
b15f6ed v1.4
6b12c10 Merge pull request #29 from smikes/7-use-currentdir-helpers
2ba3c20 Merge pull request #28 from anba/npm_test
b35c168 use harness/ dir from current dir
dded264 Set 'displayErrors: false' when creating new context to support node>0.10
626a715 Merge pull request #27 from liminzhu/master
91f0ee6 Enable test exclusion, use exclude property in config file. Tests added.

v1.3.1

24 Aug 20:22
Compare
Choose a tag to compare
Commit Message/Description
e9a630b v1.3.1
b16ecb0 Test errorName, errorMessage, and errorStack. Fix a few related bugs.
0c827d7 Add missing nodeConfig file

v1.3.0

24 Aug 20:22
Compare
Choose a tag to compare
Commit Message/Description
154dcf1 1.3.0
d99a9da Add -C/--compile option
db78dc3 Merge pull request #21 from smikes/drop-node-exe
5555f0f Add tests that are useful
c0c8b46 Only log duration with simple reporter
fef6976 Merge pull request #23 from domenic/assert-throws-update
523802a Update assert.throws from code review comments
e544e95 Merge pull request #22 from domenic/assert-throws
28f5c02 Add assert.throws
7777720 remove .exe

v1.2.0

24 Aug 20:23
Compare
Choose a tag to compare
Commit Message/Description
ea3bc4d v1.2.0
339808b Pull error stacks from stderr of console output
e744f79 Don't pass require to child context, doesn't work anyway
d4e26b5 Handle arguments correctly
4625b26 Merge pull request #20 from domenic/auto-include-assert
f27aa47 Merge pull request #19 from smikes/ups-master
5bdc3d9 Add and auto-include assert.js helper
39ff1f1 Throw a real error
bc4120b Update README.md
8a0c5ad Don't use process.fork since node runner may target node with different command line
961b348 Display error stack if available in simple reporter
c483809 Fix package.json
5373c87 Fix value of pass attribute for negative tests
a4a9bcb Remove excess backtick in readme
21cb8a2 Global install isn't working properly yet; update readme
46b0483 use test/harness as helper dir if present

v1.1.0

24 Aug 20:23
Compare
Choose a tag to compare
Commit Message/Description
80c6b33 v1.1.0
0850b54 validateResult no longer takes a stdout stream
d8e9ea7 Update README.md
990419c Add an out-of-proc runner for node
ca7cae3 Call end on runner instances when everything is done
b4b0afd Allow setting batch configuration via useConfig
57d520d Add useConfig and a config flag
c5ed940 Fix file cleanup for console runner
ba46fc0 Add index, export runners
35d9d0d Better factoring of batch mode runners
19478c1 Clean up run.js with highland and stream-bifurcate dependency
c2766c2 evaluate is the new evalcx
f61f571 Update README with batch flag
ea8c5a4 Add batch mode, and a jsshell runner that can use it
ab0af63 Default to 4 threads
36977f1 let runners specify default print arg. Add _print helper to console runner.
2c3309d Loosen error string matching regexp
dbc7d6c Update output of simple reporter
a80005f Update README.md
c714895 Add shorter command line aliases, update readme
d73605f Fix toString of Test262Error