summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-06-05 17:00:35 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-06-05 15:32:33 +0000
commit6250c61b3daf181f872702d60cb3140ead6532cd (patch)
treea96f67e53fdccf8b9f9ab058b148198a7b940f26
parent02c0ff07b775b0583b1b07cebeed9c127d2c7907 (diff)
LTP: skip known LTP CVE failures
Skip the known LTP CVE failures - cve-2011-2183 - cve-2014-0196 - cve-2015-7550 - cve-2016-7117 Change-Id: I9a0b0e19fe866be06408b27b8f8e5cf7ab03fb6a Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml69
1 files changed, 69 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index 26602cc..6350c88 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -318,3 +318,72 @@ skiplist:
tests:
- hackbench01
- hackbench02
+
+ - reason: >
+ LTP CVE cve-2014-0196 newly running test case have different results on
+ different boards.
+ url: https://bugs.linaro.org/show_bug.cgi?id=3858
+ environments: production
+ boards:
+ - juno-r2
+ - x15
+ - x86
+ - qemu_arm
+ - qemu_arm64
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.16
+ - mainline
+ tests:
+ - cve-2014-0196
+
+ - reason: >
+ LKFT: LTP: CVE cve-2011-2183 test failed on x86_64 and arm32 x15 devices
+ url: https://bugs.linaro.org/show_bug.cgi?id=3857
+ environments: production
+ boards:
+ - x15
+ - x86
+ - qemu_arm
+ - qemu_x86_64
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.16
+ - mainline
+ tests:
+ - cve-2011-2183
+
+ - reason: >
+ LKFT: qemu_arm32/64: LTP cve-2016-7117 Test timeouted, sending SIGKILL!
+ url: https://bugs.linaro.org/show_bug.cgi?id=3884
+ environments: production
+ boards:
+ - qemu_arm64
+ - qemu_arm
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.16
+ - mainline
+ tests:
+ - cve-2016-7117
+
+ - reason: >
+ LKFT: qemu_arm: LTP CVE cve-2015-7550 Test timeouted, sending SIGKILL!
+ url: https://bugs.linaro.org/show_bug.cgi?id=3883
+ environments: production
+ boards:
+ - qemu_arm
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.16
+ - mainline
+ tests:
+ - cve-2015-7550