Revision f230a1cf deps/v8/tools/testrunner/README

View differences:

deps/v8/tools/testrunner/README
87 87
  Implementation needed to run tests locally. Used by run-tests.py. Inspired by
88 88
  (and partly copied verbatim from) the original test.py script.
89 89

  
90
./testrunner/local/old_statusfile.py:
91
  Provides functionality to read an old-style <testsuite>.status file and
92
  convert it to new-style syntax. This can be removed once the new-style
93
  syntax becomes authoritative (and old-style syntax is no longer supported).
94
  ./status-file-converter.py provides a stand-alone interface to this.
95

  
96 90
./testrunner/objects/*:
97 91
  A bunch of data container classes, used by the scripts in the various other
98 92
  directories; serializable for transmission over the network.

Also available in: Unified diff