about summary refs log tree commit diff
path: root/library/alloc/src/collections/binary_heap/tests.rs
AgeCommit message (Expand)AuthorLines
2024-12-04Move some alloc tests to the alloctests cratebjorn3-580/+0
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2023-12-10remove redundant importssurechen-2/+0
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-0/+3
2023-01-15Rebuild BinaryHeap on unwind from retainDavid Tolnay-1/+3
2023-01-15Add test showing broken behavior of BinaryHeap::retainDavid Tolnay-0/+17
2023-01-14Add test of leaking a binary_heap PeekMutDavid Tolnay-0/+19
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-2/+2
2022-12-28Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514fee1-dead-24/+74
2022-05-29Use Box::new() instead of box syntax in alloc testsest31-6/+6
2022-05-02Test leaking of BinaryHeap Drain iteratorsStein Somers-0/+53
2022-05-02Slightly tighten leak-on-panic test casesStein Somers-24/+21
2022-03-11Classify BinaryHeap & LinkedList unit tests as suchStein Somers-0/+489