Hi Chris,
On 11/5/2015 9:26 AM, Chris Plummer wrote:
Hi Joe,
Is there a reason to upgrade them if the tests don't actually require
b12? BTW, there are more than just those two repos. The following all
have TEST.ROOT:
bash-4.1$ find . -name TEST.ROOT
./hotspot/agent/test/jdi/TEST.ROOT
./hotspot/test/TEST.ROOT
./deploy/test/TEST.ROOT
./nashorn/test/TEST.ROOT
./jaxp/test/TEST.ROOT
./jdk/test/TEST.ROOT
./langtools/make/test/TEST.ROOT
./langtools/test/TEST.ROOT
The jtreg configuration files in the $REPO/test directories were
regularized earlier in JDK 9 with
JDK-8075543: Add tiered testing definitions to the JDK 9 forest
For consistency across the JDK, this included adding a minimum jtreg
version to 4.1 b11 even if the tests in those repos didn't actually use
b11 specific features. I think these same TEST.ROOT files should be
updated in unison to b12.
Thanks,
-Joe