summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-11-14 14:49:06 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-14 09:51:40 +0000
commit94046cd7e9cbccabee7ba78e6bd981ff1c876aa9 (patch)
tree7a870e2f3f0566d9c96d81a56e69d3b37e7278cd
parentf07393efdc359208a48077c16b1baf5000fad640 (diff)
ltp: hikey: skip fcntl35
skip these two test cases on Hikey running linux-4.4 fcntl35 fcntl35 fcntl35_64 fcntl35_64 LKFT: 4.4: Hikey: LTP: fcntl35.c:98: FAIL: an unprivileged user init the capacity of a pipe to 65536 unexpectedly, expected 4096 https://bugs.linaro.org/show_bug.cgi?id=3378 Change-Id: I0d82a0a3dee0266db8de01a978efce0459897147 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft-hikey5
1 files changed, 5 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfile-lkft-hikey b/automated/linux/ltp/skipfile-lkft-hikey
index d227821..fcd1a2a 100644
--- a/automated/linux/ltp/skipfile-lkft-hikey
+++ b/automated/linux/ltp/skipfile-lkft-hikey
@@ -11,6 +11,11 @@ chdir01A symlink01 -T chdir01
# fork13 is also a peformance test case so skip it.
fork13 fork13 -i 1000000
+# LKFT: 4.4: Hikey: LTP : fcntl35.c:98: FAIL: an unprivileged user init the capacity of a pipe to 65536 unexpectedly, expected 4096
+# https://bugs.linaro.org/show_bug.cgi?id=3378
+fcntl35 fcntl35
+fcntl35_64 fcntl35_64
+
# msgctl10 and msgct11 tests overheats HiKey board due to
# large number of fork() calls and message queues read/writes.
# [RPB] LTP: msgctl10 fork failed