Searched refs:errors (Results 76 - 100 of 329) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javap/
H A DT6271787.java47 if (errors > 0)
48 throw new Error(errors + " found.");
87 errors++;
90 int errors; field in class:T6271787
H A DT4880672.java44 if (errors > 0)
45 throw new Error(errors + " found.");
58 errors++;
61 int errors; field in class:T4880672
H A DT6622232.java50 if (errors > 0)
51 throw new Error(errors + " found.");
94 errors++;
97 int errors; field in class:T6622232
/openjdk10/langtools/test/tools/javap/4870651/
H A DT4870651.java52 if (errors > 0)
53 throw new Error(errors + " found.");
81 errors++;
84 int errors; field in class:T4870651
/openjdk10/langtools/test/tools/sjavac/
H A DIgnoreSymbolFile.java72 if (errors > 0)
73 throw new Exception(errors + " errors occurred");
97 errors++;
100 int errors; field in class:IgnoreSymbolFile
/openjdk10/jdk/test/java/util/Calendar/
H A DCldrFormatNamesTest.java126 private static int errors = 0; field in class:CldrFormatNamesTest
141 errors++;
148 errors++;
154 errors++;
159 errors++;
172 if (errors > 0) {
183 errors++;
H A DBug8075548.java36 static int errors = 0; field in class:Bug8075548
53 errors++;
68 if (errors > 0) {
83 errors++;
99 errors++;
105 errors++;
/openjdk10/langtools/test/tools/javac/api/
H A DEndPositions.java74 List<Diagnostic<? extends JavaFileObject>> errors = diagnostics.getDiagnostics();
75 if (errors.size() != 1)
76 throw new AssertionError("Expected one error only, but found " + errors.size() + "; errors: " + errors);
78 Diagnostic<?> error = errors.get(0);
H A DTestJavacTask_Lock.java78 if (errors > 0)
79 throw new Exception(errors + " errors found");
112 errors++;
115 int errors; field in class:TestJavacTask_Lock
/openjdk10/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/
H A DDocumentedAnnoCombo.java44 static int errors = 0; field in class:DocumentedAnnoCombo
85 System.out.println("Total number of errors: " + errors);
87 if (errors > 0)
88 throw new Exception(errors + " errors found");
120 errors++;
H A DInheritedAnnoCombo.java45 static int errors = 0; field in class:InheritedAnnoCombo
86 System.out.println("Total number of errors: " + errors);
88 if (errors > 0)
89 throw new Exception(errors + " errors found");
121 errors++;
/openjdk10/langtools/test/tools/javap/typeAnnotations/
H A DVisibility.java50 if (errors > 0)
51 throw new Exception(errors + " errors found");
123 errors++;
129 errors++;
135 errors++;
142 int errors; field in class:Visibility
H A DNewArray.java51 if (errors > 0)
52 throw new Exception(errors + " errors found");
118 errors++;
124 errors++;
130 errors++;
137 int errors; field in class:NewArray
/openjdk10/jdk/make/non-build-utils/src/build/tools/commentchecker/
H A DCommentChecker.java36 * have been errors where a dropped end-comment delimiter in a
57 static int errors = 0; field in class:CommentChecker
170 errors++;
174 if (errors != 1) {
175 System.out.println("There were " + errors + " errors.");
179 System.exit(errors);
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DNewTypeArguments.java57 if (errors > 0)
58 throw new Exception(errors + " errors found");
H A DInstanceInitializer.java56 if (errors > 0)
57 throw new Exception(errors + " errors found");
H A DWildcards.java57 if (errors > 0)
58 throw new Exception(errors + " errors found");
H A DStaticInitializer.java56 if (errors > 0)
57 throw new Exception(errors + " errors found");
/openjdk10/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DContextTest.java58 final ErrorManager errors = new ErrorManager();
59 final Context cx = new Context(options, errors, Thread.currentThread().getContextClassLoader());
77 final ErrorManager errors = new ErrorManager();
78 final Context cx = new Context(options, errors, Thread.currentThread().getContextClassLoader());
84 fail("Invalid script compiled without errors");
86 if (errors.getNumberOfErrors() != 1) {
87 fail("Wrong number of errors: " + errors.getNumberOfErrors());
98 final ErrorManager errors = new ErrorManager();
99 final Context cx = new Context(options, errors, Threa
[all...]
/openjdk10/jdk/test/java/lang/reflect/Parameter/
H A DBadClassFiles.java40 private int errors = 0; field in class:BadClassFiles
614 errors++;
624 if (errors != 0)
625 throw new RuntimeException(errors + " errors in test");
/openjdk10/jdk/test/java/nio/charset/coders/
H A DIsLegalReplacement.java38 static int errors = 0; field in class:IsLegalReplacement
71 errors++;
88 if (errors > 0)
89 throw new Exception(errors + " error(s) occurred");
/openjdk10/langtools/test/jdk/javadoc/tool/6958836/
H A DTest.java52 if (errors > 0)
53 throw new Exception(errors + " errors occurred.");
104 errors++;
108 int errors; field in class:Test
/openjdk10/langtools/test/tools/javac/6917288/
H A DGraphicalInstallerTest.java56 if (errors > 0)
57 throw new Exception(errors + " errors occurred");
102 errors++;
105 int errors; field in class:GraphicalInstallerTest
/openjdk10/langtools/test/tools/doclint/
H A DRunTest.java78 if (errors > 0)
79 throw new Exception(errors + " errors occurred");
85 errors++;
88 int errors; field in class:RunTest
/openjdk10/langtools/test/tools/javac/
H A DVersionOpt.java78 if (errors > 0)
79 throw new Exception(errors + " errors found");
87 errors++;
91 int errors; field in class:VersionOpt

Completed in 212 milliseconds

1234567891011>>