diff options
Diffstat (limited to 'test/unistd')
-rw-r--r-- | test/unistd/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index ed33d9ae8..44ff36087 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -11,6 +11,10 @@ ifeq ($(UCLIBC_LINUX_SPECIFIC),) TESTS_DISABLED += tst-fallocate endif +ifeq ($(TARGET_avr32),y) +TESTS_DISABLED += tst-fallocate tst-posix_fallocate tst-fallocate64 +endif + # The logic is similar for HAS_ADVANCED_REALTIME and # tst-posix_fallocate/tst-posix_fallocate64 ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),) @@ -25,6 +29,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 |