mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #122275 - RalfJung:std-oom, r=workingjubilee
disable OOM test in Miri Needed for https://github.com/rust-lang/miri-test-libstd
This commit is contained in:
commit
217d00494f
@ -694,6 +694,8 @@ fn read_buf_full_read() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
// Miri does not support signalling OOM
|
||||
#[cfg_attr(miri, ignore)]
|
||||
// 64-bit only to be sure the allocator will fail fast on an impossible to satsify size
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
fn try_oom_error() {
|
||||
|
Loading…
Reference in New Issue
Block a user