source: tests/exceptions/.expect/finally-threads.txt @ 2cf3b87

ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Last change on this file since 2cf3b87 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
Line 
1termination throw
2finally during unwind
3Exiting: termination inner finally
4termination catch
5finally after catch
6Exiting: termination outer finally
7
8resumption throw
9resumption catch
10finally after resume
11Exiting: resumption inner finally
12finally after catch
13Exiting: resumption outer finally
14
15walking out of try
16walking through finally
17Exiting: walking finally
18
19jumping out of try
20jumping through finally
21Exiting: jumping finally
Note: See TracBrowser for help on using the repository browser.