summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-24 14:56:34 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-24 14:58:07 +0530
commit369faf56721898b525e4007542c333678312bc00 (patch)
treeb89e44fe88ee3aaa41d83e103623279a6c30e26a
parenta07af540555862549fe5b053370066ac773e66ca (diff)
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 <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml16
1 files changed, 16 insertions, 0 deletions
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