summary refs log tree commit diff
path: root/library/alloc/tests/sync.rs
AgeCommit message (Collapse)AuthorLines
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-0/+1
This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs.
2024-12-04Move some alloc tests to the alloctests cratebjorn3-0/+719
Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap.