rust/library/alloctests/tests
Stuart Cook 338b8787b9
Rollup merge of #138546 - GuillaumeGomez:integer-to-string-tests, r=Amanieu
Add integer to string formatting tests

As discussed in https://github.com/rust-lang/rust/pull/136264, there doesn't seem to have tests to ensure that int to string conversion is performed correctly, only sporadic tests here and there. Now we have some basic tests. :)

r? `````@Mark-Simulacrum`````
2025-04-05 13:18:14 +11:00
..
collections Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
sort Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
testing Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
alloc_test.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
arc.rs Add a test for Weak created from UniqueArc::downgrade 2025-03-29 12:13:38 +08:00
autotraits.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
borrow.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
boxed.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
btree_set_hash.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
c_str2.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
c_str.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
const_fns.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
cow_str.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
fmt.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
heap.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
lib.rs Add integer to string formatting tests 2025-03-16 14:45:19 +01:00
linked_list.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
misc_tests.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
num.rs Tweak integer to string conversion test a bit to be future-proof 2025-03-23 22:34:05 +01:00
rc.rs Move last remaining Rc test to alloctests 2025-03-07 19:11:13 +00:00
slice.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
str.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
string.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
sync.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
task.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
thin_box.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
vec_deque_alloc_error.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
vec_deque.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
vec.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00