summaryrefslogtreecommitdiff
path: root/toolchain/uclibc/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-01 21:03:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-01 21:03:24 +0200
commit48aa0e846ebc8b3548849b0e2aec27167aeb3250 (patch)
treed2d94d10b54eea237b7a65ab8ac2fcdd57f4c166 /toolchain/uclibc/patches
parent5a3c9e45f39ae2dd5c1f69e1eff549291051cb42 (diff)
disable fallocate64 test
Diffstat (limited to 'toolchain/uclibc/patches')
-rw-r--r--toolchain/uclibc/patches/0006-test-disable-posix_fallocate64-for-small-embedded-sy.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/toolchain/uclibc/patches/0006-test-disable-posix_fallocate64-for-small-embedded-sy.patch b/toolchain/uclibc/patches/0006-test-disable-posix_fallocate64-for-small-embedded-sy.patch
new file mode 100644
index 000000000..4ab0136d2
--- /dev/null
+++ b/toolchain/uclibc/patches/0006-test-disable-posix_fallocate64-for-small-embedded-sy.patch
@@ -0,0 +1,27 @@
+From 776358fa951e1d6938251d28d1f983e33ab62384 Mon Sep 17 00:00:00 2001
+From: Waldemar Brodkorb <wbx@openadk.org>
+Date: Mon, 1 Sep 2014 21:02:19 +0200
+Subject: [PATCH 6/6] test: disable posix_fallocate64 for small embedded
+ systems
+
+Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
+---
+ test/unistd/Makefile.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in
+index cfef22e..911c8e8 100644
+--- a/test/unistd/Makefile.in
++++ b/test/unistd/Makefile.in
+@@ -15,6 +15,8 @@ else
+ # reordering is not supported, behaves as if POSIXLY_CORRECT would be set
+ OPTS_tstgetopt := -a -b -cfoobar --required foobar --optional=bazbug --none --colou --color --colour random
+ endif
++# for embedded systems 4 GB disk space is not available
++TESTS_DISABLED += tst-posix_fallocate64
+
+ # getconf.c lives in utils/
+ # Testsuite cannot currently be built with O= anyway, so hardcode path here
+--
+1.8.5.2 (Apple Git-48)
+