< prev index next >

test/com/sun/corba/7130985/CorbaExceptionsCompileTest.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 24,35 **** /** * @test * @bug 7130985 * @summary Four helper classes missing in Sun JDK * @library /lib/testlibrary /test/lib - * @build jdk.testlibrary.* * @modules java.corba * @run main CorbaExceptionsCompileTest */ import java.io.*; import java.nio.file.Files; --- 24,42 ---- /** * @test * @bug 7130985 * @summary Four helper classes missing in Sun JDK * @library /lib/testlibrary /test/lib * @modules java.corba + * @build jdk.test.lib.util.FileUtils + * jdk.test.lib.Utils + * jdk.test.lib.Asserts + * jdk.test.lib.JDKToolFinder + * jdk.test.lib.JDKToolLauncher + * jdk.test.lib.Platform + * jdk.test.lib.process.* + * jdk.testlibrary.* * @run main CorbaExceptionsCompileTest */ import java.io.*; import java.nio.file.Files;
< prev index next >