JDK 9 RFR of JDK-8074714 : Add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT

joe darcy joe.darcy at oracle.com
Mon Mar 9 17:56:25 UTC 2015


Hello,

In some internal test runs, we're seeing intermittent test failures of 
the  javax/xml/jaxp/testng/validation tests when run in jtreg with high 
concurrency. While some underlying issues are investigated, I'd like to 
add the javax/xml/jaxp/testng/validation directory to the list of 
directories excluded from concurrent runs.

Patch below.

Thanks,

-Joe

--- a/test/TEST.ROOT    Mon Mar 09 16:18:33 2015 +0100
+++ b/test/TEST.ROOT    Mon Mar 09 10:52:27 2015 -0700
@@ -8,7 +8,7 @@
  othervm.dirs=java/awt java/beans javax/accessibility javax/imageio 
javax/sound javax/print javax/management com/sun/awt sun/awt sun/java2d 
sun/pisces

  # Tests that cannot run concurrently
-exclusiveAccess.dirs=java/rmi/Naming java/util/prefs 
sun/management/jmxremote sun/tools/jstatd sun/security/mscapi 
java/util/stream
+exclusiveAccess.dirs=java/rmi/Naming java/util/prefs 
sun/management/jmxremote sun/tools/jstatd sun/security/mscapi 
java/util/stream javax/xml/jaxp/testng/validation

  # Group definitions
  groups=TEST.groups [closed/TEST.groups]




More information about the core-libs-dev mailing list