浏览代码

test: disable posix_fallocate64 for small embedded systems

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 11 年之前
父节点
当前提交
83c3ccb189
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/unistd/Makefile.in

+ 2 - 0
test/unistd/Makefile.in

@@ -25,6 +25,8 @@ else
 # reordering is not supported, behaves as if POSIXLY_CORRECT would be set
 # 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
 OPTS_tstgetopt   := -a -b -cfoobar --required foobar --optional=bazbug --none --colou --color --colour random
 endif
 endif
+# for embedded systems 4 GB disk space is not available
+TESTS_DISABLED += tst-posix_fallocate64
 
 
 # getconf.c lives in utils/
 # getconf.c lives in utils/
 # Testsuite cannot currently be built with O= anyway, so hardcode path here
 # Testsuite cannot currently be built with O= anyway, so hardcode path here