Home
last modified time | relevance | path

Searched refs:Error (Results 101 – 125 of 522) sorted by relevance

12345678910>>...21

/art/test/513-array-deopt/src/
DMain.java46 throw new Error("Expected 0, got " + result.length); in main()
51 throw new Error("Expected 5, got " + result.length); in main()
/art/test/468-checker-bool-simplif-regression/src/
DMain.java31 throw new Error("Expected false, got true"); in main()
35 throw new Error("Expected true, got false"); in main()
/art/test/526-checker-caller-callee-regs/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
30 if (doThrow) throw new Error(); in $opt$noinline$function_call()
/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java62 throw new Error("Failed to initialize " + c, e); in ensureInitialized()
85 Threads.stopThread(target, new Error("AWESOME")); in testStopBeforeStart()
127 } catch (InterruptedException e) { throw new Error("Interrupted!", e); } in testStopWait()
135 Threads.stopThread(target, new Error("AWESOME")); in testStopWait()
154 } catch (InterruptedException e) { throw new Error("Interrupted!", e); } in testInterruptWait()
191 () -> { Threads.stopThread(target, new Error("AWESOME")); }); in testStopInNative()
231 Threads.stopThread(target, new Error("AWESOME!")); in testStopRecur()
246 if (Thread.currentThread().isInterrupted()) { throw new Error("Interrupted!"); } in testInterruptRecur()
270 Threads.stopThread(target, new Error("AWESOME!")); in testStopSpinning()
/art/test/1935-get-set-current-frame-jit/src/
DMain.java82 throw new Error( in run()
85 throw new Error( in run()
118 if (depth != 0) { throw new Error("Expected depth 0 but got " + depth); } in runGet()
150 if (depth != 0) { throw new Error("Expected depth 0 but got " + depth); } in runSet()
170 throw new Error( in FindSlot()
180 throw new Error("Unable to find stack frame in method " + target + " on thread " + thr); in FindStackFrame()
/art/test/008-exceptions/
Dexpected.txt21 java.lang.Error: MultiDexBadInit
23 cause: java.lang.Error: MultiDexBadInit
25 cause: java.lang.Error: MultiDexBadInit
/art/test/501-regression-packed-switch/src/
DMain.java30 throw new Error("Expected 5, got " + result); in main()
35 throw new Error("Expected 1, got " + result); in main()
/art/test/454-get-vreg/src/
DMain.java43 throw new Error("Expected 43"); in main()
47 throw new Error("Expected 44"); in main()
/art/test/631-checker-get-class/src/
DMain.java101 throw new Error("Expected 42, got " + actual); in main()
105 throw new Error("Expected 4, got " + actual); in main()
/art/test/401-optimizing-compiler/
Dexpected.txt6 java.lang.Error: Error
/art/test/680-checker-deopt-dex-pc-0/src/
DMain.java36 throw new Error("Unexpected entrypoint!"); in main()
39 throw new Error(); in main()
/art/test/004-checker-UnsafeTest18/src/
DMain.java141 throw new Error("Failed join: " + e); in join()
167 throw new Error("No offset: " + e); in main()
341 throw new Error("Cannot get Unsafe instance"); in getUnsafe()
347 throw new Error("Expected: " + expected + ", found: " + result); in expectEqual32()
353 throw new Error("Expected: " + val1 + " <= " + val2); in expectLessThanOrEqual32()
359 throw new Error("Expected: " + expected + ", found: " + result); in expectEqual64()
365 throw new Error("Expected: " + expected + ", found: " + result); in expectEqualObj()
/art/test/724-invoke-super-npe/src/
DMain.java31 throw new Error("Expected NullPointerException"); in test()
34 throw new Error("Expected NullPointerException, got " + e.getCause().getClass()); in test()
/art/test/478-checker-clinit-check-pruning/src/
DMain.java544 throw new Error(""); in inlinedForNull()
586 throw new Error(""); in inlinedForNull()
623 throw new Error(""); in inlinedForNull()
670 } catch (Error e) { in main()
675 } catch (Error e) { in main()
680 } catch (Error e) { in main()
/art/test/602-deoptimizeable/src/
DMain.java130 throw new Error(); in $noinline$run1()
152 throw new Error(); in $noinline$run2()
174 throw new Error(); in $noinline$run3A()
184 throw new Error(); in $noinline$run3B()
/art/test/499-bce-phi-array-length/src/
DMain.java56 throw new Error("Got " + result + ", expected " + 11); in main()
61 throw new Error("Got " + result + ", expected " + 35); in main()
/art/test/610-arraycopy/src/
DMain.java34 throw new Error("Expected " + expected + ", got " + actual); in expectEquals()
40 if (doThrow) { throw new Error(); } in $noinline$callArrayCopy()
/art/test/548-checker-inlining-and-dce/src/
DMain.java24 if (doThrow) { throw new Error(""); } in inlinedForNull()
31 if (doThrow) { throw new Error(""); } in inlinedForFalse()
/art/test/411-optimizing-arith/src/
DRemTest.java169 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
175 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
182 throw new Error("Expected RuntimeException when modulo by 0"); in expectDivisionByZero()
187 throw new Error("Expected RuntimeException when modulo by 0"); in expectDivisionByZero()
195 throw new Error("Expected RuntimeException when modulo by 0"); in expectDivisionByZero()
200 throw new Error("Expected RuntimeException when modulo by 0"); in expectDivisionByZero()
/art/test/540-checker-rtp-bug/src/
DMain.java91 throw new Error("Expected check cast exception"); in main()
99 throw new Error("Bad inlining"); in main()
/art/test/647-jni-get-field-id/
Dexpected.txt26 Error message for Bad/Class: Invalid descriptor: Bad/Class.
27 Error message for Bad.Class: Invalid descriptor: Bad.Class.
28 Error message for LBad.Class;: Invalid descriptor: LBad.Class;.
/art/test/946-obsolete-throw/
Dexpected.txt6 Received error : java.lang.Error: Throwing exception into an obsolete method!
7 java.lang.Error: Throwing exception into an obsolete method!
/art/test/594-invoke-super/src/
DMain.java71 throw new Error("Expected InvocationTargetException"); in main()
74 throw new Error("Expected NoSuchMethodError"); in main()
/art/test/1900-track-alloc/src/art/
DTest1900.java28 throw new Error("Expected: " + exp + " Got: " + o); in checkLE()
33 throw new Error("Expected: " + exp + " Got: " + o); in checkEq()
90 } catch (Exception e) { throw new Error("exception!", e); } in run()
98 } catch (Exception e) { throw new Error("exception!", e); } in run()
/art/test/445-checker-licm/src/
DMain.java233 throw new Error("Expected " + expected + ", got " + actual); in assertEquals()
251 throw new Error("Expected NPE"); in main()
261 throw new Error("Expected IOOBE"); in main()

12345678910>>...21