Looks fine to me.

-Chris.

On 24/08/12 14:47, Alan Bateman wrote:
I need a reviewer to update the ProblemList to exclude a number of
tests, see attached.

Minimally I'd like to get
sun/management/jmxremote/startstop/JMXStartStopTest.sh excluded. It was
removed from the exclude list recently [1] but has been causing havoc on
Windows since its release. I believe Dmitry Samersoff is working on
this. A number of tests are excluded on Mac because they don't run
headless, they seem to have been missed when other tests were added for
the same reason. Jason Uh had an initial patch to fix a couple of these
but I think it has been pushed yet. The others are intermittent failures
with bugs tracking the issues.

-Alan.

[1] http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4fb8792725d5



diff --git a/test/ProblemList.txt b/test/ProblemList.txt
--- a/test/ProblemList.txt
+++ b/test/ProblemList.txt
@@ -141,6 +141,9 @@ javax/management/loading/LibraryLoader/L
  # 7144846
  javax/management/remote/mandatory/connection/ReconnectTest.java
generic-all

+# 7158614, locks up Windows machines at least
+sun/management/jmxremote/startstop/JMXStartStopTest.sh         windows-all
+
  ############################################################################

  # jdk_math
@@ -222,8 +225,10 @@ java/net/URLClassLoader/closetest/CloseT
  # 6962637
  java/io/File/MaxPathLength.java windows-all

-# 7145435 - Test needs AWT window server, does not work headless
+# 7162111 - these tests need to be updated to run headless
  java/io/Serializable/resolveClass/deserializeButton/run.sh
macosx-all
+java/io/Serializable/serialver/classpath/run.sh                 macosx-all
+java/io/Serializable/serialver/nested/run.sh                    macosx-all

  ############################################################################

@@ -246,6 +251,9 @@ java/nio/channels/DatagramChannel/Changi
  # 7132677
  java/nio/channels/Selector/OutOfBand.java
macosx-all

+# 7142919
+java/nio/channels/AsyncCloseAndInterrupt.java                  solaris-all
+
  ############################################################################

  # jdk_rmi
@@ -257,6 +265,13 @@ java/rmi/transport/rapidExportUnexport/R

  # jdk_security

+# 7193792
+sun/security/pkcs11/ec/TestECDSA.java                          solaris-all
+sun/security/pkcs11/ec/TestECDSA.java                          linux-all
+
+# 7193793
+sun/security/pkcs11/ec/TestECDH.java                           linux-all
+
  # 7147060
  com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java      
 generic-all

@@ -265,7 +280,6 @@ sun/security/pkcs11/ec/ReadCertificates.
  sun/security/pkcs11/ec/ReadCertificates.java generic-all
  sun/security/pkcs11/ec/ReadPKCS12.java generic-all
  sun/security/pkcs11/ec/TestCurves.java solaris-i586
-sun/security/pkcs11/ec/TestECDSA.java solaris-i586
  #sun/security/pkcs11/ec/TestECGenSpec.java solaris-i586
  #sun/security/pkcs11/ec/TestKeyFactory.java solaris-i586
  sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java generic-all
@@ -362,6 +376,9 @@ tools/launcher/UnicodeTest.java

  # jdk_util

+# 7162111 - test needs to be changed to run headless
+java/util/ResourceBundle/Control/Bug6530694.java               macosx-all
+
  # Filed 6933803
  java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java
generic-all





Reply via email to