Home
last modified time | relevance | path

Searched refs:Error (Results 351 – 375 of 522) sorted by relevance

1...<<1112131415161718192021

/art/test/436-rem-float/src/
DMain.java238 throw new Error("Expected: " + a + ", found: " + b in expectApproxEquals()
247 throw new Error("Expected: " + a + ", found: " in expectApproxEquals()
254 throw new Error("Expected NaN: " + a); in expectNaN()
260 throw new Error("Expected NaN: " + a); in expectNaN()
/art/test/1968-force-early-return/src/art/
DTest1968.java221 throw new Error("Failed to await latch", e);
393 public static class TestError extends Error {}
425 public static class TestError extends Error {}
482 public static final class TestError extends Error {}
515 public static class TestError extends Error {}
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java93 throw new Error("Failed to await latch", e);
488 public static class TestError extends Error {}
515 public static class TestError extends Error {}
570 public static final class TestError extends Error {}
600 public static class TestError extends Error {}
/art/test/1953-pop-frame/src/art/
DTest1953.java93 throw new Error("Failed to await latch", e);
488 public static class TestError extends Error {}
515 public static class TestError extends Error {}
570 public static final class TestError extends Error {}
600 public static class TestError extends Error {}
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java93 throw new Error("Failed to await latch", e);
488 public static class TestError extends Error {}
515 public static class TestError extends Error {}
570 public static final class TestError extends Error {}
600 public static class TestError extends Error {}
/art/test/1969-force-early-return-void/src/art/
DTest1969.java182 throw new Error("Failed to await latch", e);
329 public static class TestError extends Error {}
360 public static class TestError extends Error {}
411 public static final class TestError extends Error {}
444 public static class TestError extends Error {}
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java93 throw new Error("Failed to await latch", e);
488 public static class TestError extends Error {}
515 public static class TestError extends Error {}
570 public static final class TestError extends Error {}
600 public static class TestError extends Error {}
/art/test/551-checker-shifter-operand/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertByteEquals()
27 throw new Error("Expected: " + expected + ", found: " + result); in assertCharEquals()
33 throw new Error("Expected: " + expected + ", found: " + result); in assertShortEquals()
39 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
45 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
/art/test/640-checker-simd/src/
DSimdFloat.java192 throw new Error("Expected: " + expected + ", found: " + result + " for " + action); in expectEquals()
DSimdDouble.java193 throw new Error("Expected: " + expected + ", found: " + result + " for " + action); in expectEquals()
/art/test/423-invoke-interface/src/
DMain.java94 throw new Error("Expected " + expected + ", got " + value); in assertEquals()
/art/benchmark/string-indexof/src/
DStringIndexOfBenchmark.java117 if (doThrow) { throw new Error(); } in $noinline$indexOf()
/art/test/667-checker-simd-alignment/src/
DMain.java334 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/527-checker-array-access-split/src/
DMain.java21 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
/art/test/616-cha-unloading/src-art/
DMain.java57 throw new Error("Expected class loader to be unloaded"); in testUnload()
/art/test/1975-hello-structural-transformation/src/art/
DTest1975.java177 } else if (t instanceof Error) { in readMethodHandles()
178 throw (Error)t; in readMethodHandles()
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java41 throw new Error("Unable to list test methods!", e);
75 public static class BaseTestException extends Error {
/art/test/411-checker-hdiv-hrem-const/src/
DRemTest.java20 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
26 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
DDivTest.java20 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
26 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java136 throw new Error("Unhandled kind " + kind); in visitMethod()
170 throw new Error(sb.toString());
/art/test/661-checker-simd-reduc/src/
DMain.java468 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
474 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
/art/test/647-jni-get-field-id/src/
DMain.java103 throw new Error("findClass(\"Bad.Class\")"); in loadClass()
/art/test/669-checker-break/src/
DMain.java325 throw new Error("Expected: " + expected + ", found: " + result);
/art/test/1946-list-descriptors/src-art/art/
DTest1946.java55 throw new Error("Test failed! " + msg.get()); in check()
/art/test/909-attach-agent/src-art/
DMain.java41 throw new Error("Could not find agent: argument!"); in main()

1...<<1112131415161718192021