[lit] Improve test summary output
authorJulian Lettner <julian.lettner@gmail.com>
Thu, 28 Feb 2019 06:29:00 +0000 (22:29 -0800)
committerJulian Lettner <julian.lettner@apple.com>
Wed, 8 Apr 2020 05:19:50 +0000 (22:19 -0700)
commit414745026ca78a3f4f773d61aaababe6a0971af1
tree7af71af157b19029556373aa7b36396a6d9a3847
parentb21bfcca4af645ea25d30972da6b1949a6957aec
[lit] Improve test summary output

This change aligns the test summary output along the longest
category label.  We also properly align test counts.

Before:
```
Testing Time: 10.30s
  Unsupported Tests  : 1
  Expected Passes    : 30
```

After:
```
Testing Time: 10.29s
  Unsupported Tests:  1
  Expected Passes  : 30
```
llvm/utils/lit/lit/main.py
llvm/utils/lit/tests/allow-retries.py
llvm/utils/lit/tests/lit-opts.py
llvm/utils/lit/tests/parallelism-groups.py
llvm/utils/lit/tests/shtest-inject.py