Need reviewer - adding -ea -esa to testing via jdk/test/Makefile

Kelly O'Hair Kelly.Ohair at Sun.COM
Fri Dec 11 19:20:53 UTC 2009


Need reviewer - adding -ea -esa to testing via jdk/test/Makefile

6909373: Add -ea to the testing done by jdk/test/Makefile
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-6909373/webrev/

Also put select jtreg options into separate make variables for easier
experimentation without modifying the actual Makefile.

Added a few tests to ProblemList.txt, failures with assertions and
some problems with a java/util/concurrent test.

+# Dies on Solaris 10 sparc and sparcv9, Linux  -ea -esa with
+#   Interrupted or IO exception, maybe writing to non-unique named file?
+com/sun/net/httpserver/bugs/B6373555.java			generic-all

+# Dies on pretty much all platforms when run with -ea -esa, Assertion error
+java/net/CookieHandler/TestHttpCookie.java			generic-all
+java/net/URLClassLoader/closetest/CloseTest.java		generic-all

+# Fails with -ea -esa, Assertion error, but only on Solaris 10 machines?
+com/sun/nio/sctp/SctpChannel/Send.java				generic-all
+com/sun/nio/sctp/SctpChannel/Shutdown.java			generic-all

+# Fails with -ea -esa, but only on Solaris sparc? Suspect it is timing out
+sun/security/tools/keytool/standard.sh				generic-all

+# Fails with -ea -esa on Solaris, Assertion error (Solaris specific test)
+com/sun/tracing/BasicFunctionality.java				generic-all

+# Fails with -ea -esa on all platforms with Assertion error
+java/util/ResourceBundle/Test4300693.java			generic-all

+# Failing on all -client 32bit platforms starting with b77? See 6908348.
+java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java generic-all

---

I will file bugs on these tests failing.

-kto



More information about the core-libs-dev mailing list