aboutsummaryrefslogtreecommitdiffstats
path: root/test_interpreter.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to run tests in parallel.Jędrzej Nowacki2012-12-181-24/+37
| | | | | | | | | The test_interpreter script waste a lot of time in the kernel process, that should be fixed. For know magic '-j' option allows to speedup test execution a bit. Change-Id: Ib1f0cbecc2053e434eb8df4e2e1edb22bc3e7846 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* Add a script to test the interpreter on *.js files.Nikolai Kosjar2012-11-131-0/+460
By default this will run ./v4 on all *.js files in test262 and generate test reports based on the exit code and the output of the interpreter. Change-Id: I5a90b9f4c5bf376c5c8df12b5e777d0626d9d82e Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>