< prev index next >

test/tools/launcher/modules/addexports/AddExportsTestWarningError.java

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

*** 25,35 **** * @test * @bug 8168836 * @summary Basic argument validation for --add-exports * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build jdk.testlibrary.* * @run testng AddExportsTestWarningError */ import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; --- 25,37 ---- * @test * @bug 8168836 * @summary Basic argument validation for --add-exports * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build jdk.test.lib.compiler.ModuleInfoMaker ! * jdk.test.lib.compiler.CompilerUtils ! * jdk.testlibrary.* * @run testng AddExportsTestWarningError */ import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream;
< prev index next >