You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michaël Zasso c459d8ea5d deps: update V8 to 5.7.492.69 8 years ago
..
local deps: update V8 to 5.7.492.69 8 years ago
network deps: update V8 to 5.4.500.27 8 years ago
objects deps: update V8 to 5.4.500.27 8 years ago
server deps: update V8 to 5.4.500.27 8 years ago
utils deps: update V8 to 5.4.500.27 8 years ago
README v8: upgrade to 3.22.24 11 years ago
__init__.py deps: update v8 to 3.15.11 12 years ago
testrunner.isolate deps: update V8 to 5.6.326.55 8 years ago

README

Test suite runner for V8, including support for distributed running.
====================================================================


Local usage instructions:
=========================

Run the main script with --help to get detailed usage instructions:

$ tools/run-tests.py --help

The interface is mostly the same as it was for the old test runner.
You'll likely want something like this:

$ tools/run-tests.py --nonetwork --arch ia32 --mode release

--nonetwork is the default on Mac and Windows. If you don't specify --arch
and/or --mode, all available values will be used and run in turn (e.g.,
omitting --mode from the above example will run ia32 in both Release and Debug
modes).


Networked usage instructions:
=============================

Networked running is only supported on Linux currently. Make sure that all
machines participating in the cluster are binary-compatible (e.g. mixing
Ubuntu Lucid and Precise doesn't work).

Setup:
------

1.) Copy tools/test-server.py to a new empty directory anywher