< prev index next >

test/jdk/tools/launcher/modules/listmods/ListModsTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 22,44 **** */ /** * @test * @requires !vm.graal.enabled ! * @library /lib/testlibrary /test/lib * @modules java.se ! * @build ListModsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng ListModsTest * @summary Basic test for java --list-modules */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.testlibrary.ProcessTools; ! import jdk.testlibrary.OutputAnalyzer; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 22,44 ---- */ /** * @test * @requires !vm.graal.enabled ! * @library /test/lib * @modules java.se ! * @build ListModsTest jdk.test.lib.compiler.CompilerUtils * @run testng ListModsTest * @summary Basic test for java --list-modules */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >