Searched defs:error (Results 76 - 100 of 394) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/
H A DT6238612.java36 boolean error = false; field in class:T6238612
44 if (error)
67 error("returned array is too small; expected: " + list.size() + ", found: " + result.length);
72 error("new array wrongly created");
85 error("element " + i + " incorrect; expected: " + str(expected) + ", found: " + str(array[i]));
97 void error(String message) { method in class:T6238612
99 error = true;
H A DT6956638.java77 error(e);
130 private void error(Throwable t) { method in class:T6956638
H A DT6999210.java55 error("unexpected output from javac");
64 error("expected output \"[classfile]\" not found");
74 error("expected output \"" + expect + "\" not found");
118 void error(String msg) { method in class:T6999210
/openjdk7/langtools/test/tools/javac/api/6421111/
H A DT6421111.java87 throw error("%s != %s", type.asElement(), element);
90 throw error("%s != %s", tv.asElement(), tpe);
107 public static AssertionError error(String format, Object... args) { method in class:T6421111
/openjdk7/langtools/test/tools/javac/api/
H A DT6306137.java39 boolean error; field in class:T6306137
49 error = true;
66 error = false;
69 if (error == good) {
70 if (error) {
73 throw new AssertionError("No error reported");
H A DTestJavacTask_Lock.java95 error("No exception thrown");
99 error("Unexpected exception caught: " + e);
105 void error(String msg) { method in class:TestJavacTask_Lock
H A DTestJavacTask_ParseAttrGen.java90 error("unexpected exception caught: " + e);
96 error("unexpected number of files generated: " + genFiles.length
121 void error(String msg) { method in class:TestJavacTask_ParseAttrGen
/openjdk7/langtools/test/tools/javac/literals/
H A DBinaryLiterals.java116 error("test " + count + "\nexpected: 0x" + Integer.toHexString(expect) + "\n found: 0x" + Integer.toHexString(found));
122 error("test " + count + "\nexpected: 0x" + Long.toHexString(expect) + "\n found: 0x" + Long.toHexString(found));
125 void error(String message) { method in class:BinaryLiterals
H A DUnderscoreLiterals.java173 error("test " + count + "\nexpected: 0x" + Integer.toHexString(expect) + "\n found: 0x" + Integer.toHexString(value));
179 error("test " + count + "\nexpected: 0x" + expect + "\n found: 0x" + value);
185 error("test " + count + "\nexpected: 0x" + Long.toHexString(expect) + "\n found: 0x" + Long.toHexString(value));
188 void error(String message) { method in class:UnderscoreLiterals
/openjdk7/langtools/test/tools/javac/policy/test1/
H A DTest1b.java137 error("Found " + found + " files for " + prefix + ": expected 0 or " + expect + " " + names);
149 void error(String message) { method in class:Test1b
/openjdk7/langtools/test/tools/javac/processing/6499119/
H A DClassProcessor.java64 error("did not find @foo.A");
85 error("Couldn't read package info file: " + ioe);
91 error("InputStream closing failed: " + e);
104 error("Couldn't create package info file: " + ioe);
110 error("OutputStream closing failed: " + e);
118 error("Unexpected value for " + label + "; actual=" + actual + ", expected=" + expect);
122 private void error(String msg) { method in class:ClassProcessor
/openjdk7/langtools/test/tools/javac/processing/options/testCommandLineClasses/
H A DTest.java78 error("compilation failed");
90 void error(String msg) { method in class:Test
/openjdk7/langtools/test/tools/javac/tree/
H A DClassTreeTest.java59 error("Unexpected number of checks performed; expected: " + expected + ", found: " + checks);
85 error("Can't find node named " + name);
87 error("Unexpected kind for node named " + name + ": expected: " + k + ", found: " + c.getKind());
90 void error(String msg) { method in class:ClassTreeTest
H A DMakeLiteralTest.java71 error("unexpected tag: " + l.getTag() + ": expected: " + tag);
73 error("unexpected type: " + l.type + ": expected: " + type);
76 error("unexpected const value: "
82 void error(String msg) { method in class:MakeLiteralTest
/openjdk7/langtools/test/tools/javadoc/6942366/
H A DT6942366.java109 error("javadoc content \"" + s + "\" found unexpectedly");
112 error("javadoc content \"" + s + "\" not found");
128 void error(String msg) { method in class:T6942366
/openjdk7/langtools/test/tools/javah/
H A DT6994608.java66 error("Unexpected exit code: " + rc + "; expected: " + expectRC);
68 error("Expected string not found: " + expectOut);
82 void error(String msg) { method in class:T6994608
/openjdk7/langtools/test/tools/javah/T7126832/
H A DT7126832.java81 error("Unexpected exit code: " + rc + "; expected: " + expectRC);
84 error("Expected string not found: " + expectOut);
100 void error(String msg) { method in class:T7126832
/openjdk7/langtools/test/tools/javap/4870651/
H A DT4870651.java74 error(expect + " not found");
78 void error(String msg) { method in class:T4870651
/openjdk7/langtools/test/tools/javap/
H A DT4501660.java66 error(expect + " not found");
70 void error(String msg) { method in class:T4501660
H A DT4777949.java95 error("javap failed unexpectedly");
104 void error(String msg) { method in class:T4777949
105 System.err.println("error: " + msg);
H A DT4876942.java60 error(expect + " not found");
64 void error(String msg) { method in class:T4876942
H A DT4880663.java79 error(expect + " not found");
83 void error(String msg) { method in class:T4880663
H A DT4880672.java43 verify("C", ""); // must not give error if no InnerClasses attribute
52 error(expect + " not found");
56 void error(String msg) { method in class:T4880672
76 throw new Error("javap reported error.");
H A DT6271787.java80 error(expect + " not found");
84 void error(String msg) { method in class:T6271787
H A DT6622232.java87 error(unexpect + " unexpectedly found");
91 void error(String msg) { method in class:T6622232

Completed in 281 milliseconds

1234567891011>>