RFR: 8148859 Fix module dependences for java/time tests

Alexandre (Shura) Iline alexandre.iline at oracle.com
Tue Aug 23 17:39:45 UTC 2016


> On Aug 23, 2016, at 7:35 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> 
> On 23/08/2016 01:32, Alexandre (Shura) Iline wrote:
> 
>> Hi.
>> 
>> Please review a quick fix for the java/time test module dependencies.
>> http://cr.openjdk.java.net/~shurailine/8148859/webrev.00/
>> 
>> It is using new syntax added in JTReg, which allows to only build certain classes from a test library for TestNG tests:
>> https://bugs.openjdk.java.net/browse/CODETOOLS-7901667
> This looks okay except don't you need jtreg 4.2 b04 to promote first?

You would need a newer version of JTReg for  the new property to be taken into account.

With the current JTReg version the tests would work just as they did before - with compiling all classes in the library.

Shura

> 
> -Alan
> 



More information about the core-libs-dev mailing list