From 369faf56721898b525e4007542c333678312bc00 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Tue, 24 Apr 2018 14:56:34 +0530 Subject: LTP: skip timed out test cases on qemu devices ltp-syscalls-tests failed and timed out on slow qemu devices. It is better to skip these LTP timing related test case on qemu devices. * clock_nanosleep02 * epoll_wait02 * futex_wait05 * nanosleep01 * poll02 Ref: https://bugs.linaro.org/show_bug.cgi?id=3768 Change-Id: I588231576da4d643af13e95b3f83754b33c7c9ed Signed-off-by: Naresh Kamboju --- automated/linux/ltp/skipfile-lkft.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml index cc8b3e5..60881f3 100644 --- a/automated/linux/ltp/skipfile-lkft.yaml +++ b/automated/linux/ltp/skipfile-lkft.yaml @@ -296,3 +296,19 @@ skiplist: branches: all tests: - netns_netlink + + - reason: "LKFT: qemu: LTP skip failed timing test cases" + url: https://bugs.linaro.org/show_bug.cgi?id=3768 + environments: + - production + boards: + - qemu_x86_64 + - qemu_arm64 + - qemu_arm + branches: all + tests: + - clock_nanosleep02 + - epoll_wait02 + - futex_wait05 + - nanosleep01 + - poll02 -- cgit v1.2.3