From 421ae7ea851ee4e97ca091c5dff3cf6ec7cb73a2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 Oct 2014 22:01:48 +0200 Subject: disable a test for avr32, compile failure. --- test/time/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/time/Makefile.in') diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 02c8d910c..a2613784b 100644 --- a/test/time/Makefile.in +++ b/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 -- cgit v1.2.3