aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-01-10 16:13:55 +0530
committermwasilew <milosz.wasilewski@linaro.org>2019-01-10 12:45:50 +0000
commitc4b741267b3e593f918f47a52669cf05028ca9cc (patch)
tree9abb9f1c986df07a4d18e9b7bec6743240fc5667
parenta3be1ec61fe1d99c06d571494d3020e3c310030f (diff)
LTP: sendfile09: skip creating large files
sendfile09 and sendfile09_64 tests creates 5GB file and calls sendfile(2) with offset at 3GB. These tests are time consuming so skipping on slow devices db410c and hikey. Change-Id: I9a215e1fd531dd31f1ffa5acc1a28485dd19dcec Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-lkft.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfile-lkft.yaml b/automated/linux/ltp/skipfile-lkft.yaml
index 0060f2a..bf96b1a 100644
--- a/automated/linux/ltp/skipfile-lkft.yaml
+++ b/automated/linux/ltp/skipfile-lkft.yaml
@@ -481,6 +481,25 @@ skiplist:
- creat08
- reason: >
+ LKFT: linux-next: x86: LTP sendfile09 and sendfile09_64 failed: errno=EFBIG(27): File too large
+ Test creates more than 3GB file which is time consuming so skipping.
+ url: https://bugs.linaro.org/show_bug.cgi?id=3234
+ environments: all
+ boards:
+ - hi6220-hikey
+ - dragonboard-410c
+ branches:
+ - 4.4
+ - 4.9
+ - 4.14
+ - 4.19
+ - 4.20
+ - mainline
+ tests:
+ - sendfile09
+ - sendfile09_64
+
+ - reason: >
LKFT: next: LTP open11 failed - Got:
TEST_ERRNO=EACCES(13): Permission denied instead of errno 0
morty to rocko (openembedded) caused this bug