summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael David Tinoco <rafael.tinoco@linaro.org>2018-06-07 10:07:03 -0300
committerRafael David Tinoco <rafael.tinoco@linaro.org>2018-06-07 10:31:20 -0300
commit23e5cf1f21de25dd9ac8c0ce60111be54a4ac3bb (patch)
tree0f512c996e40ce104c58593c072d24961a19888b
parent4b2f5d8ea79bc8371964cfabfcf40b8e703f722f (diff)
LTP: skips select04 on fully virtualized environments
Fixes: https://bugs.linaro.org/show_bug.cgi?id=3852 Skips known LTP timing issue: select04 on qemu32 and qemu64. Change-Id: Ie5a151763bb911dbce6d71cc5222e3a5497ebf7d Signed-off-by: Rafael David Tinoco <rafael.tinoco@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index 6350c88..56f0894 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -387,3 +387,18 @@ skiplist:
- mainline
tests:
- cve-2015-7550
+
+ - reason: "qemu_arm32/64: LTP select04 is not returning 0 on timeout"
+ url: https://bugs.linaro.org/show_bug.cgi?id=3852
+ environments: production
+ boards:
+ - qemu_arm64
+ - qemu_arm
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.16
+ - mainline
+ tests:
+ - select04