v8/tools/testrunner/testproc
Michael Achenbach 373a9a8cfc [test] Switch to flattened json output
This flattens the json output to one result record as a dict. In
the past several records with different arch/mode combinations
could be run, but this is deprecated since several releases.

We also drop storing the arch/mode information in the record as it
isn't used on the infra side for anything.

This was prepared on the infra side by:
https://crrev.com/c/2453562

Bug: chromium:1132088
Change-Id: I944514dc00a671e7671bcdbcaa3a72407476d7ad
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2456987
Reviewed-by: Liviu Rau <liviurau@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70402}
2020-10-08 13:05:11 +00:00
..
__init__.py [test] Introduce test processors 2018-01-08 11:27:47 +00:00
base.py Reland "[test] Print hanging tests on linux on test-runner termination" 2019-08-05 11:50:18 +00:00
combiner.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
execution.py Reland "[test] Print hanging tests on linux on test-runner termination" 2019-08-05 11:50:18 +00:00
expectation.py Reland^5 "[flags] warn about contradictory flags" 2020-09-18 15:45:00 +00:00
filter.py [tests] Make processing of test filters faster 2018-07-25 20:48:05 +00:00
fuzzer.py [numfuzz] Temporarily don't use --budget-for-feedback-vector-allocation=0 2020-02-20 10:54:33 +00:00
loader.py [testrunner] load tests concurrently into test execution processor 2019-01-31 08:19:06 +00:00
progress.py [test] Switch to flattened json output 2020-10-08 13:05: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 [Py3] Get tools/testrunner/testproc closer to Py3 2020-06-23 18:55:05 +00:00
util_unittest.py [Py3] Get tools/testrunner/testproc closer to Py3 2020-06-23 18:55:05 +00:00
util.py [test] Clean up stray processes before running tests on swarming 2020-07-15 13:42:21 +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