source: tests/exceptions/.expect/terminate-threads.txt @ 5416b44

ADTast-experimentalpthread-emulationqualifiedEnum
Last change on this file since 5416b44 was ecfd758, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Major exception update, seperating type-ids from virtual tables. The major interface changes are done. There is a regression of ?Cancelled(T) to Some?Cancelled. There is some bits of code for the new verion of the ?Cancelled(T) interface already there. Not connected yet but I just reached the limit of what I wanted to do in one commit and then spent over a day cleaning up, so it will replace Some?Cancelled in a future commit.

  • Property mode set to 100644
File size: 475 bytes
Line 
1simple throw
2Exiting: simple try clause
3simple catch
4Exiting: simple catch clause
5
6catch-all
7
8caught yin as yin
9
10rethrow inner try
11Exiting: rethrow inner try
12caught throw, will rethrow
13Exiting: rethrowing catch clause
14caught rethrow
15Exiting: rethrow catch clause
16
17caught yin, will throw yang
18caught yang
19
20throwing first exception
21caught first exception
22throwing second exception
23caught second exception
24recaught first exception
25
26inner catch
27outer catch
28
29throw
30rethrow
31handle
Note: See TracBrowser for help on using the repository browser.