Home
last modified time | relevance | path

Searched refs:Error (Results 326 – 350 of 522) sorted by relevance

1...<<1112131415161718192021

/art/test/660-store-8-16/src/
DMain.java20 throw new Error("Expected " + expected + ", got " + actual); in expectEquals()
/art/test/449-checker-bce/src/
DMain.java158 throw new Error(""); in $opt$noinline$constantIndexing2()
1236 throw new Error(""); in foo1()
1276 throw new Error(""); in foo2()
1316 throw new Error(""); in foo3()
1357 throw new Error(""); in foo4()
1406 throw new Error(""); in foo5()
1467 throw new Error(""); in foo6()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java126 public static class RecursionError extends Error {
153 throw new Error("Error with semaphores!", e); in run()
/art/test/442-checker-constant-folding/src/
DMain.java26 throw new Error(); in assertFalse()
32 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
38 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
44 throw new Error("Expected: " + expected + ", found: " + result); in assertFloatEquals()
50 throw new Error("Expected: " + expected + ", found: " + result); in assertDoubleEquals()
/art/test/1947-breakpoint-redefine-deopt/src/
DMain.java65 throw new Error("FAILED: " + msg); in check()
/art/test/482-checker-loop-back-edge-use/src/
DMain.java173 if (doThrow) throw new Error(""); in $opt$noinline$ensureSideEffects()
/art/test/618-checker-induction/src/
DMain.java855 throw new Error("Expected: IOOB exception"); in main()
933 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
939 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
945 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/1941-dispose-stress/src/art/
DTest1941.java51 throw new Error("exception occurred!", e); in LoopAllocFreeEnv()
/art/test/660-checker-simd-sad/src/
DSimdSadChar.java250 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
256 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
DSimdSadShort2.java380 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
386 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
DSimdSadShort.java396 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
402 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
DTestGenerator.java41 throw new Error("Unable to convert class to dex without d8 binary!"); in main()
136 throw new Error("Failed to get dex file! " + res); in getFinalDexBytes()
/art/test/1962-multi-thread-events/src/art/
DTest1962.java52 throw new Error("Failed at something", e); in doTest()
/art/test/155-java-set-resolved-type/src/
DMain.java44 if (ms == null || ms.length != 1) { throw new Error("Unexpected methods"); }; in main()
/art/test/422-type-conversion/src/
DMain.java23 throw new Error("Expected: " + expected + ", found: " + result); in assertByteEquals()
29 throw new Error("Expected: " + expected + ", found: " + result); in assertShortEquals()
35 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
41 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
49 throw new Error("Expected: " + (int)expected + ", found: " + (int)result); in assertCharEquals()
55 throw new Error("Expected: " + expected + ", found: " + result); in assertFloatEquals()
61 throw new Error("Expected: " + expected + ", found: " + result); in assertDoubleEquals()
67 throw new Error("Expected: NaN, found: " + result); in assertFloatIsNaN()
73 throw new Error("Expected: NaN, found: " + result); in assertDoubleIsNaN()
/art/test/1970-force-early-return-long/src/art/
DTest1970.java194 throw new Error("Failed to await latch", e);
357 public static class TestError extends Error {}
389 public static class TestError extends Error {}
446 public static final class TestError extends Error {}
479 public static class TestError extends Error {}
/art/test/1974-resize-array/src/art/
DTest1974.java66 throw new Error("Exception in runner!", e); in run()
256 throw new Error("failed await", e); in runMultiThreadLocal()
317 throw new Error("failed await", e); in runWithLocks()
340 throw new Error("Failed wait!", e); in runWithLocks()
389 throw new Error("Didn't update weak global!"); in runWithJniWeakGlobal()
/art/test/427-bitwise/src/
DMain.java23 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
29 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/538-checker-embed-constants/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
27 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
/art/test/655-checker-simd-arm-opt/src/
DMain.java24 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/522-checker-regression-monitor-exit/src/
DMain.java75 throw new Error("Query #" + i + " wrong. Expected " + hash + ", got " + result); in main()
/art/test/403-optimizing-long/src/
DMain.java23 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/542-inline-trycatch/src/
DMain.java172 throw new Error("Unreachable"); in unreachable()
/art/test/562-bce-preheader/src/
DMain.java149 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/988-method-trace/src/art/
DTest988.java132 throw new Error("Unknown type " + klass); in arrayToString()
255 throw new Error("Bad argument: " + n + " < 0");
277 throw new Error("Bad argument: " + n + " < 0");

1...<<1112131415161718192021