0001-test-disable-posix_fallocate64-for-small-embedded-sy.patch 956 B

123456789101112131415161718192021222324252627
  1. From 943ef39519a3a4aa514f1fe9431565bf691f01f2 Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@openadk.org>
  3. Date: Mon, 1 Sep 2014 21:02:19 +0200
  4. Subject: [PATCH 1/6] test: disable posix_fallocate64 for small embedded
  5. systems
  6. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
  7. ---
  8. test/unistd/Makefile.in | 2 ++
  9. 1 file changed, 2 insertions(+)
  10. diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in
  11. index ed33d9a..c884a39 100644
  12. --- a/test/unistd/Makefile.in
  13. +++ b/test/unistd/Makefile.in
  14. @@ -25,6 +25,8 @@ else
  15. # reordering is not supported, behaves as if POSIXLY_CORRECT would be set
  16. OPTS_tstgetopt := -a -b -cfoobar --required foobar --optional=bazbug --none --colou --color --colour random
  17. endif
  18. +# for embedded systems 4 GB disk space is not available
  19. +TESTS_DISABLED += tst-posix_fallocate64
  20. # getconf.c lives in utils/
  21. # Testsuite cannot currently be built with O= anyway, so hardcode path here
  22. --
  23. 1.8.5.2 (Apple Git-48)