ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 1b033b8 was 5715d43, checked in by Andrew Beach <ajbeach@…>, 5 years ago |
Exceptions now get their context differently with libcfathread. Added a number of tests to help test this.
|
-
Property mode
set to
100644
|
File size:
520 bytes
|
Line | |
---|
1 | simple throw
|
---|
2 | Exiting: simple try clause
|
---|
3 | simple catch
|
---|
4 | Exiting: simple catch clause
|
---|
5 |
|
---|
6 | catch-all
|
---|
7 |
|
---|
8 | throwing child exception
|
---|
9 | inner parent match
|
---|
10 |
|
---|
11 | caught yin as yin
|
---|
12 |
|
---|
13 | rethrow inner try
|
---|
14 | Exiting: rethrow inner try
|
---|
15 | caught throw, will rethrow
|
---|
16 | Exiting: rethrowing catch clause
|
---|
17 | caught rethrow
|
---|
18 | Exiting: rethrow catch clause
|
---|
19 |
|
---|
20 | caught yin, will throw yang
|
---|
21 | caught yang
|
---|
22 |
|
---|
23 | throwing first exception
|
---|
24 | caught first exception
|
---|
25 | throwing second exception
|
---|
26 | caught second exception
|
---|
27 | recaught first exception
|
---|
28 |
|
---|
29 | inner catch
|
---|
30 | outer catch
|
---|
31 |
|
---|
32 | throw
|
---|
33 | rethrow
|
---|
34 | handle
|
---|
Note:
See
TracBrowser
for help on using the repository browser.