Last change
on this file since d796be70 was
5715d43,
checked in by Andrew Beach <ajbeach@…>, 4 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:
430 bytes
|
Rev | Line | |
---|
[5715d43] | 1 | termination throw |
---|
| 2 | finally during unwind |
---|
| 3 | Exiting: termination inner finally |
---|
| 4 | termination catch |
---|
| 5 | finally after catch |
---|
| 6 | Exiting: termination outer finally |
---|
| 7 | |
---|
| 8 | resumption throw |
---|
| 9 | resumption catch |
---|
| 10 | finally after resume |
---|
| 11 | Exiting: resumption inner finally |
---|
| 12 | finally after catch |
---|
| 13 | Exiting: resumption outer finally |
---|
| 14 | |
---|
| 15 | walking out of try |
---|
| 16 | walking through finally |
---|
| 17 | Exiting: walking finally |
---|
| 18 | |
---|
| 19 | jumping out of try |
---|
| 20 | jumping through finally |
---|
| 21 | Exiting: jumping finally |
---|
Note: See
TracBrowser
for help on using the repository browser.