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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue