/art/test/1928-exception-event-exception/ |
D | Android.bp | 3 // Build rules for ART run-test `1928-exception-event-exception`. 16 name: "art-run-test-1928-exception-event-exception", 21 ":art-run-test-1928-exception-event-exception-expected-stdout", 22 ":art-run-test-1928-exception-event-exception-expected-stderr", 28 name: "art-run-test-1928-exception-event-exception-expected-stdout", 29 out: ["art-run-test-1928-exception-event-exception-expected-stdout.txt"], 36 name: "art-run-test-1928-exception-event-exception-expected-stderr", 37 out: ["art-run-test-1928-exception-event-exception-expected-stderr.txt"],
|
/art/test/412-new-array/src/ |
D | Main.java | 243 Throwable exception = null; in testSmaliFillArrayData() local 248 exception = e.getCause(); in testSmaliFillArrayData() 249 assertTrue(exception instanceof NullPointerException); in testSmaliFillArrayData() 251 assertNotNull(exception); in testSmaliFillArrayData() 270 Throwable exception = null; in testSmaliFillArrayData() local 274 exception = e.getCause(); in testSmaliFillArrayData() 275 assertTrue(exception instanceof IndexOutOfBoundsException); in testSmaliFillArrayData() 277 assertNotNull(exception); in testSmaliFillArrayData() 278 exception = null; in testSmaliFillArrayData() 287 exception = e.getCause(); in testSmaliFillArrayData() [all …]
|
/art/test/020-string/ |
D | expected-stdout.txt | 5 Got expected exception 8 Got expected exception 9 Got expected exception 10 Got expected exception 11 Got expected exception 12 Got expected exception
|
/art/test/1932-monitor-events-misc/ |
D | expected-stdout.txt | 7 Throwing exception in MonitorEnter 9 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te… 15 Throwing exception in MonitorEntered 16 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock … 21 Throwing exception in MonitorEnter 23 Throwing exception in MonitorEntered 24 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 25 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock … [all …]
|
D | expected-stdout.jvm.txt | 7 Throwing exception in MonitorEnter 9 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te… 15 Throwing exception in MonitorEntered 16 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock … 21 Throwing exception in MonitorEnter 23 Throwing exception in MonitorEntered 24 Caught exception: art.Monitors$TestException: Exception thrown by other thread! 25 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock … [all …]
|
/art/test/844-exception/ |
D | Android.bp | 3 // Build rules for ART run-test `844-exception`. 16 name: "art-run-test-844-exception", 21 ":art-run-test-844-exception-expected-stdout", 22 ":art-run-test-844-exception-expected-stderr", 28 name: "art-run-test-844-exception-expected-stdout", 29 out: ["art-run-test-844-exception-expected-stdout.txt"], 36 name: "art-run-test-844-exception-expected-stderr", 37 out: ["art-run-test-844-exception-expected-stderr.txt"],
|
/art/test/1927-exception-event/ |
D | Android.bp | 3 // Build rules for ART run-test `1927-exception-event`. 16 name: "art-run-test-1927-exception-event", 21 ":art-run-test-1927-exception-event-expected-stdout", 22 ":art-run-test-1927-exception-event-expected-stderr", 28 name: "art-run-test-1927-exception-event-expected-stdout", 29 out: ["art-run-test-1927-exception-event-expected-stdout.txt"], 36 name: "art-run-test-1927-exception-event-expected-stderr", 37 out: ["art-run-test-1927-exception-event-expected-stderr.txt"],
|
D | info.txt | 1 Test basic JVMTI exception event functionality 3 Ensures that we can receive exception and exception catch events from JVMTI.
|
/art/test/136-daemon-jni-shutdown/ |
D | expected-stdout.txt | 2 About to call exception check 3 About to call exception check 4 About to call exception check 5 About to call exception check
|
/art/test/099-vmdebug/ |
D | expected-stdout.txt | 15 Got expected exception 17 Got expected exception 18 Got expected exception 20 Got expected exception 21 Got expected exception
|
/art/test/989-method-trace-throw/ |
D | expected-stdout.txt | 3 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth… 6 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth… 8 Normal: Leaving public static void art.Test989.throwA() returned <exception> 11 Normal: Leaving public static native void art.Test989.throwANative() returned <exception> 15 Normal: Leaving public static native void art.Test989.doThrowNative() returned <exception> 16 Normal: Leaving public static void art.Test989.throwNativeException() returned <exception> 21 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return… 25 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return… 29 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$accept… 33 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$accept… [all …]
|
/art/test/1923-frame-pop/ |
D | expected-stdout.txt | 1 public static void art.Test1923.recurTimesA(int,java.lang.Runnable) pop. Line=44 exception:false 3 public static void art.Test1923.recurTimesF(int,java.lang.Runnable) pop. Line=84 exception:false 5 public static void art.Test1923.recurTimesK(int,java.lang.Runnable) pop. Line=124 exception:false 7 public static void art.Test1923.recurTimesF(int,java.lang.Runnable) pop. Line=83 exception:true 8 Caught exception art.Test1923$RecursionError: Unable recur further. Still 90 outstanding! while run…
|
/art/test/1924-frame-pop-toggle/ |
D | expected-stdout.txt | 1 public static void art.Test1924.recurTimesA(int,java.lang.Runnable) pop. Line=44 exception:false 3 public static void art.Test1924.recurTimesF(int,java.lang.Runnable) pop. Line=84 exception:false 5 public static void art.Test1924.recurTimesK(int,java.lang.Runnable) pop. Line=124 exception:false 7 public static void art.Test1924.recurTimesF(int,java.lang.Runnable) pop. Line=83 exception:true 8 Caught exception art.Test1924$RecursionError: Unable recur further. Still 90 outstanding! while run…
|
/art/test/1929-exception-catch-exception/src/art/ |
D | Test1929.java | 47 Executable m, long loc, Throwable exception); in exceptionOccurred() argument 61 Thread thr, Executable method, long location, Throwable exception) { in ExceptionCatchEvent() argument 64 exception.getClass() + ": " + exception.getMessage()); in ExceptionCatchEvent() 68 exception.printStackTrace(System.out); in ExceptionCatchEvent() 71 HANDLER.exceptionOccurred(method, location, exception); in ExceptionCatchEvent() 90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 101 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred() 111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 114 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred() [all …]
|
/art/test/070-nio-buffer/ |
D | expected-stdout.txt | 2 Got expected buffer overflow exception 3 Got expected out-of-bounds exception 4 Got expected buffer overflow exception
|
/art/test/407-arrays/src/ |
D | Main.java | 134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local 138 exception = e; in ensureThrows() 141 assertNotNull(exception); in ensureThrows() 142 assertTrue(exception.toString().contains(Integer.toString(index))); in ensureThrows() 144 exception = null; in ensureThrows() 148 exception = e; in ensureThrows() 151 assertNotNull(exception); in ensureThrows() 152 assertTrue(exception.toString().contains(Integer.toString(index))); in ensureThrows()
|
/art/test/989-method-trace-throw/src/art/ |
D | Test989.java | 65 private static String getInfo(Object m, boolean exception, Object result) { in getInfo() argument 67 if (exception) { in getInfo() 77 public void methodExited(Object m, boolean exception, Object result); in methodExited() argument 88 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument 90 System.out.println("Normal: Leaving " + getInfo(m, exception, result)); in methodExited() 102 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument 104 System.out.println("ThrowEnter: Leaving " + getInfo(m, exception, result)); in methodExited() 116 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument 121 System.out.println("ThrowExit: Leaving " + getInfo(m, exception, result)); in methodExited() 122 throw new ErrorB("Throwing error while exit " + getInfo(m, exception, result)); in methodExited() [all …]
|
/art/test/054-uncaught/ |
D | expected-stdout.txt | 2 Uncaught exception DEFAULT! 7 Uncaught exception THREAD! 12 Uncaught exception THREAD! 17 Uncaught exception DEFAULT!
|
/art/test/081-hot-exceptions/src/ |
D | Main.java | 29 int exception = 0; in main() local 36 exception++; in main() 40 System.out.println("exception = " + exception); in main()
|
/art/test/427-bounds/src/ |
D | Main.java | 19 Exception exception = null; in main() local 23 exception = e; in main() 26 String exceptionMessage = exception.getMessage(); in main()
|
/art/test/1928-exception-event-exception/src/art/ |
D | Test1928.java | 30 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l); in exceptionOccurred() argument 46 Throwable exception, in ExceptionEvent() argument 51 exception.getClass() + ": " + exception.getMessage()); in ExceptionEvent() 63 exception.printStackTrace(System.out); in ExceptionEvent() 67 throw_method, throw_location, exception, catch_method, catch_location); in ExceptionEvent() 87 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l) { in exceptionOccurred() argument 95 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l) { in exceptionOccurred() argument 99 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred()
|
/art/test/1925-self-frame-pop/ |
D | expected-stdout.txt | 1 public static void art.Test1925.recurTimesE(int,java.lang.Runnable) pop. Line=76 exception:false 3 public static void art.Test1925.recurTimesE(int,java.lang.Runnable) pop. Line=75 exception:true 4 Caught exception art.Test1925$RecursionError: Unable recur further. Still 90 outstanding! while run…
|
/art/test/1927-exception-event/src/art/ |
D | Test1927.java | 39 Throwable exception) { in ExceptionCatchEvent() argument 42 exception.getClass() + ": " + exception.getMessage()); in ExceptionCatchEvent() 46 exception.printStackTrace(System.out); in ExceptionCatchEvent() 53 Throwable exception, in ExceptionEvent() argument 58 exception.getClass() + ": " + exception.getMessage()); in ExceptionEvent() 70 exception.printStackTrace(System.out); in ExceptionEvent()
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 147 } catch (IOException exception) { in saveUniqueProgsData() 148 exception.printStackTrace(); in saveUniqueProgsData() 149 } catch (InterruptedException exception) { in saveUniqueProgsData() 150 exception.printStackTrace(); in saveUniqueProgsData() 176 } catch (IOException exception) { in saveUniqueProgsData() 177 exception.printStackTrace(); in saveUniqueProgsData() 178 } catch (InterruptedException exception) { in saveUniqueProgsData() 179 exception.printStackTrace(); in saveUniqueProgsData()
|
/art/test/2264-throwing-systemcleaner/ |
D | expected-stdout.txt | 3 Good: Survived first exception 6 Handling uncaught exception
|