-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Some GPA tests are disabled on WASI #22731
Copy link
Copy link
Open
Labels
arch-wasm32-bit and 64-bit WebAssembly32-bit and 64-bit WebAssemblybugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-wasiWebAssembly System InterfaceWebAssembly System Interfacestandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
arch-wasm32-bit and 64-bit WebAssembly32-bit and 64-bit WebAssemblybugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-wasiWebAssembly System InterfaceWebAssembly System Interfacestandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
In #20271 (which I expect to be merged imminently), I have had to disable some
std.heap.GeneralPurposeAllocatortests 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.