about summary refs log tree commit diff
path: root/library/alloc/tests/collections
AgeCommit message (Collapse)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-581/+0
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-2/+0
They are either outdated as emscripten now supports i128 or they are subsumed by #[cfg_attr(not(panic = "unwind"), ignore]
2024-12-04Move some alloc tests to the alloctests cratebjorn3-0/+583
Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap.