Browse Source

disable a test for avr32, compile failure.

Waldemar Brodkorb 9 years ago
parent
commit
421ae7ea85
1 changed files with 4 additions and 0 deletions
  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 \
 	tst-strftime tst-strptime tst-timezone
 
+ifeq ($(TARGET_avr32),y)
+TESTS_DISABLED += tst-timerfd
+endif
+
 ifneq ($(UCLIBC_HAS_XLOCALE),y)
 TESTS_DISABLED += tst-ftime_l tst_wcsftime
 endif