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