Searched refs:TestFailed (Results 1 - 2 of 2) sorted by relevance

/art/test/087-gc-after-link/src/
H A DMain.java28 static class TestFailed extends Exception { class in class:Main
29 public TestFailed(Throwable cause) { method in class:Main.TestFailed
70 throws TestFailed, InvocationTargetException
103 throw new TestFailed(nsme);
105 throw new TestFailed(ie);
107 throw new TestFailed(iae);
109 throw new TestFailed(cnfe);
138 throws TestFailed, InvocationTargetException
148 throws TestFailed, ClassNotFoundException {
158 static void testFailLoadAndGc() throws TestFailed {
[all...]
/art/test/086-null-super/src/
H A DMain.java28 static class TestFailed extends Exception { class in class:Main
29 public TestFailed(Throwable cause) { method in class:Main.TestFailed
70 throws TestFailed, InvocationTargetException
93 throw new TestFailed(nsme);
95 throw new TestFailed(ie);
97 throw new TestFailed(iae);
99 throw new TestFailed(cnfe);
128 throws TestFailed, InvocationTargetException
138 throws TestFailed, ClassNotFoundException {
148 static void testFailLoadAndGc() throws TestFailed {
[all...]

Completed in 132 milliseconds