RFR(M) : 8208655 : use JTreg skipped status in hotspot tests
Igor Ignatyev
igor.ignatyev at oracle.com
Thu Aug 2 20:32:50 UTC 2018
http://cr.openjdk.java.net/~iignatyev//8208655/webrev.00/index.html
> 481 lines changed: 202 ins; 185 del; 94 mod;
Hi all,
could you please review this clean up of some hotspot tests? these tests are inapplicable in some of configurations, in some cases this can be expressed by @requiers, in others it can not be due to a dynamic nature. the latter cases are addressed by using new functionality added to jtreg 4.2 b13[1] -- throwing jtreg.SkippedException exception, which is known by jtreg and if jtreg catches this exception from a test, the test's will be marked as skipped.
webrev: http://cr.openjdk.java.net/~iignatyev//8208655/webrev.00/index.html
testing: hotspot tests
JBS: https://bugs.openjdk.java.net/browse/JDK-8208655
Thanks,
-- Igor
[1] https://bugs.openjdk.java.net/browse/CODETOOLS-7901596
More information about the hotspot-dev
mailing list