From 261cdc3e54651d5a4c83c2674669c24677a10f07 Mon Sep 17 00:00:00 2001 From: Rafael David Tinoco Date: Tue, 16 Oct 2018 16:04:18 -0300 Subject: 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 --- automated/linux/kselftest/skipfile-lkft.yaml | 13 +++++++++++++ automated/linux/ltp/skipfile-lkft.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) (limited to 'automated/linux') 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 -- cgit v1.2.3