Searched refs:errors (Results 51 - 75 of 329) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/lang/annotation/
H A DTestConstructorParameterAnnotations.java59 int errors = 0;
74 errors += checkGetParameterAnnotations(clazz, ctor);
75 errors += checkGetParametersGetAnnotation(clazz, ctor);
79 if (errors > 0)
80 throw new RuntimeException(errors + " errors.");
102 int errors = 0;
117 errors++;
121 return errors;
/openjdk10/jdk/test/java/lang/annotation/typeAnnotations/
H A DTestConstructorParameterTypeAnnotations.java59 int errors = 0;
72 errors += checkGetParameterAnnotations(clazz, ctor);
73 errors += checkGetAnnotatedParametersGetAnnotation(clazz, ctor);
77 if (errors > 0)
78 throw new RuntimeException(errors + " errors.");
100 int errors = 0;
115 errors++;
119 return errors;
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DScopes.java53 if (errors > 0)
54 throw new Exception(errors + " errors found");
/openjdk10/jdk/test/java/lang/reflect/Parameter/
H A DInnerClassToString.java50 private int errors = 0; field in class:InnerClassToString
61 errors++;
83 if (errors != 0)
84 throw new RuntimeException(errors + " errors in test");
/openjdk10/jdk/test/java/util/TimeZone/
H A DDaylightTimeTest.java37 private static int errors = 0; field in class:DaylightTimeTest
59 errors++;
72 if (errors > 0) {
100 errors++;
/openjdk10/jdk/test/sun/nio/cs/
H A DTestIBMBugs.java53 int errors = 0;
67 errors++;
71 if (errors > 0)
72 throw new Exception("Charset "+charset+": "+errors+" errors");
83 int errors = 0;
89 errors++;
92 if (errors > 0)
93 throw new Exception("Charset "+charset+": "+errors+" errors");
[all...]
/openjdk10/jdk/test/javax/sound/midi/spi/MidiDeviceProvider/
H A DFakeInfo.java63 final Collection<String> errors = new HashSet<>();
73 errors.add(e.getMessage());
76 if (errors.size() != 1) {
77 throw new RuntimeException("Wrong number of messages:" + errors);
/openjdk10/jdk/test/sun/text/resources/Format/
H A DBug8074791.java45 int errors = 0;
53 errors++;
61 errors++;
66 if (errors > 0) {
H A DBug8037343.java45 int errors = 0;
58 errors++;
65 errors++;
68 if (errors > 0) {
/openjdk10/jdk/test/sun/util/resources/Locale/
H A DBug4429024.java37 int errors=0;
98 errors += getLanguage(fiLocales[i][0], fiLocales[i][1]);
102 errors += getCountry(fiCountries[i][0], fiCountries[i][1]);
105 if(errors > 0){
/openjdk10/langtools/test/tools/javac/7166455/
H A DCheckACC_STRICTFlagOnclinitTest.java65 private List<String> errors = new ArrayList<>(); field in class:CheckACC_STRICTFlagOnclinitTest
80 if (errors.size() > 0) {
81 for (String error: errors) {
98 errors.add(String.format(offendingMethodErrorMessage,
/openjdk10/langtools/test/tools/javac/defaultMethods/
H A DCheckACC_STRICTFlagOnDefaultMethodTest.java52 private List<String> errors = new ArrayList<>(); field in class:CheckACC_STRICTFlagOnDefaultMethodTest
64 if (errors.size() > 0) {
65 for (String error: errors) {
82 errors.add(String.format(offendingMethodErrorMessage,
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DPackageDoc.java74 * classes (that is, exclude exceptions, errors, enums, interfaces, and
94 ClassDoc[] errors(); method in interface:PackageDoc
/openjdk10/langtools/test/tools/javac/api/ToolProvider/
H A DHelloWorldTest.java76 if (errors > 0)
77 throw new Exception(errors + " errors occurred");
82 errors++;
85 int errors; field in class:HelloWorldTest
/openjdk10/langtools/test/tools/javap/
H A DStackMapTableTest.java59 if (errors > 0)
60 throw new Exception(errors + " errors found");
76 errors++;
79 int errors; field in class:StackMapTableTest
H A DWhitespaceTest.java47 if (errors > 0)
48 throw new Exception(errors + " errors found");
84 errors++;
87 int errors; field in class:WhitespaceTest
H A DT6868539.java52 verify(output, "Fieldref +#[0-9]+\\.#[0-9]+ +// +T6868539.errors:I"); // 9: Fieldref
57 if (errors > 0)
58 throw new Error(errors + " found.");
72 errors++;
75 int errors; field in class:T6868539
H A DT6824493.java66 if (errors > 0)
67 throw new Error(errors + " errors found");
96 errors++;
99 private int errors; field in class:T6824493
H A DT6866657.java48 if (errors > 0)
49 throw new Error(errors + " found.");
78 errors++;
81 int errors; field in class:T6866657
H A DT7186925.java45 if (errors > 0)
46 throw new Error(errors + " found.");
76 errors++;
79 int errors; field in class:T7186925
H A DT8033180.java48 if (errors > 0)
49 throw new Exception(errors + " errors occurred");
84 errors++;
87 int errors = 0; field in class:T8033180
H A DT4880663.java45 if (errors > 0)
46 throw new Error(errors + " found.");
86 errors++;
89 int errors; field in class:T4880663
/openjdk10/langtools/test/tools/javac/doclint/
H A DDocLintFormatTest.java70 if (errors > 0) {
71 throw new Exception(errors + " errors occurred");
100 errors++;
103 private int errors = 0; field in class:DocLintFormatTest
/openjdk10/langtools/test/tools/javah/
H A DTestHelpOpts.java51 if (errors > 0)
52 throw new Exception(errors + " errors occurred");
78 errors++;
81 int errors; field in class:TestHelpOpts
/openjdk10/langtools/test/tools/javadoc/6964914/
H A DTest.java41 if (errors > 0)
42 throw new Exception(errors + " errors found");
73 errors++;
76 int errors; field in class:Test

Completed in 153 milliseconds

1234567891011>>