Home
last modified time | relevance | path

Searched refs:Error (Results 251 – 275 of 522) sorted by relevance

1...<<1112131415161718192021

/art/test/626-const-class-linking/src/
DMisbehavingLoader.java31 throw new Error("Unexpected MisbehavingLoader.findClass(\"Test\")"); in findClass()
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java194 throw new Error("Error with semaphores!", e);
214 throw new Error("Error invoking remote thread " + Thread.currentThread(), e);
238 throw new Error("Unable to find variable " + TARGET_VAR + " in " + target + " at loc " + loc);
247 throw new Error("Unable to find stack frame in method " + target + " on thread " + thr);
/art/test/530-checker-regression-reftyp-final/src/
DMain.java61 if (doThrow) throw new Error(); in $noinline$getArray()
/art/test/998-redefine-use-after-free/src-ex/
DDexCacheSmash.java140 throw new Error( in run()
/art/test/2022-Invariantloops/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
/art/test/627-checker-unroll/src/
DMain.java116 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/1939-proxy-frames/src/art/
DTest1939.java99 throw new Error("Error with semaphores!", e);
120 throw new Error("Error invoking remote thread " + Thread.currentThread(), e);
146 throw new Error("Unable to find stack frame in method " + target + " on thread " + thr);
/art/test/1914-get-local-instance/src/art/
DTest1914.java116 throw new Error("Error with semaphores!", e);
137 throw new Error("Error invoking remote thread " + Thread.currentThread(), e);
163 throw new Error("Unable to find stack frame in method " + target + " on thread " + thr);
/art/test/463-checker-boolean-simplifier/src-art/
DMain.java27 throw new Error("Expected: " + expected + ", found: " + result); in assertBoolEquals()
33 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
/art/test/1960-checker-bounds-codegen/src/
DMain.java105 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/2026-DifferentMemoryLSCouples/src/
DMain.java28 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
/art/test/2024-InvariantNegativeLoop/src/
DMain.java22 throw new Error("Expected: " + expected + ", found: " + result); in assertFloatEquals()
/art/test/526-long-regalloc/src/
DMain.java57 if (doThrow) throw new Error(); in $noinline$bar()
/art/test/694-clinit-jit/src/
DMain.java57 throw new Error("Expected 42, got " + value);
/art/test/593-checker-shift-and-simplifier/src/
DMain.java63 throw new Error(ex); in $noinline$runSmaliTest()
/art/test/203-multi-checkpoint/src/
DMain.java56 throw new Error("Exception occurred!", e); in runTargetThread()
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java164 throw new Error("Error with semaphores!", e);
184 throw new Error("Error invoking remote thread " + Thread.currentThread(), e);
208 throw new Error("Unable to find variable " + TARGET_VAR + " in " + target + " at loc " + loc);
217 throw new Error("Unable to find stack frame in method " + target + " on thread " + thr);
/art/test/633-checker-rtp-getclass/src/
DMain.java42 throw new Error(ex); in $noinline$runSmaliTest()
/art/test/1950-unprepared-transform/src/
DMain.java112 throw new Error("Failed to do redef!", e); in testRemoteThread()
124 throw new Error("Failed to do redef!", e); in testRemoteThread()
/art/test/557-checker-instruct-simplifier-ror/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + actual); in assertIntEquals()
27 throw new Error("Expected: " + expected + ", found: " + actual); in assertLongEquals()
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java151 throw new Error("Bad constant at index " + index); in visitMethod()
180 throw new Error("CallByIndy annotation does not specify a field or method name");
184 throw new Error(
/art/test/563-checker-fakestring/src/
DMain.java29 throw new Error("Assertion failed: " + expected + " != " + actual); in assertEqual()
36 throw new Error("Assertion failed: " + str + " != " + actual); in assertEqual()
169 if (doThrow) { throw new Error(); } in $noinline$HiddenNull()
/art/test/989-method-trace-throw/
Dinfo.txt4 * java.lang.Error
/art/test/662-regression-alias/src/
DMain.java35 throw new Error("field = " + field5); in processFieldValues()
/art/test/491-current-method/src/
DMain.java67 throw new Error("Expected an exception from charAt"); in main()

1...<<1112131415161718192021