Skip to content

[core:test] Windows: Prevent exception handler from continuing. - #7086

Open
blob1807 wants to merge 1 commit into
odin-lang:masterfrom
blob1807:test-win-fix-crash
Open

[core:test] Windows: Prevent exception handler from continuing.#7086
blob1807 wants to merge 1 commit into
odin-lang:masterfrom
blob1807:test-win-fix-crash

Conversation

@blob1807

Copy link
Copy Markdown
Contributor

Mirror POSIX and idle in our Exception Handler. Instead of continuing to next handler. This prevent Windows from close the process before the runner is done with its reporting.

I thought it was already doing this, but must of been getting lucky with Window's handler being or something.

Fixes #7035

Idle in our Exception Handler, instead of continuing to next handler.
@Skarsh

Skarsh commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Can confirm this passes all the cases in the #7035 issue I posted. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple tests using testing.expect_assert crash or hang the test runner on Windows

2 participants