gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
434 stars 118 forks source link

tests: Test that we can throw and catch the same exception multiple times sequentially. #188

Closed triplef closed 2 years ago

triplef commented 3 years ago

This originally came up as an issue with libc++abi support (#152), but is not specific to that ABI.

It was extracted from the libc++ branch as to unblock merging #152.

The test currently fails, but the solution was discussed in https://github.com/gnustep/libobjc2/pull/152#issuecomment-694906062.

davidchisnall commented 3 years ago

Rebased on master and with the fix from #152 added.

triplef commented 3 years ago

Nice, thank you!

triplef commented 2 years ago

I rebased to fix a small merge conflict. I think we can merge this @davidchisnall?