v8/tools/testrunner/local
Michal Majewski c8102945af [test] Code cleanup in testcfg.py
- All testcase/testsuite/variant generator subclasses renamed to
  just TestCase/TestSuite/VariantGenerator since they're private
  implementation.
- All `testcase` variables renamed to `test` to not conflict with
  a module name.
- No more two statements in the same line.
- Removed some unused testsuite methods.

Bug: v8:6917
Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
Change-Id: I7710f3419f738a5f9ddca73765dd2cad2e35b952
Reviewed-on: https://chromium-review.googlesource.com/823964
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michał Majewski <majeski@google.com>
Cr-Commit-Position: refs/heads/master@{#50076}
2017-12-13 13:36:20 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
command.py Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00
execution.py [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00
junit_output.py [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00
perfdata.py [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00
pool_unittest.py [test] Fix pool unittest 2017-02-07 13:58:26 +00:00
pool.py Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00
progress.py [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00
statusfile_unittest.py [test] Change wildcards to prefix rules. 2017-11-20 14:25:04 +00:00
statusfile.py [test] Extract expected outcomes. Simpler FAIL_* handling. 2017-11-24 09:23:03 +00:00
testsuite_unittest.py [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00
testsuite.py [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
utils.py [test] Code cleanup in test suites. 2017-12-12 08:54:52 +00:00
variants.py [wasm] Fix wasm-jit-to-native + W^X GC heap interaction issues 2017-12-08 02:21:46 +00:00
verbose.py [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00