Looks okay.

Mandy

On 8/22/11 3:30 AM, Alan Bateman wrote:

It's whack-a-testmole time again and I'd like to update the ProblemList to add several tests that fail for various reasons. In some cases it's shell tests that need updating to work with Cygwin, in other cases it's tests that make assumptions that aren't run when run in Solaris zones, and in a few other cases it's tests that have timing issues. Bugs have been created for all these issues and the tests can be removed from the problem list when they are fixed. In addition there is one dangerous test that is disabled completely.

Thanks,
Alan.


diff --git a/test/ProblemList.txt b/test/ProblemList.txt
--- a/test/ProblemList.txt
+++ b/test/ProblemList.txt
@@ -198,9 +198,15 @@ java/beans/XMLEncoder/6329581/Test632958
# requires junit
java/lang/invoke/InvokeDynamicPrintArgs.java generic-all

+# 7079093
+java/lang/instrument/ManifestTest.sh windows-all
+
############################################################################

# jdk_management
+
+# 6944188
+java/lang/management/ThreadMXBean/ThreadStateTest.java generic-all

# 7067973
java/lang/management/MemoryMXBean/CollectionUsageThreshold.java generic-all @@ -368,6 +374,12 @@ com/sun/net/httpserver/Test9a.java ge
# 7079145 java/net/ipv6tests/UdpTest.java hang at IPv6 only data exchange
java/net/ipv6tests/UdpTest.java                                 linux-all

+# 7079012
+java/net/NetworkInterface/NetParamsTest.java solaris-all
+
+# 7081476
+java/net/InetSocketAddress/B6469803.java generic-all
+
############################################################################

# jdk_io
@@ -375,12 +387,21 @@ java/net/ipv6tests/UdpTest.java        # 6962637
java/io/File/MaxPathLength.java windows-all

+# 6671616
+java/io/File/BlockIsDirectory.java solaris-all
+
+# 7076644
+java/io/File/Basic.java windows-all
+
############################################################################

# jdk_nio

# 6963118
java/nio/channels/Selector/Wakeup.java windows-all
+
+# 7076700
+java/nio/channels/SocketChannel/AdaptSocket.java generic-all

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

@@ -499,6 +520,9 @@ sun/security/ssl/sanity/interop/ClientJS
# 7079203 sun/security/tools/keytool/printssl.sh fails on solaris with timeout sun/security/tools/keytool/printssl.sh solaris-all

+# 7081817
+sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java generic-all
+
############################################################################

# jdk_swing (not using samevm)
diff --git a/test/java/io/IOException/LastErrorString.java b/test/java/io/IOException/LastErrorString.java
--- a/test/java/io/IOException/LastErrorString.java
+++ b/test/java/io/IOException/LastErrorString.java
@@ -23,6 +23,7 @@

/* @test
   @bug 4167937
+   @ignore Test truncates system files when run as root, see 7042603
   @summary Test code paths that use the JVM_LastErrorString procedure
 */



Reply via email to