浏览代码

disable a test for avr32, compile failure.

Waldemar Brodkorb 10 年之前
父节点
当前提交
421ae7ea85
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/time/Makefile.in

+ 4 - 0
test/time/Makefile.in

@@ -4,6 +4,10 @@
 TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
 TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
 	tst-strftime tst-strptime tst-timezone
 	tst-strftime tst-strptime tst-timezone
 
 
+ifeq ($(TARGET_avr32),y)
+TESTS_DISABLED += tst-timerfd
+endif
+
 ifneq ($(UCLIBC_HAS_XLOCALE),y)
 ifneq ($(UCLIBC_HAS_XLOCALE),y)
 TESTS_DISABLED += tst-ftime_l tst_wcsftime
 TESTS_DISABLED += tst-ftime_l tst_wcsftime
 endif
 endif