• Tamer Tas's avatar
    [testrunner] enable the progress indicator · baeb4e32
    Tamer Tas authored
    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: 's avatarMichael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#59538}
    baeb4e32
Name
Last commit
Last update
..
__init__.py Loading commit data...
base.py Loading commit data...
combiner.py Loading commit data...
execution.py Loading commit data...
expectation.py Loading commit data...
filter.py Loading commit data...
fuzzer.py Loading commit data...
loader.py Loading commit data...
progress.py Loading commit data...
rerun.py Loading commit data...
result.py Loading commit data...
seed.py Loading commit data...
shard.py Loading commit data...
shard_unittest.py Loading commit data...
sigproc.py Loading commit data...
timeout.py Loading commit data...
variant.py Loading commit data...
variant_unittest.py Loading commit data...