Home
last modified time | relevance | path

Searched refs:Error (Results 76 – 100 of 522) sorted by relevance

12345678910>>...21

/art/test/488-checker-inline-recursive-calls/src/
DMain.java22 } catch (Error e) { in main()
51 throw new Error(); in inline3()
/art/test/446-checker-inliner2/src/
DMain.java65 throw new Error("Expected 42"); in main()
69 throw new Error("Expected 38"); in main()
/art/test/695-simplify-throws/src/
DMain.java19 throw new Error(""); in alwaysThrows()
37 } catch (Error e) { in main()
/art/test/419-long-parameter/src/
DMain.java20 throw new Error("Unexpected result"); in main()
23 throw new Error("Unexpected result"); in main()
/art/test/625-checker-licm-regressions/src/
DMain.java103 throw new Error("Expected NPE"); in main()
111 throw new Error("Expected NPE"); in main()
132 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/564-checker-bitcount/src/
DMain.java28 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountBoolean()
36 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountByte()
44 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountShort()
52 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountChar()
60 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountInt()
68 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountLong()
201 throw new Error("Expected: " + expected + ", found: " + result);
/art/test/411-optimizing-arith/src/
DMulTest.java23 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
29 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
35 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
41 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
50 throw new Error("Expected: " + a + ", found: " + b + ", with delta: " + maxDelta); in expectApproxEquals()
59 throw new Error("Expected: " + a + ", found: " + b + ", with delta: " + maxDelta); in expectApproxEquals()
65 throw new Error("Expected NaN: " + a); in expectNaN()
71 throw new Error("Expected NaN: " + a); in expectNaN()
DSubTest.java23 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
29 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
35 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
41 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
49 … throw new Error("Expected: " + a + ", found: " + b + ", with delta: " + maxDelta + " " + (a - b)); in expectApproxEquals()
57 … throw new Error("Expected: " + a + ", found: " + b + ", with delta: " + maxDelta + " " + (a - b)); in expectApproxEquals()
63 throw new Error("Expected NaN: " + a); in expectNaN()
69 throw new Error("Expected NaN: " + a); in expectNaN()
DNegTest.java24 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
30 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
36 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
42 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
48 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
54 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
60 throw new Error("Expected NaN: " + result); in assertIsNaN()
66 throw new Error("Expected NaN: " + result); in assertIsNaN()
/art/test/680-sink-regression/src/
DMain.java60 throw new Error("Main 1: x=" + x + " f=" + t.f); in main()
71 throw new Error("Main 2: x=" + x + " f=" + t.f); in main()
82 throw new Error("Main 3: x=" + x + " f=" + t.f); in main()
/art/test/984-obsolete-invoke/src/art/
DTest984.java104 throw new Error("Unexpected code running from invoke of obsolete method!"); in doTest()
106 throw new Error("Running obsolete method did not throw exception"); in doTest()
113 throw new Error("Unexpected error caught: ", e); in doTest()
/art/test/1973-jni-id-swap-pointer/src/
DMain.java44 throw new Error("ID " + expect_ptr_id + " is not aligned!"); in main()
53 throw new Error("ID " + expect_ptr_id + " is not aligned!"); in main()
59 throw new Error( in main()
/art/test/637-checker-throw-inline/src/
DMain.java20 if (doThrow) throw new Error(""); in $inline$doCall()
24 if (doThrow) throw new Error(""); in tryInline()
/art/test/471-deopt-environment/src/
DMain.java40 throw new Error("Expected 42"); in main()
44 throw new Error("Expected 0"); in main()
/art/test/1986-structural-redefine-multi-thread-stack-scope/src/
DMain.java62 throw new Error("Expected " + b + ", got " + a); in assertEquals()
76 throw new Error(msg); in assertAllEquals()
104 throw new Error("failed!", e); in main()
109 throw new Error("Failed", t); in main()
/art/test/530-checker-lse-ctor-fences/src/
DMain.java161 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
167 throw new Error("Expected: " + expected + ", found: " + result); in assertFloatEquals()
173 throw new Error("Expected: " + expected + ", found: " + result); in assertDoubleEquals()
179 throw new Error("Expected type: " + expected + ", found : " + result.getClass()); in assertInstanceOf()
/art/test/436-shift-constant/src/
DMain.java33 throw new Error("Expected " + a + ", got " + b); in assertEquals()
39 throw new Error("Expected " + a + ", got " + b); in assertEquals()
/art/test/665-checker-simd-zero/src/
DMain.java209 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
215 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
221 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
227 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
233 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/593-checker-long-2-float-regression/src/
DMain.java24 throw new Error("Expected: " + expected + ", found: " + result); in assertEquals()
38 if (doThrow) { throw new Error(); } in $noinline$longToFloat()
/art/test/567-checker-builder-intrinsics/src/
DTestFpAbs.java137 throw new Error("Expected: 0x" + Integer.toHexString(expected) in expectEquals32()
152 throw new Error("Expected: 0x" + Integer.toHexString(expected) in expectEqualsNaN32()
159 throw new Error("Expected: 0x" + Long.toHexString(expected) in expectEquals64()
174 throw new Error("Expected: 0x" + Long.toHexString(expected) in expectEqualsNaN64()
181 throw new Error("Expected: " + expected + ", found: " + result); in expectEqualsSP()
187 throw new Error("Expected: " + expected + ", found: " + result); in expectEqualsDP()
/art/test/626-const-class-linking/src/
DRacyMisbehavingLoader.java53 throw new Error("Unexpected RacyLoader.findClass(\"" + name + "\")"); in findClass()
71 throw new Error("RacyMisbehavingLoader throw_error=true"); in loadClass()
90 throw new Error(ie); in syncWithOtherInstances()
/art/test/551-invoke-super/src/
DMain.java29 throw new Error("Expected AbstractMethodError"); in main()
32 throw new Error("Expected AbstractMethodError"); in main()
/art/test/552-invoke-non-existent-super/src/
DMain.java29 throw new Error("Expected NoSuchMethodError"); in main()
32 throw new Error("Expected NoSuchMethodError"); in main()
/art/test/427-bounds/src/
DMain.java31 throw new Error("Wrong length in exception message"); in main()
38 throw new Error("Wrong index in exception message"); in main()
/art/test/668-aiobe/src/
DMain.java30 throw new Error("Expected ArrayIndexOutOfBoundsException, got " + e.getCause()); in main()
34 throw new Error("Expected InvocationTargetException"); in main()

12345678910>>...21