blob: a565b7cf14267fe4c1e7242656d29f4014cf7cde [file] [log] [blame]
Alex Lightc38c3692017-06-27 15:45:14 -07001Test "call Test995::breakpoint": Running breakpoint with handler "do nothing"
2 Breakpoint: public static void art.Test995.breakpoint() @ line=34
3Test "call Test995::breakpoint": No error caught with handler "do nothing"
4Test "call Test995::breakpoint": Finished running with handler "do nothing"
5Test "call Test995::breakpointCatch": Running breakpoint with handler "do nothing"
6 Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
7Test "call Test995::breakpointCatch": No error caught with handler "do nothing"
8Test "call Test995::breakpointCatch": Finished running with handler "do nothing"
9Test "call Test995::breakpointCatchLate": Running breakpoint with handler "do nothing"
10 Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=38
11Test "call Test995::breakpointCatchLate": No error caught with handler "do nothing"
12Test "call Test995::breakpointCatchLate": Finished running with handler "do nothing"
13Test "catch subroutine Test995::breakpoint": Running breakpoint with handler "do nothing"
14 Breakpoint: public static void art.Test995.breakpoint() @ line=34
15Test "catch subroutine Test995::breakpoint": No error caught with handler "do nothing"
16Test "catch subroutine Test995::breakpoint": Finished running with handler "do nothing"
17Test "call Test995::breakpoint": Running breakpoint with handler "throw"
18 Breakpoint: public static void art.Test995.breakpoint() @ line=34
19Test "call Test995::breakpoint": Caught error java.lang.Error:"throwing error!" with handler "throw"
20Test "call Test995::breakpoint": Finished running with handler "throw"
21Test "call Test995::breakpointCatch": Running breakpoint with handler "throw"
22 Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
23Caught java.lang.Error: "throwing error!"
24Test "call Test995::breakpointCatch": No error caught with handler "throw"
25Test "call Test995::breakpointCatch": Finished running with handler "throw"
26Test "call Test995::breakpointCatchLate": Running breakpoint with handler "throw"
27 Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=38
28Test "call Test995::breakpointCatchLate": Caught error java.lang.Error:"throwing error!" with handler "throw"
29Test "call Test995::breakpointCatchLate": Finished running with handler "throw"
30Test "catch subroutine Test995::breakpoint": Running breakpoint with handler "throw"
31 Breakpoint: public static void art.Test995.breakpoint() @ line=34
32Caught java.lang.Error:"throwing error!"
33Test "catch subroutine Test995::breakpoint": No error caught with handler "throw"
34Test "catch subroutine Test995::breakpoint": Finished running with handler "throw"