aboutsummaryrefslogtreecommitdiff
path: root/runtest
diff options
context:
space:
mode:
authorMartin Doucha <mdoucha@suse.cz>2020-08-06 18:23:56 +0200
committerLi Wang <liwang@redhat.com>2020-08-17 11:26:48 +0800
commit4d8373fe2156ce20b33f9b77b923bae2af81a0fd (patch)
tree324b5c8f0231fcb46e62f8aab9c5eebeb22a9120 /runtest
parentf490d380ccae354c6cd5367e92deb7cb89ec196b (diff)
Drop the mem01 test
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 <mdoucha@suse.cz> Reviewed-by: Li Wang <liwang@redhat.com> Acked-by: Jan Stancek <jstancek@redhat.com>
Diffstat (limited to 'runtest')
-rw-r--r--runtest/crashme3
-rw-r--r--runtest/mm1
2 files changed, 0 insertions, 4 deletions
diff --git a/runtest/crashme b/runtest/crashme
index 14750749d..47f5f93b4 100644
--- a/runtest/crashme
+++ b/runtest/crashme
@@ -10,9 +10,6 @@ crash01 crash01
crash02 crash02 -v 2
# Generate random syscalls and execute them, less probability
# to hose your system, but still.
-mem01 mem01 -r
-# Memory eater. Loves to be run in parallel with other programs.
-# May panic on buggy systems if the OOM killer was not fast enough :-)
fork12 fork12
# Fork as many children as possible. On systems with lots of memory
# and kernels prior to 2.4.19, this can hang the system by using up all pids
diff --git a/runtest/mm b/runtest/mm
index 4701a14bd..481d39691 100644
--- a/runtest/mm
+++ b/runtest/mm
@@ -20,7 +20,6 @@ mtest06_3 mmap3 -x 0.002 -p
# Remains diabled till the infinite loop problem is solved
#mtest-6_4 shmat1 -x 0.00005
-mem01 mem01
mem02 mem02
mem03 mem03