RFR: JDK-8150998: Fix module dependences in java/lang tests

Jonathan Gibbons jonathan.gibbons at oracle.com
Wed Mar 2 22:18:11 UTC 2016


On 03/02/2016 12:38 PM, Alexandre (Shura) Iline wrote:
> So, the dependency declaration needed to be changed anyway. Instead of fixing every test, I have declared the dependency in a newly added TEST.properties file, and removed @modules from tests altogether.

Stylistically, I think it is better for each test to overtly declare its 
module dependencies, instead of having folk scrounge around looking for 
TEST.properties files.

-- Jon


More information about the jigsaw-dev mailing list