Commit Graph

2 Commits

Author SHA1 Message Date
Jędrzej Nowacki dfd7da9c33 Allow to run tests in parallel.
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>
2012-12-18 09:19:57 +01:00
Nikolai Kosjar c870a64bad Add a script to test the interpreter on *.js files.
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>
2012-11-13 14:08:44 +01:00