-
Bug
-
Resolution: Fixed
-
P3
-
10
-
None
-
b34
When running individual tests using run-test, the summary section gets hard to read. For instance: (imagine having a fixed-with font :))
TEST TOTAL PASS FAIL ERROR
jtreg:hotspot/test/gc/stress/gcbasher/TestGCBasherWithG1.java 1 1 0 0
What makes this exact example even worse is that it aligns so bad so that the "1" belonging to the TOTAL column, ends up aligned with the FAIL label, so it looks as if the test failed.
If the test name is too long to fit before the number columns, we should add a line break, so the numbers still align on the right columns, but on the line after.
TEST TOTAL PASS FAIL ERROR
jtreg:hotspot/test/gc/stress/gcbasher/TestGCBasherWithG1.java 1 1 0 0
What makes this exact example even worse is that it aligns so bad so that the "1" belonging to the TOTAL column, ends up aligned with the FAIL label, so it looks as if the test failed.
If the test name is too long to fit before the number columns, we should add a line break, so the numbers still align on the right columns, but on the line after.