On 14/05/2014 11:35, Michael McMahon wrote:
Could I get the following small test case change reviewed please?
This fixes a sporadic test case failure due to incorrect use of @build
tag
in the script
--- a/test/java/net/URLPermission/nstest/lookup.sh
+++ b/test/java/net/URLPermission/nstest/lookup.sh
@@ -26,7 +26,7 @@
# @library /lib/testlibrary
# @compile -XDignore.symbol.file=true SimpleNameService.java
# LookupTest.java SimpleNameServiceDescriptor.java
-# @build jdk.testlibrary.*
+# @build jdk.testlibrary.Utils
# @run shell/timeout=50 lookup.sh
#
http://cr.openjdk.java.net/~michaelm/8043118/webrev.1/
I think Katja changed this test very recently to use the wildcard. Is
your jtreg up to date? The wildcard support is recent, b09 I think. If
you are b09 then maybe there is something else doing on here.
-Alan.