On 06/01/2018 02:34 AM, Priya Lakshmi Muthuswamy wrote:
Hi,

Kindly review the fix for https://bugs.openjdk.java.net/browse/JDK-8190875
webrev : http://cr.openjdk.java.net/~pmuthuswamy/8190875/webrev.00/

Thanks,
Priya

You are using a single shared src directory, and mutating it in the various test cases. This means that the test cases are not independent, and depend on the (unspecified)
order of execution of the test cases.

You should create a new copy of the "src" directory as a new subdirectory of the "base"
directory in each test case.

-- Jon

Reply via email to