OSDN Git Service

disable a test for avr32, compile failure.
authorWaldemar Brodkorb <wbx@openadk.org>
Sun, 5 Oct 2014 20:01:48 +0000 (22:01 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Sun, 5 Oct 2014 20:01:48 +0000 (22:01 +0200)
test/time/Makefile.in

index 02c8d91..a261378 100644 (file)
@@ -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