summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael David Tinoco <rafael.tinoco@linaro.org>2018-10-16 16:04:18 -0300
committerRafael David Tinoco <rafael.tinoco@linaro.org>2018-10-16 16:04:18 -0300
commit261cdc3e54651d5a4c83c2674669c24677a10f07 (patch)
treeb227a339c8b2dab3608718e67ac9d962ef3f3c44
parent7210beb653d44280105bc8c25c172c2458d81360 (diff)
LTP and Kselftest: skiplist updated for 2 bugs
skip known failures for bugs: Bug: #4023 - LTP: hugemmap06: cant reserve hugepages for small boards skipping it for x15. Bug: #4025 - Selftest: x86_syscall_arg_fault_32: bus errors are testing HW on QEMU and not the OS, skip for qemu. Change-Id: I79a1596eabd6d8a3ed6f170566e31c9a31b156d9 Link: https://bugs.linaro.org/show_bug.cgi?id=4023 Link: https://bugs.linaro.org/show_bug.cgi?id=4025 Signed-off-by: Rafael David Tinoco <rafael.tinoco@linaro.org>
-rw-r--r--automated/linux/kselftest/skipfile-lkft.yaml13
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml13
2 files changed, 26 insertions, 0 deletions
diff --git a/automated/linux/kselftest/skipfile-lkft.yaml b/automated/linux/kselftest/skipfile-lkft.yaml
index 264493a..fe98da5 100644
--- a/automated/linux/kselftest/skipfile-lkft.yaml
+++ b/automated/linux/kselftest/skipfile-lkft.yaml
@@ -1055,3 +1055,16 @@ skiplist:
- next
tests:
- test_kmod.sh
+
+ - reason: >
+ LKFT: x86: syscall_arg_fault_32 intermittent failure on qemu_i386
+ caused by QEMU x86 HW implementation
+ url: https://bugs.linaro.org/show_bug.cgi?id=4025
+ environments: production
+ boards:
+ - qemu_x86_64
+ - qemu_i386
+ branches:
+ - all
+ tests:
+ - syscall_arg_fault_32
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index 812df49..8c2499c 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -518,3 +518,16 @@ skiplist:
- all
tests:
- futex_wake04
+
+ - reason: >
+ LTP: hugemmap06 cant reserve full amount of hugepages
+ needed by the test in environments with fragmented
+ memory (specially ones having short memory)
+ url: https://bugs.linaro.org/show_bug.cgi?id=4023
+ environments: production
+ boards:
+ - dragonboard-410c
+ branches:
+ - all
+ tests:
+ - hugemmap06