Hi Felix,

Looks good to me. Did you try to run each test in isolation
(removing JT* between 2 runs) to check that they compile
all they need?

If you haven't committed yet then I guess a little
  for f in $(hg st . -nma) ; do \
      rm -r JT* ; \
      jtreg -verbose:summary -jdk .... $f ; \
  done
might do the trick ;-)

best regards,

-- daniel

On 31/05/2017 10:42, Felix Yang wrote:
Hi there,

please review the patch to various jdk tests to explicitly compiling test libraries and the lib's dependencies. Though it could be a jtreg issue (I think so), it is necessary to get the tests running firstly.

Bug:

     https://bugs.openjdk.java.net/browse/JDK-8181299

Webrev:

     http://cr.openjdk.java.net/~xiaofeya/8181299/webrev.00/

Thanks,

Felix


Reply via email to