aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-02-13 13:49:09 +0530
committerDan Rue <drue@therub.org>2019-02-13 08:27:27 -0600
commitaff4fc97a7be951a1573de00bf7d7fd98d443117 (patch)
tree517f13a77604686715bce0b410385b7b6fc025de
parentad557e01524d4b06f61e31072c2127fdd7077aa9 (diff)
LTP: skipping memory mtest06 and ksm01
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index 39a7d4f..6ee2d30 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -202,3 +202,35 @@ skiplist:
- all
tests:
- hugemmap06
+
+ - reason: >
+ LTP: mtest06/mmap1 running long time and timeouted after 15 minutes
+ intermittent failure
+ url: https://bugs.linaro.org/show_bug.cgi?id=4273
+ environments: all
+ boards:
+ - dragonboard-410c
+ - hi6220-hikey
+ - juno-r2
+ - qemu_arm64
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.20
+ - mainline
+ tests:
+ - mtest06
+
+ - reason: >
+ LTP mm test case ksm01 failed on db410c while allocating memory,
+ mem.c:293: malloc(134217600) failed: ENOMEM
+ Board doesn't have enough memory to run the test (1GB)
+ url: https://bugs.linaro.org/show_bug.cgi?id=4272
+ environments: production
+ boards:
+ - dragonboard-410c
+ branches:
+ - all
+ tests:
+ - ksm01