RFR(XS): 8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level (original) (raw)
Mikael Vidstedt mikael.vidstedt at oracle.com
Wed Jul 16 02:48:59 UTC 2014
- Previous message: JDK 9 RFR of JDK-8030942: Explicitly state floating-point summation requirements on non-finite inputs
- Next message: RFR(XS): 8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review the below change which adds support for running jtreg
tests from the top level test/ directory using the 'make TESTDIRS=
cd test && make TESTDIRS=../hotspot/test/runtime jtreg_tests cd test && make TESTDIRS=../jdk/test/javax jtreg_tests
The implementation logic simply extracts the component (hotspot, jdk etc.) from the value of TESTDIRS and delegates to the respective component's test/Makefile, removing the ..//test from TESTDIRS in the process.
Thanks, Mikael
- Previous message: JDK 9 RFR of JDK-8030942: Explicitly state floating-point summation requirements on non-finite inputs
- Next message: RFR(XS): 8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]