run-tests.py can run all the tests in V8's test/ directory. Look at its --help output for additional options, such as verbose output (printing every test that's run). You can specify which test suites to run, e.g. "run-tests.py mozilla" will just run the mozilla tests.
On Sat, Nov 2, 2013 at 8:17 AM, Gregory Hlavac <[email protected]> wrote: > I believe it runs a set of standardized tests around javascript compliance > or something of that sort. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
