瀏覽代碼

disable some test for avr32, compile failures.

Waldemar Brodkorb 11 年之前
父節點
當前提交
9b1e2fb9a8
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 5 0
      test/misc/Makefile.in
  2. 4 0
      test/unistd/Makefile.in

+ 5 - 0
test/misc/Makefile.in

@@ -2,6 +2,11 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
 TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
+
+ifeq ($(TARGET_avr32),y)
+TESTS_DISABLED += tst-inotify
+endif
+
 ifeq  ($(UCLIBC_HAS_LFS),)
 TESTS_DISABLED += dirent64
 TESTS_DISABLED += tst-statfs # assuming host has LFS on

+ 4 - 0
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),)