Some GPA tests are disabled on WASI #22731
Labels
arch-wasm
32-bit and 64-bit WebAssembly
bug
Observed behavior contradicts documented or intended behavior
os-wasi
standard library
This issue involves writing Zig code for the standard library.
Milestone
In #20271 (which I expect to be merged imminently), I have had to disable some
std.heap.GeneralPurposeAllocator
tests onwasm32-wasi
(no libc) because they started failing for no clear reason. These tests run without crashing, but end up reporting leaks.Since the repro seems to care about the rest of the test binary, it seems like #20271 has just exposed a pre-existing bug, particularly since that PR doesn't change anything which could reasonably affect GPA.
The text was updated successfully, but these errors were encountered: