-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
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.
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.
- is blocked by
-
JDK-8339238 Update to use jtreg 7.5.1
- In Progress
-
CODETOOLS-7903785 Improve reporting for skipped tests
- Resolved
- relates to
-
CODETOOLS-7903557 Add a skip count when user throws SkippedException
- Closed
- links to
-
Review(master) openjdk/jdk/22245