http://cr.openjdk.java.net/~weijun/7198205/webrev.00/
The test hangs on this line
loadClass ("java.awt.Button", loader, true);
It looks like no AWT class can be loaded in the testing environment. The
fix uses "java.sql.Array" instead. I guess it should be a class inside
JRE but also not loaded yet.
JPRT run shows it passes on all platforms. (Well, not exactly, the
windows-x64 target still not started, but I think I can just ignore it.)
Thanks
Max
-------- Original Message --------
7198205: CloseTest fails on mac
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7198205
=== *Description*
============================================================
java/net/URLClassLoader/closetest/CloseTest.java
This tests tries to load the java.awt.Button class and fails on macosx
because of 7162111