kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
438 stars 36 forks source link

Add test allocating many different layouts. #38

Closed moulins closed 1 year ago

moulins commented 1 year ago

This should hopefully help catch future bugs like #37 before they get merged.

Aaron1011 commented 1 year ago

I confirmed locally that these tests fail without https://github.com/kyren/gc-arena/pull/37