Re: RFR: 8148859 Fix module dependences for java/time tests

2016-08-23 Thread Alexandre (Shura) Iline
> On Aug 23, 2016, at 7:35 AM, Alan Bateman 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 JT

Re: RFR: 8148859 Fix module dependences for java/time tests

2016-08-23 Thread Alan Bateman
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 Tes

RFR: 8148859 Fix module dependences for java/time tests

2016-08-22 Thread Alexandre (Shura) Iline
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/CODETOO