Commit Graph

8 Commits

Author SHA1 Message Date
blob1807
912a2d78c9 [core:test] Windows Fix stop reason being wrong for OOB 2026-04-14 19:11:42 +10:00
FourteenBrush
742cd5bc77 Add EXCEPTION_ARRAY_BOUNDS_EXCEEDED to win32 testing.expect_signal handler 2026-04-13 14:43:08 +02:00
blob1807
569da5a1cf Revert "Try to ensure the runner's handler gets called first"
This reverts commit 13faedaf4c. As it's causing issues with ASAN, which adds it's own `ExceptionHandler` as the first. Making ours first messes with it. Causing an Access Violation when trying to setup `context` in our handler.
2025-12-24 01:13:06 +10:00
blob1807
13faedaf4c Try to ensure the runner's handler gets called first 2025-12-24 00:39:21 +10:00
blob1807
4eeb509fe8 Fix an OOB & format exception code as hex
Fix an OOB caused when the test runner catches the exception & format exception codes as upper case hex.
2025-12-23 19:17:43 +10:00
blob1807
56194732a8 Remove unneeded Exception_Code enum 2025-12-23 16:45:51 +10:00
blob1807
c9fff456cd [core:testing] Use Windows API for SIG handling 2025-12-23 02:44:36 +10:00
Laytan Laats
f798f0b446 testing: separate the posix import into target files
This is needed for the docs generator to generate all the docs for the
posix package, if it is imported like it was on Windows it would
generate docs for the Windows version of the package which has much less
symbols exposed.
2024-11-01 16:27:45 +01:00