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

Enhance test summary with number of skipped tests

XMLWordPrintable

    • In Review

      Tests might be skipped from execution for various reasons at different stages.
      1. The test might be filtered out because it "did not meet platform requirements" or it was problemlisted. These test will not be run by jtreg.
      2. And even after the test was launched, it might throw jtreg.SkippedException at runtime. These tests are also considered skipped.

      This information can be read from jtreg's text/stat.txt, text/summary.txt and newly added notRun.txt file starting from jtreg v7.5.

      In this ticket, we want to enhance "Test summary" to account for the additional information about the tests that were filtered out or were skipped at runtime with the help of jtreg.SkippedException.

            ibereziuk Ivan Bereziuk
            ibereziuk Ivan Bereziuk
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: