Searched refs:testOption (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/test/runtime/modules/
H A DIgnoreModulePropertiesTest.java60 public static void testOption(String option, String value, method in class:IgnoreModulePropertiesTest
70 testOption("--add-modules", "java.sqlx", "jdk.module.addmods.0", "java.lang.module.FindException");
71 testOption("--limit-modules", "java.sqlx", "jdk.module.limitmods", "java.lang.module.FindException");
72 testOption("--add-reads", "xyzz=yyzd", "jdk.module.addreads.0", "WARNING: Unknown module: xyzz");
73 testOption("--add-exports", "java.base/xyzz=yyzd", "jdk.module.addexports.0",
75 testOption("--patch-module", "=d", "jdk.module.patch.0", "Unable to parse --patch-module");
/openjdk9/hotspot/test/runtime/CommandLine/
H A DTestNullTerminatedFlags.java66 String testOption = option + "junk";
68 ProcessTools.createJavaProcessBuilder(testOption, "-version");
70 .shouldContain("Unrecognized option: " + testOption)
/openjdk9/hotspot/test/compiler/intrinsics/bmi/
H A DBMITestRunner.java81 for (String testOption : testOpts) {
82 if (testOption.startsWith("-iterations=")) {
83 iterations = Integer.valueOf(testOption.
85 } else if (testOption.startsWith("-seed=")) {
86 seed = Integer.valueOf(testOption.replace("-seed=", ""));
/openjdk9/langtools/test/jdk/javadoc/tool/example/
H A DTester.java100 public void testOption() throws Exception { method in class:Tester

Completed in 61 milliseconds