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
The mem01 test often fails on PPC systems mainly because it doesn't take into
account page sizes larger than 4KB. Test scenario review revealed that it's
not particularly useful because it doesn't have any more specific goal than
filling large amount of memory and the hardcoded allocation limits are too
low for modern and future systems. The useful part of this test mostly
overlaps with coverage by existing OOM tests.
Signed-off-by: Martin Doucha <[email protected]>
Reviewed-by: Li Wang <[email protected]>
Acked-by: Jan Stancek <[email protected]>
0 commit comments