Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8177957

run-test summary lines look bad/misleading with long test names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 10
    • infrastructure
    • 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.

            ihse Magnus Ihse Bursie
            ihse Magnus Ihse Bursie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: