JDK 11 | JDK 17 | JDK 21 | JDK 25 | JDK 8 |
---|---|---|---|---|
11.0.29-oracleFixed | 17.0.17-oracleFixed | 21.0.9-oracleFixed | 25 b21Fixed | 8u471Fixed |
Causes :
|
|
Relates :
|
The javadoc for PassFailJFrame.forcePass suggests an anti-pattern of forcibly passing the test if a resource is unavailable. If a resource is unavailable or a feature isn't supported, the test should throw jtreg.SkippedException. PassFailJFrame.forcePass should be used in semi-automatic tests when the test determines that all the conditions for passing the test are met.
|