You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/memory/layoutfulbox/layoutfulbox/tests.rs
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,8 @@ fn usable_0xu8_test() {
110
110
111
111
#[test]
112
112
#[cfg_attr(
113
-
miri,
114
-
ignore = "miri fails with: miri resource exhaustion: tried to allocate more memory than available to compiler"
115
-
)]
116
-
#[cfg_attr(
117
-
not(target_pointer_width = "64"),
118
-
ignore = "iff isize === i32, allocation of isize::MAX can succeed, we don't want that"
113
+
any(not(target_pointer_width = "64"), miri),
114
+
ignore = "this test only makes sense for ridiculous allocations sizes (1PB+?), but at the same time requires native compilation (i.e. no interpreters/sanitizers)"
0 commit comments