summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-27 20:55:29 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-27 21:07:22 +0530
commit0a100863cbcb1c31543c607d5df36f009c499a3b (patch)
tree31cd95249d37aa07f86ec78bddc3ff75dfeb151c
parentf8840734e67347c357a2884ed907da1050801b7b (diff)
LTP: skip ltp sched hackbench tests on qemu arm and qemu arm64
LTP sched tests hackbench crashing the system so skip them. Ref: https://bugs.linaro.org/show_bug.cgi?id=3777 Change-Id: I90f52eb8f09c93d1b59a735a3610924b657a662b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml15
1 files changed, 13 insertions, 2 deletions
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index 1c27387..07f29ca 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -301,8 +301,7 @@ skiplist:
- reason: "LKFT: qemu: LTP skip failed timing test cases"
url: https://bugs.linaro.org/show_bug.cgi?id=3768
- environments:
- - production
+ environments: all
boards:
- qemu_x86_64
- qemu_arm64
@@ -314,3 +313,15 @@ skiplist:
- futex_wait05
- nanosleep01
- poll02
+
+ - reason: >
+ LKFT: LTP skip hackbench01/02 on qemu_arm and qemu_arm64 causing kernel dump
+ url: https://bugs.linaro.org/show_bug.cgi?id=3777
+ environments: all
+ boards:
+ - qemu_arm64
+ - qemu_arm
+ branches: all
+ tests:
+ - hackbench01
+ - hackbench02