Files
rose-ash/tests
giles e9ddf31181
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 44s
HS: finally blocks in on handlers (+6 tests)
Remove 6 finally-block tests from SKIP_TEST_NAMES in generator.
The finally feature was already fully implemented in parser.sx and
compiler.sx — the tests were just being suppressed. Regenerating
the spec file makes them active.

Tests now passing:
- basic finally blocks work
- async basic finally blocks work
- finally blocks work when exception thrown in catch
- async finally blocks work when exception thrown in catch
- exceptions in finally block don't kill the event queue
- async exceptions in finally block don't kill the event queue

Suite hs-upstream-on: 54/70 → 60/70

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 09:21:06 +00:00
..