Issue 153: Add support for running multiple JS tests in same VM
http://code.google.com/p/v8/issues/detail?id=153
New issue report by [EMAIL PROTECTED]:
We should extend d8 to allow running multiple JS tests - maybe even in a
pseudo-randomized
order - in the same VM instance to better stress test the GC and to find
memory leaks, etc. What
I propose is adding support for running stuff like:
$ d8 --run-tests-from-file=mjsunit-tests.txt
where we would use a single VM and run each line in the mjsunit-tests.txt
in a separate context.
The file could would have lines like this:
mjsunit.js regress/regress-87.js
--allow-natives-syntax mjsunit.js ...
It should be easy to get the current test framework to emit test files for
both the Mozilla tests as
well as the mjsunit ones.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Bug Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---