ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
Last change
on this file since f1b6671 was f1b6671, checked in by Andrew Beach <ajbeach@…>, 6 years ago |
|
Unwinding is now handled in exception handling code. That is used to fix one bug, other exception tests added. Noise from the change altered one other test.
|
-
Property mode
set to
100644
|
|
File size:
517 bytes
|
| Line | |
|---|
| 1 | simple throw
|
|---|
| 2 | simple catch
|
|---|
| 3 | Exiting: simple catch clause
|
|---|
| 4 | end of try clause
|
|---|
| 5 | Exiting: simple try clause
|
|---|
| 6 |
|
|---|
| 7 | throwing child exception
|
|---|
| 8 | inner parent match
|
|---|
| 9 |
|
|---|
| 10 | caught yin as yin
|
|---|
| 11 |
|
|---|
| 12 | rethrow inner try
|
|---|
| 13 | caught throw, will rethrow
|
|---|
| 14 | Exiting: rethrowing catch clause
|
|---|
| 15 | caught rethrow
|
|---|
| 16 | Exiting: rethrow catch clause
|
|---|
| 17 | Exiting: rethrow inner try
|
|---|
| 18 |
|
|---|
| 19 | caught yin, will throw yang
|
|---|
| 20 | caught yang
|
|---|
| 21 |
|
|---|
| 22 | throwing first exception
|
|---|
| 23 | caught first exception
|
|---|
| 24 | throwing second exception
|
|---|
| 25 | caught second exception
|
|---|
| 26 | recaught first exception
|
|---|
| 27 |
|
|---|
| 28 | inner catch
|
|---|
| 29 | inner catch
|
|---|
| 30 | outer catch
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.