v8/tools/testrunner/testproc
Vadim Gorbachev (bmsdave) 6cad46b4f3 Preparing v8 to use with python3 /tools/testrunner
There are now less that 400 days until the end of life
of Python 2(aka _legacy_ Python) https://pythonclock.org/ .
The code compatibility check for python2 and python3
used the following tools: futurize, flake8
You can see the reports here: https://travis-ci.com/bmsdave/v8/builds

This CL was uploaded by git cl split.

Bug: v8:8594
Change-Id: I2a90aaecb270f03aed1c0fc92da1a0e2621b0eb2
Reviewed-on: https://chromium-review.googlesource.com/c/1470101
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59678}
2019-02-19 09:23:11 +00:00
..
__init__.py [test] Introduce test processors 2018-01-08 11:27:47 +00:00
base.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
combiner.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
execution.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
expectation.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
filter.py [tests] Make processing of test filters faster 2018-07-25 20:48:05 +00:00
fuzzer.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
loader.py [testrunner] load tests concurrently into test execution processor 2019-01-31 08:19:06 +00:00
progress.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
rerun.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
result.py [test] Move command from test to the result 2018-01-17 12:59:54 +00:00
seed.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
shard_unittest.py [testrunner] enable variant sharding 2019-02-12 13:40:33 +00:00
shard.py [testrunner] enable variant sharding 2019-02-12 13:40:33 +00:00
sigproc.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
timeout.py [test] Abort testing immediately on interrupt and sigterm 2018-02-20 18:02:25 +00:00
variant_unittest.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
variant.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00