Home
last modified time | relevance | path

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

/art/test/087-gc-after-link/src/
DMain.java28 static class TestFailed extends Exception { class in Main
29 public TestFailed(Throwable cause) { in TestFailed() method in Main.TestFailed
70 throws TestFailed, InvocationTargetException in findDexClass()
101 throw new TestFailed(nsme); in findDexClass()
103 throw new TestFailed(ie); in findDexClass()
105 throw new TestFailed(iae); in findDexClass()
107 throw new TestFailed(cnfe); in findDexClass()
136 throws TestFailed, InvocationTargetException in findBrokenClass()
146 throws TestFailed, ClassNotFoundException { in main()
156 static void testFailLoadAndGc() throws TestFailed { in testFailLoadAndGc()
[all …]
/art/test/086-null-super/src/
DMain.java28 static class TestFailed extends Exception { class in Main
29 public TestFailed(Throwable cause) { in TestFailed() method in Main.TestFailed
70 throws TestFailed, InvocationTargetException in findDexClass()
91 throw new TestFailed(nsme); in findDexClass()
93 throw new TestFailed(ie); in findDexClass()
95 throw new TestFailed(iae); in findDexClass()
97 throw new TestFailed(cnfe); in findDexClass()
126 throws TestFailed, InvocationTargetException in findBrokenClass()
136 throws TestFailed, ClassNotFoundException { in main()
146 static void testFailLoadAndGc() throws TestFailed { in testFailLoadAndGc()