summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2018-06-05 16:03:28 +0000
committerLinaro Code Review <review@review.linaro.org>2018-06-05 16:03:28 +0000
commit4b2f5d8ea79bc8371964cfabfcf40b8e703f722f (patch)
tree0972c559efb3046b0fbcd56a205dad31f130d753
parent929c92dc76ec5f02e779dbdf4931ae999c99a729 (diff)
parent6250c61b3daf181f872702d60cb3140ead6532cd (diff)
Merge "LTP: skip known LTP CVE failures"
-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