Searched refs:getExitValue (Results 1 - 25 of 101) sorted by relevance

12345

/openjdk9/hotspot/test/gc/arguments/
H A DTestUnrecognizedVMOptionsHandling.java48 if (outputWithError.getExitValue() == 0) {
58 if (outputWithError.getExitValue() == 0) {
/openjdk9/jdk/test/tools/launcher/modules/limitmods/
H A DLimitModsTest.java81 .getExitValue();
93 .getExitValue();
114 .getExitValue();
126 .getExitValue();
146 .getExitValue();
158 .getExitValue();
178 .getExitValue();
188 .getExitValue();
/openjdk9/jdk/test/tools/launcher/modules/addreads/
H A DAddReadsTest.java100 .getExitValue();
119 .getExitValue();
135 .getExitValue();
152 .getExitValue();
168 .getExitValue();
185 .getExitValue();
197 assertTrue(run("--add-reads", "java.base", "-version").getExitValue() != 0);
213 .getExitValue();
/openjdk9/jdk/test/tools/launcher/modules/addmods/
H A DAddModsTest.java95 .getExitValue();
116 .getExitValue();
136 .getExitValue();
159 .getExitValue();
182 .getExitValue();
204 .getExitValue();
221 .getExitValue();
242 .getExitValue();
261 .getExitValue();
/openjdk9/jdk/test/tools/launcher/modules/addexports/
H A DAddExportsTest.java116 .getExitValue();
137 .getExitValue();
158 .getExitValue();
179 .getExitValue();
200 .getExitValue();
219 .getExitValue();
246 .getExitValue();
277 .getExitValue();
/openjdk9/jdk/test/tools/launcher/modules/showmoduleresolution/
H A DShowModuleResolutionTest.java50 .getExitValue();
72 .getExitValue();
/openjdk9/hotspot/test/compiler/aot/cli/jaotc/
H A DClasspathOptionUnknownClassTest.java43 Asserts.assertNE(oa.getExitValue(), 0, "Unexpected compilation exit code");
H A DListOptionNotExistingTest.java49 int exitCode = oa.getExitValue();
/openjdk9/jdk/test/java/lang/instrument/modules/
H A DAppendToClassPathModuleTest.java53 int exitCode = executeCommand(pb).getExitValue();
/openjdk9/jdk/test/com/sun/jdi/
H A DNoLaunchOptionTest.java52 assertFalse(output.getExitValue() == 0, "Exit code should not be 0");
/openjdk9/jdk/test/jdk/internal/ref/Cleaner/
H A DExitOnThrow.java60 " exitValue = " + out.getExitValue() + "\n";
63 if (out.getExitValue() != 1)
65 out.getExitValue());
/openjdk9/jdk/test/jdk/modules/scenarios/overlappingpackages/
H A DOverlappingPackagesTest.java81 .getExitValue();
98 .getExitValue();
113 .getExitValue();
/openjdk9/jdk/test/tools/launcher/modules/describe/
H A DDescribeModuleTest.java53 .getExitValue();
68 .getExitValue();
80 .getExitValue();
/openjdk9/jdk/test/tools/jlink/plugins/SystemModuleDescriptors/
H A DUserModuleTest.java117 .getExitValue() == 0);
131 .getExitValue() == 0);
150 .getExitValue() == 0);
170 .getExitValue() == 0);
183 .getExitValue() == 0);
192 .getExitValue() == 0);
206 .getExitValue() == 0);
214 .getExitValue() == 0);
266 .getExitValue() == 0);
297 .getExitValue()
[all...]
/openjdk9/hotspot/test/compiler/compilercontrol/parser/
H A DDirectiveParserTest.java100 Asserts.assertNE(output.getExitValue(), 0, ERROR_MSG + "non matching "
112 Asserts.assertNE(output.getExitValue(), 0, ERROR_MSG + "empty array");
122 Asserts.assertNE(output.getExitValue(), 0, ERROR_MSG + "empty object "
133 Asserts.assertNE(output.getExitValue(), 0, ERROR_MSG + "empty file");
139 Asserts.assertNE(output.getExitValue(), 0, ERROR_MSG + "non existing "
145 Asserts.assertNE(output.getExitValue(), 0, ERROR_MSG + "directory as "
/openjdk9/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/
H A DBasicModularXMLParserTest.java86 .getExitValue();
101 .getExitValue();
116 .getExitValue();
/openjdk9/hotspot/test/compiler/startup/
H A DStartupOutput.java53 int exitCode = out.getExitValue();
/openjdk9/jdk/test/java/lang/instrument/PremainClass/
H A DZeroArgPremainAgentTest.java56 if (0 == output.getExitValue()) {
H A DNoPremainAgentTest.java56 if (0 == output.getExitValue()) {
/openjdk9/jdk/test/java/rmi/module/
H A DModuleTest.java105 .getExitValue(),
121 .getExitValue(),
138 .getExitValue(),
155 .getExitValue(),
/openjdk9/jdk/test/java/util/ResourceBundle/modules/cache/
H A DCacheTest.java87 .getExitValue() == 0);
96 .getExitValue() == 0);
110 .getExitValue() == 0);
119 .getExitValue() == 0);
/openjdk9/jdk/test/tools/launcher/modules/upgrademodulepath/
H A DUpgradeModulePathTest.java100 .getExitValue();
124 .getExitValue();
/openjdk9/jdk/test/sun/tools/jps/
H A DTestJpsSanity.java93 Asserts.assertNotEquals(output.getExitValue(), 0, "Exit code shouldn't be 0");
101 Asserts.assertNotEquals(output.getExitValue(), 0, "Exit code shouldn't be 0");
/openjdk9/jdk/test/java/lang/instrument/executableJAR/
H A DExecJarWithAgent.java77 assertEquals(exec(app).getExitValue(), 0);
99 int exitCode = exec(app).shouldContain("ClassNotFoundException").getExitValue();
124 int exitCode = exec(app).shouldContain("NoSuchMethodException").getExitValue();
/openjdk9/hotspot/test/gc/g1/plab/lib/
H A DPLABUtils.java92 if (out.getExitValue() != 0) {

Completed in 112 milliseconds

12345