Home
last modified time | relevance | path

Searched refs:TestError (Results 1 – 3 of 3) sorted by relevance

/art/test/991-field-trace-2/src/art/
DTest991.java54 private static class TestError extends Error { class in Test991
56 public TestError(String s) { super(s); } in TestError() method in Test991.TestError
62 throw new TestError("Throwing error during access"); in handleFieldAccess()
68 throw new TestError("Throwing error during modify"); in handleFieldModify()
204 } catch (TestError e) { in run()
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java42 public static final class TestError extends Error { class in Test1940
43 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError
48 throw new TestError("Failure: " + a + " != " + b); in checkEq()
82 throw new TestError("Unknown ddm request type: " + req.type); in handleChunk()
/art/test/991-field-trace-2/
Dexpected.txt13 Caught error. art.Test991$TestError: Throwing error during access
22 Caught error. art.Test991$TestError: Throwing error during modify
84 Caught error. art.Test991$TestError: Throwing error during access
93 Caught error. art.Test991$TestError: Throwing error during modify