Searched refs:Error (Results 226 - 250 of 1673) sorted by relevance

1234567891011>>

/openjdk10/nashorn/test/script/basic/es6/
H A Dfor-of.js38 throw new Error("unexpcected result: " + result);
50 throw new Error("unexpected sum: " + sum);;
54 throw new Error("n is visible outside of for-of");
65 throw new Error("unexpected result: " + result);
69 throw new Error("c is visible outside of for-of")
83 throw new Error("unexpcected result: " + result);
95 throw new Error("unexpcected result: " + result);
107 throw new Error("unexpected result: " + result);
119 throw new Error("unexpected result: " + result);
/openjdk10/hotspot/test/compiler/codegen/
H A DBMI1.java52 throw new Error("andnl with register failed");
61 throw new Error("andnq with register failed");
70 throw new Error("andnl with memory failed");
79 throw new Error("andnq with memory failed");
88 throw new Error("blsil with register failed");
97 throw new Error("blsiq with register failed");
106 throw new Error("blsil with memory failed");
115 throw new Error("blsiq with memory failed");
125 throw new Error("blsmskl with register failed");
134 throw new Error("blsmsk
[all...]
/openjdk10/jdk/test/java/io/Serializable/unshared/
H A DRead.java60 throw new Error();
69 throw new Error();
78 throw new Error();
89 throw new Error();
102 throw new Error();
/openjdk10/jdk/test/java/beans/VetoableChangeSupport/
H A DTest4092906.java52 throw new Error("no public listener");
55 throw new Error("no private listener");
69 throw new Error("unexpected exception", exception);
73 throw new Error("no public listener");
76 throw new Error("unexpected private listener");
H A DTest4425885.java52 throw new Error("no undo for the first listener", exception);
55 throw new Error("no undo for the third listener", exception);
59 throw new Error("exception should be thrown");
/openjdk10/jdk/test/java/beans/PropertyChangeSupport/
H A DTest4092905.java51 throw new Error("no public listener");
54 throw new Error("no private listener");
68 throw new Error("unexpected exception", exception);
72 throw new Error("no public listener");
75 throw new Error("unexpected private listener");
/openjdk10/jdk/test/java/lang/System/
H A DOsVersionTest.java43 throw new Error("Cant query 'os.version' property!");
48 throw new Error(osVersion + " != " + output.getOutput().trim());
54 throw new Error(osVersion + " != " + output.getOutput().trim());
62 throw new Error(osVersion + " != " + version);
69 throw new Error(osVersion + " != " + version);
/openjdk10/jdk/test/javax/swing/JScrollPane/
H A DTest6526631.java81 throw new Error("unexpected component orientation");
85 throw new Error("unexpected scroll value");
89 throw new Error("unexpected visible amount");
93 throw new Error("unexpected maximum");
97 throw new Error("unexpected position");
/openjdk10/langtools/test/tools/javac/foreach/
H A DListOfListTest.java46 if (sum != 1) throw new Error(""+sum);
69 case a: throw new Error();
71 default: throw new Error();
75 case 0: throw new Error();
77 default: throw new Error();
/openjdk10/hotspot/test/runtime/RedefineTests/
H A DRedefineInterfaceMethods.java85 throw new Error("defaultMethod returned " + res +
92 throw new Error("defaultMethod returned " + res +
101 throw new Error("defaultMethod returned " + res +
/openjdk10/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DClassesListInFile.java41 throw new Error(root + " file does not exist");
46 throw new Error("can not open " + root + " : " + e.getMessage(), e);
70 throw new Error("error on closing reader for " + root
/openjdk10/hotspot/test/compiler/runtime/
H A DSpreadNullArg.java52 throw new Error("Expected IllegalArgumentException was not thrown");
56 throw new Error(e);
60 throw new Error("result [" + result
/openjdk10/jdk/test/java/lang/invoke/LFCaching/
H A DLFCachingTestCase.java55 throw new Error("TESTBUG: Types of the two method handles are not the same");
62 throw new Error("Unexpected error: One or both lambda forms of the method handles are null");
72 throw new AssertionError("Error: Lambda forms of the two method handles"
80 throw new Error("Unexpected exception", ex);
/openjdk10/jdk/test/java/io/Serializable/GetField/
H A DRead.java41 throw new Error();
45 throw new Error();
58 throw new Error();
/openjdk10/jdk/test/java/io/Serializable/proxy/skipMissing/
H A DRead.java57 throw new Error("A fields corrupted");
61 throw new Error("B fields corrupted");
65 throw new Error("proxy read should not succeed");
/openjdk10/jdk/test/java/io/Serializable/wrongReturnTypes/
H A DRead.java70 throw new Error("readObjectNoData with wrong return type called");
72 throw new Error("readObject with wrong return type called");
74 throw new Error("readResolve with wrong return type called");
/openjdk10/jdk/test/java/io/Serializable/nestedReplace/
H A DNestedReplace.java65 throw new Error("readResolve() called more than once");
86 throw new Error("Deserialized object is of wrong class");
88 throw new Error("C.writeReplace() should only get called once");
/openjdk10/jdk/test/javax/swing/JColorChooser/
H A DTest4193384.java58 throw new Error("color conversion is failed");
62 throw new Error("constructor sets incorrect initial color");
67 throw new Error("a custom preview panel doesn't handle colors");
/openjdk10/langtools/test/tools/javac/6558548/
H A DT6558548.java86 catch(Error exc) { }
94 catch(Error exc) { }
102 catch(Error exc) { }
210 catch(Error exc) { }
219 catch(Error exc) { }
228 catch(Error exc) { }
237 catch(Error exc) { }
247 catch(Error exc) { }
257 catch(Error exc) { }
267 catch(Error ex
[all...]
/openjdk10/langtools/test/tools/javac/
H A DT6265400.java60 throw new Error("unexpected exception caught: " + e);
63 throw new Error("unexpected exception caught: " + t);
65 throw new Error("no exception caught");
/openjdk10/langtools/test/jdk/javadoc/tool/6176978/
H A DT6176978.java54 throw new Error("javac exit code: " + rc);
64 throw new Error("javadoc unexpectedly succeeded");
76 throw new Error("javadoc exit: " + rc);
/openjdk10/langtools/test/tools/javac/AccessMethods/
H A DBitwiseAssignment.java46 if (inner1.data != inner2.data) throw new Error("Failed inner ^=");
55 if (inner1.data != inner2.data) throw new Error("Failed inner |=");
64 if (inner1.data != inner2.data) throw new Error("Failed inner &=");
/openjdk10/langtools/test/tools/javadoc/dupOk/
H A DDupOk.java48 throw new Error();
54 throw new Error("1 " + Arrays.asList(classes));
58 throw new Error("2 " + clazz + " " + Arrays.asList(clazz.fields()));
/openjdk10/langtools/test/tools/javadoc/
H A DLangVers.java47 throw new Error("Javadoc encountered warnings or errors.");
54 throw new Error("Enums are not hidden.");
60 throw new Error("Type parameters are not hidden.");
/openjdk10/langtools/test/tools/javadoc/6176978/
H A DT6176978.java53 throw new Error("javac exit code: " + rc);
63 throw new Error("javadoc unexpectedly succeeded");
75 throw new Error("javadoc exit: " + rc);

Completed in 338 milliseconds

1234567891011>>