v8/tools/testrunner/testproc
Tamer Tas baeb4e324d [testrunner] enable the progress indicator
Using test generators meant that we had to remove the progress indicator since
the total number of tests weren't known before-hand.

This CL implements a progress indicator using test number estimations.

cctest and unittests progress indicator is accurate, however estimating
means the progress will terminate over 100% in big test suites and sometimes
under 100%.

R=machenbach@chromium.org
CC=​sergiyb@chromium.org,yangguo@chromium.org

Bug: v8:8769
Change-Id: I40ca5b40f9b1223376d33707f0945900ea98cea3
Reviewed-on: https://chromium-review.googlesource.com/c/1460471
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59538}
2019-02-12 16:03:17 +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 [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +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 [testrunner] enable the progress indicator 2019-02-12 16:03:17 +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 [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +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 Revert "[test] Temporary debug output for hanging tests" 2018-10-16 10:41:36 +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