Searched refs:errors (Results 26 - 50 of 142) sorted by relevance

123456

/openjdk7/langtools/test/tools/javap/4870651/
H A DT4870651.java51 if (errors > 0)
52 throw new Error(errors + " found.");
80 errors++;
83 int errors; field in class:T4870651
/openjdk7/langtools/test/tools/javap/
H A DT4880663.java44 if (errors > 0)
45 throw new Error(errors + " found.");
85 errors++;
88 int errors; field in class:T4880663
H A DT4880672.java44 if (errors > 0)
45 throw new Error(errors + " found.");
58 errors++;
61 int errors; field in class:T4880672
H A DT4975569.java48 if (errors > 0)
49 throw new Error(errors + " found.");
62 errors++;
65 int errors; field in class:T4975569
H A DT6271787.java46 if (errors > 0)
47 throw new Error(errors + " found.");
86 errors++;
89 int errors; field in class:T6271787
H A DT6824493.java65 if (errors > 0)
66 throw new Error(errors + " errors found");
95 errors++;
98 private int errors; field in class:T6824493
H A DT6866657.java47 if (errors > 0)
48 throw new Error(errors + " found.");
77 errors++;
80 int errors; field in class:T6866657
H A DT6868539.java51 verify(output, "Fieldref +#[0-9]+\\.#[0-9]+ +// +T6868539.errors:I"); // 9: Fieldref
56 if (errors > 0)
57 throw new Error(errors + " found.");
69 errors++;
72 int errors; field in class:T6868539
H A DT6622232.java49 if (errors > 0)
50 throw new Error(errors + " found.");
93 errors++;
96 int errors; field in class:T6622232
H A DT6729471.java84 if (errors > 0)
85 throw new Error(errors + " found.");
98 errors++;
101 int errors; field in class:T6729471
H A DT7004698.java52 int errors = 0;
63 errors++;
70 if (errors > 0)
71 throw new Exception(errors + " errors found");
H A DTestSuperclass.java81 int errors = 0;
86 errors += new TestSuperclass(ck, gk, sk).run(comp, fm);
91 if (errors > 0)
92 throw new Exception(errors + " errors found");
128 return errors;
152 errors++;
155 int errors; field in class:TestSuperclass
/openjdk7/jdk/test/sun/nio/cs/
H A DTestIBMBugs.java52 int errors = 0;
66 errors++;
70 if (errors > 0)
71 throw new Exception("Charset "+charset+": "+errors+" errors");
82 int errors = 0;
88 errors++;
91 if (errors > 0)
92 throw new Exception("Charset "+charset+": "+errors+" errors");
[all...]
/openjdk7/jdk/make/tools/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);
/openjdk7/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");
/openjdk7/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
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug6287579.java49 int errors = 0;
58 errors += checkGetContents(className);
61 if (errors > 0) {
62 throw new RuntimeException(errors + " errors found");
/openjdk7/langtools/test/tools/javac/api/
H A DTestJavacTask_Lock.java77 if (errors > 0)
78 throw new Exception(errors + " errors found");
107 errors++;
110 int errors; field in class:TestJavacTask_Lock
/openjdk7/langtools/test/tools/javac/synthesize/
H A DMain.java82 if (errors > 0)
83 throw new Exception(errors + " errors occurred");
116 errors++;
119 private int errors; field in class:Main
/openjdk7/langtools/test/tools/javah/
H A DT6994608.java45 if (errors > 0)
46 throw new Exception(errors + " errors occurred");
84 errors++;
87 int errors; field in class:T6994608
/openjdk7/langtools/test/tools/javah/T7126832/
H A DT7126832.java52 if (errors > 0) {
53 throw new Exception(errors + " errors occurred");
102 errors++;
105 int errors; field in class:T7126832
/openjdk7/jdk/test/java/util/TimeZone/
H A DBug6772689.java43 int errors = 0;
76 errors++;
87 if (errors > 0) {
/openjdk7/jdk/test/tools/pack200/
H A DPack200Props.java106 int errors = 0;
112 errors++;
118 errors++;
122 if (errors > 0) {
123 throw new RuntimeException(errors +
/openjdk7/jdk/test/tools/launcher/
H A DExecutionEnvironment.java86 static int errors = 0; field in class:ExecutionEnvironment
144 errors++;
164 errors++;
265 errors++;
280 errors++;
290 errors++;
309 errors++;
318 errors++;
339 errors++;
357 if (errors >
[all...]
/openjdk7/langtools/test/tools/javac/tree/
H A DAbstractTreeScannerTest.java87 if (errors > 0)
88 System.err.println(errors + " errors");
90 return (errors == 0);
157 * @throws IOException if any IO errors occur
158 * @throws TreePosTest.ParseException if any errors occur while parsing the file
162 r.errors = 0;
167 if (r.errors > 0)
180 * exit or throw an Error if any errors have been reported.
185 errors
223 int errors; field in class:AbstractTreeScannerTest
254 int errors; field in class:AbstractTreeScannerTest.Reporter
[all...]

Completed in 66 milliseconds

123456