rust/library/core/tests
Matthias Krüger 385ffaedbf
Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35
Re-enable android tests/benches in alloc/core

This is basically a revert of https://github.com/rust-lang/rust/pull/73729. These tests better work on android now; it's been 4 years and we don't use dlmalloc on that target anymore.

And I've validated that they should pass now with a try-build :)
2024-08-31 10:08:54 +02:00
..
async_iter
ffi
fmt
hash
io
iter
net
num Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 2024-08-31 10:08:54 +02:00
ops Explicitly specify type parameter on FromResidual impls in stdlib. 2024-08-12 12:54:18 -05:00
panic
alloc.rs
any.rs
array.rs
ascii_char.rs
ascii.rs
asserting.rs
atomic.rs
bool.rs
cell.rs
char.rs
clone.rs
cmp.rs
const_ptr.rs
convert.rs
error.rs
ffi.rs
future.rs
intrinsics.rs
lazy.rs
lib.rs Remove cfg(test) from library/core 2024-08-25 20:04:26 -04:00
macros.rs
manually_drop.rs
mem.rs
nonzero.rs
ops.rs Explicitly specify type parameter on FromResidual impls in stdlib. 2024-08-12 12:54:18 -05:00
option.rs
panic.rs
pattern.rs
pin_macro.rs
pin.rs
ptr.rs
result.rs
simd.rs
slice.rs
str_lossy.rs
str.rs
task.rs
time.rs
tuple.rs
unicode.rs
waker.rs