blob: 73c69727aae336ed960cd27e1f2bbf3d25444f11 [file] [log] [blame]
Alex Light9fb1ab12017-09-05 09:32:49 -07001Test "art.Test1928$DoThrowClass": Running with handler "art.Test1928$DoNothingHandler"
2main: public static void art.Test1928.doThrow() @ line = 110 throws class art.Test1928$TestException: doThrow
3 Current Stack:
4 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -08005 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -07006 private static void art.Test1928.PrintStack() @ line = 35
7 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
8 public static void art.Test1928.doThrow() @ line = 110
9 public void art.Test1928$DoThrowClass.run() @ line = 114
10 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
11 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199
Alex Light9fb1ab12017-09-05 09:32:49 -070012 Doing nothing!
13Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "art.Test1928$DoNothingHandler"
Alex Light9fb1ab12017-09-05 09:32:49 -070014Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$DoNothingHandler"
15Test "art.Test1928$DoThrowCatchBaseTestException": Running with handler "art.Test1928$DoNothingHandler"
16main: public static void art.Test1928.throwCatchBaseTestException() @ line = 119 throws class art.Test1928$TestException: throwCatchBaseTestException
17 Current Stack:
18 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -080019 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -070020 private static void art.Test1928.PrintStack() @ line = 35
21 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
22 public static void art.Test1928.throwCatchBaseTestException() @ line = 119
23 public void art.Test1928$DoThrowCatchBaseTestException.run() @ line = 129
24 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
25 Will be caught by: public static void art.Test1928.throwCatchBaseTestException() @ line = 120
Alex Light9fb1ab12017-09-05 09:32:49 -070026 Doing nothing!
27Caught art.Test1928$TestException: "throwCatchBaseTestException"
Alex Light9fb1ab12017-09-05 09:32:49 -070028Test "art.Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$DoNothingHandler"
29Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$DoNothingHandler"
30Test "art.Test1928$DoThrowCatchTestException": Running with handler "art.Test1928$DoNothingHandler"
31main: public static void art.Test1928.throwCatchTestException() @ line = 134 throws class art.Test1928$TestException: throwCatchTestException
32 Current Stack:
33 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -080034 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -070035 private static void art.Test1928.PrintStack() @ line = 35
36 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
37 public static void art.Test1928.throwCatchTestException() @ line = 134
38 public void art.Test1928$DoThrowCatchTestException.run() @ line = 144
39 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
40 Will be caught by: public static void art.Test1928.throwCatchTestException() @ line = 135
Alex Light9fb1ab12017-09-05 09:32:49 -070041 Doing nothing!
42Caught art.Test1928$TestException: "throwCatchTestException"
Alex Light9fb1ab12017-09-05 09:32:49 -070043Test "art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$DoNothingHandler"
44Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$DoNothingHandler"
45Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Running with handler "art.Test1928$DoNothingHandler"
46main: public static void art.Test1928.throwCatchTestExceptionNoRethrow() @ line = 149 throws class art.Test1928$TestException: throwCatchTestExceptionNoRethrow
47 Current Stack:
48 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -080049 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -070050 private static void art.Test1928.PrintStack() @ line = 35
51 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
52 public static void art.Test1928.throwCatchTestExceptionNoRethrow() @ line = 149
53 public void art.Test1928$DoThrowCatchTestExceptionNoRethrow.run() @ line = 159
54 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
55 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199
Alex Light9fb1ab12017-09-05 09:32:49 -070056 Doing nothing!
57Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Caught error art.Test1928$TestException:"throwCatchTestExceptionNoRethrow" with handler "art.Test1928$DoNothingHandler"
Alex Light9fb1ab12017-09-05 09:32:49 -070058Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1928$DoNothingHandler"
59Test "art.Test1928$DoThrowClass": Running with handler "art.Test1928$ThrowCatchBase"
60main: public static void art.Test1928.doThrow() @ line = 110 throws class art.Test1928$TestException: doThrow
61 Current Stack:
62 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -080063 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -070064 private static void art.Test1928.PrintStack() @ line = 35
65 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
66 public static void art.Test1928.doThrow() @ line = 110
67 public void art.Test1928$DoThrowClass.run() @ line = 114
68 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
69 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199
Alex Light9fb1ab12017-09-05 09:32:49 -070070 Throwing BaseTestException and catching it!
71Caught art.Test1928$BaseTestException: "ThrowBaseHandler during throw from public static void art.Test1928.doThrow() @ line = 110"
Alex Light9fb1ab12017-09-05 09:32:49 -070072Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "art.Test1928$ThrowCatchBase"
Alex Light9fb1ab12017-09-05 09:32:49 -070073Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$ThrowCatchBase"
74Test "art.Test1928$DoThrowCatchBaseTestException": Running with handler "art.Test1928$ThrowCatchBase"
75main: public static void art.Test1928.throwCatchBaseTestException() @ line = 119 throws class art.Test1928$TestException: throwCatchBaseTestException
76 Current Stack:
77 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -080078 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -070079 private static void art.Test1928.PrintStack() @ line = 35
80 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
81 public static void art.Test1928.throwCatchBaseTestException() @ line = 119
82 public void art.Test1928$DoThrowCatchBaseTestException.run() @ line = 129
83 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
84 Will be caught by: public static void art.Test1928.throwCatchBaseTestException() @ line = 120
Alex Light9fb1ab12017-09-05 09:32:49 -070085 Throwing BaseTestException and catching it!
86Caught art.Test1928$BaseTestException: "ThrowBaseHandler during throw from public static void art.Test1928.throwCatchBaseTestException() @ line = 119"
Alex Light9fb1ab12017-09-05 09:32:49 -070087Caught art.Test1928$TestException: "throwCatchBaseTestException"
Alex Light9fb1ab12017-09-05 09:32:49 -070088Test "art.Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$ThrowCatchBase"
89Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$ThrowCatchBase"
90Test "art.Test1928$DoThrowCatchTestException": Running with handler "art.Test1928$ThrowCatchBase"
91main: public static void art.Test1928.throwCatchTestException() @ line = 134 throws class art.Test1928$TestException: throwCatchTestException
92 Current Stack:
93 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -080094 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -070095 private static void art.Test1928.PrintStack() @ line = 35
96 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
97 public static void art.Test1928.throwCatchTestException() @ line = 134
98 public void art.Test1928$DoThrowCatchTestException.run() @ line = 144
99 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
100 Will be caught by: public static void art.Test1928.throwCatchTestException() @ line = 135
Alex Light9fb1ab12017-09-05 09:32:49 -0700101 Throwing BaseTestException and catching it!
102Caught art.Test1928$BaseTestException: "ThrowBaseHandler during throw from public static void art.Test1928.throwCatchTestException() @ line = 134"
Alex Light9fb1ab12017-09-05 09:32:49 -0700103Caught art.Test1928$TestException: "throwCatchTestException"
Alex Light9fb1ab12017-09-05 09:32:49 -0700104Test "art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$ThrowCatchBase"
105Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$ThrowCatchBase"
106Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Running with handler "art.Test1928$ThrowCatchBase"
107main: public static void art.Test1928.throwCatchTestExceptionNoRethrow() @ line = 149 throws class art.Test1928$TestException: throwCatchTestExceptionNoRethrow
108 Current Stack:
109 private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang.Thread) @ line = -1
Alex Light9c570252018-02-13 15:09:44 -0800110 public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ line = 61
Alex Light9fb1ab12017-09-05 09:32:49 -0700111 private static void art.Test1928.PrintStack() @ line = 35
112 public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,java.lang.Throwable,java.lang.reflect.Executable,long) @ line = 59
113 public static void art.Test1928.throwCatchTestExceptionNoRethrow() @ line = 149
114 public void art.Test1928$DoThrowCatchTestExceptionNoRethrow.run() @ line = 159
115 public static void art.Test1928.run() throws java.lang.Exception @ line = 196
116 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199
Alex Light9fb1ab12017-09-05 09:32:49 -0700117 Throwing BaseTestException and catching it!
118Caught art.Test1928$BaseTestException: "ThrowBaseHandler during throw from public static void art.Test1928.throwCatchTestExceptionNoRethrow() @ line = 149"
Alex Light9fb1ab12017-09-05 09:32:49 -0700119Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Caught error art.Test1928$TestException:"throwCatchTestExceptionNoRethrow" with handler "art.Test1928$ThrowCatchBase"
Alex Light9fb1ab12017-09-05 09:32:49 -0700120Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1928$ThrowCatchBase"