RE: RFR (14) [testbug]: runs zero test, 8230002 and 8230010

2019-08-27 Thread Frank Yuan
Yuan; 'core-libs-dev' Subject: Re: RFR (14) [testbug]: runs zero test, 8230002 and 8230010 Hi Frank, Thanks for fixing this. How did you find this out? Are you running some kind of tools? I hope that's the case since then we could be sure there were no other cases in the test suite. The patch

Re: RFR (14) [testbug]: runs zero test, 8230002 and 8230010

2019-08-27 Thread Joe Wang
Hi Frank, Thanks for fixing this. How did you find this out? Are you running some kind of tools? I hope that's the case since then we could be sure there were no other cases in the test suite. The patch looks good. It's fortunate we haven't broken anything ;-) The test passed just fine.

Re: RFR (14) [testbug]: runs zero test, 8230002 and 8230010

2019-08-27 Thread Vyom Tiwari
Hi Frank, Changes looks good to me. Thanks, Vyom On Tue, Aug 27, 2019 at 2:37 PM Frank Yuan wrote: > Hi all > > > > We found 2 jaxp tests, which didn't run indeed. > > > > Bugs: > > https://bugs.openjdk.java.net/browse/JDK-8230002 > > Annotation @Test was missed in TestNG test. > > > >

RFR (14) [testbug]: runs zero test, 8230002 and 8230010

2019-08-27 Thread Frank Yuan
Hi all We found 2 jaxp tests, which didn't run indeed. Bugs: https://bugs.openjdk.java.net/browse/JDK-8230002 Annotation @Test was missed in TestNG test. https://bugs.openjdk.java.net/browse/JDK-8230010 The old test was left during it was converted to TestNG test. Webrev: