summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-05-25 13:22:46 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-05-25 13:22:46 +0530
commite4afc92a2daa262e32a94faf2fd55d191f67ff64 (patch)
treef124e144a9829318f260b0cfdd96b2e98633377e
parent7d31f4287387f0692a67a2c53300e63b92d09c8a (diff)
LTP: unskip fcntl35 and fcntl35_64
Backport patch fixed fcntl35 and fcntl35_64 on 4.4 kernel. so unskip these tests. Re: Backport of pipe.c patch to 4.4.y that fixes LTP fcntl35 test error https://www.spinics.net/lists/stable/msg239475.html https://www.spinics.net/lists/stable/msg239479.html Bug link: https://bugs.linaro.org/show_bug.cgi?id=3378 Change-Id: I8692e731d7200c910aa82f9de01bd351e4c713f9 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index a1967b3..26602cc 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -49,19 +49,6 @@ skiplist:
- fork13
- reason: >
- LKFT: 4.4: Hikey: LTP : fcntl35.c:98: FAIL: an unprivileged user
- init the capacity of a pipe to 65536 unexpectedly, expected 4096
- url: https://bugs.linaro.org/show_bug.cgi?id=3378
- environments:
- - production
- boards: all
- branches:
- - 4.4
- tests:
- - fcntl35
- - fcntl35_64
-
- - reason: >
msgctl10 and msgct11 tests overheats HiKey board due to
large number of fork() calls and message queues read/writes.
[RPB] LTP: msgctl10 fork failed