I am using `SkippedException` in order to not run a test. When running with verbose options, I get a `TEST RESULT: Passed. Skipped: jtreg.SkippedException:`, when running without verbose options I get no such message, just the pass summary:
```
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:open/test/hotspot/jtreg/gc/arguments/TestCompressedClassFlags.java
1 1 0 0
==============================
TEST SUCCESS
```
I wonder if there exist some exception (or other mechanism) that would make the TOTAL/PASS count zero?
Or maybe add a skip count (which would be better)
```
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:open/test/hotspot/jtreg/gc/arguments/TestCompressedClassFlags.java
1 1 0 0
==============================
TEST SUCCESS
```
I wonder if there exist some exception (or other mechanism) that would make the TOTAL/PASS count zero?
Or maybe add a skip count (which would be better)
- duplicates
-
CODETOOLS-7903785 Improve reporting for skipped tests
-
- Resolved
-
- relates to
-
JDK-8343832 Enhance test summary with number of skipped tests
-
- In Progress
-
-
CODETOOLS-7903785 Improve reporting for skipped tests
-
- Resolved
-
-
CODETOOLS-7900176 report of tests excluded by -exclude
-
- Closed
-