Searched refs:testExitValue (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/test/tools/launcher/
H A DMiscTests.java126 if (testExitValue != 0) {
127 throw new Error(testExitValue + " tests failed");
H A DSettings.java149 if (testExitValue != 0) {
150 throw new Error(testExitValue + " tests failed");
H A DMainClassCantBeLoadedTest.java153 if (testExitValue > 0) {
154 System.out.println("Total of " + testExitValue + " failed");
H A DArgFileSyntax.java264 if (testExitValue > 0) {
265 System.out.println("Total of " + testExitValue + " failed");
H A DBigJar.java252 if (testExitValue > 0) {
253 System.out.println("Total of " + testExitValue + " failed");
H A DArgsEnvVar.java246 if (testExitValue > 0) {
247 System.out.println("Total of " + testExitValue + " failed");
H A DArgsFileTest.java283 if (testExitValue > 0) {
284 System.out.println("Total of " + testExitValue + " failed");
H A DTestHelper.java112 static int testExitValue = 0; field in class:TestHelper
209 passed, failed, testExitValue);
522 testExitValue++;
H A DFXLauncherTest.java403 if (testExitValue > 0) {
404 System.out.println("Total of " + testExitValue
H A DArrrghs.java638 if (testExitValue > 0) {
639 System.out.println("Total of " + testExitValue + " failed");

Completed in 94 milliseconds