RFR(M/S) : 8251127 : clean up FileInstaller $test.src $cwd in remaining vmTestbase_vm_compiler tests :
Igor Ignatyev
igor.ignatyev at oracle.com
Wed Aug 26 01:01:44 UTC 2020
http://cr.openjdk.java.net/~iignatyev/8251127/webrev.00/
> 560 lines changed: 132 ins; 367 del; 61 mod;
Hi all,
could you please review the patch which removes FileInstaller actions from :vmTestbase_vm_compiler?
the biggest chunk of the patch is just removal for '@run jdk.test.lib.FileInstaller' produced by sed '/jdk.test.lib.FileInstaller \. \./d'. human-made changes are:
- moving jtreg test descriptions to the test source in t108-t113, corresponding changes in TEST.quick-groups and fixing line numbers in t108-t113.gold files
- adding -Dtest.src=${test.src} to the tests which use ExecDriver (t087,t088,t108-t113), so GoldChecker would be able to find .gold file
testing: :vmTestbase_vm_compiler
JBS: https://bugs.openjdk.java.net/browse/JDK-8251127
webrev: http://cr.openjdk.java.net/~iignatyev/8251127/webrev.00/
Thanks,
-- Igor
More information about the hotspot-compiler-dev
mailing list