RFR(T) : 8243945 : use driver mode in runtime tests
Igor Ignatyev
igor.ignatyev at oracle.com
Wed Apr 29 19:19:00 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8243945/webrev.00/
> 143 lines changed: 46 ins; 0 del; 97 mod;
Hi all,
could you please review the trivial patch which updates 109 runtime tests to use driver mode?
in most cases, the changes are as straightforward as 's/main/driver/', other changes are:
- runtime/InvocationTests tests throw an exception instead of calling System.exit
- runtime/condy/CondyLDCTest.java passes "-Xverify:all", although the test didn't do that before, it seems it was intended, in any case it won't cause any harm
- in runtime/records/ignoreRecordAttribute.java, indent of jtreg test description block was fixed.
webrev: http://cr.openjdk.java.net/~iignatyev//8243945/webrev.00
(for the sake of reviewers, copyright year changes are omitted, the final patch changes years in )
JBS: https://bugs.openjdk.java.net/browse/JDK-8243945
testing: test/hotspot/jtreg/runtime
Thanks,
-- Igor
More information about the hotspot-runtime-dev
mailing list