This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via 421ae7ea851ee4e97ca091c5dff3cf6ec7cb73a2 (commit) from 9b1e2fb9a82dec95aa3221d640228f639707aa1e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 421ae7ea851ee4e97ca091c5dff3cf6ec7cb73a2 Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Oct 5 22:01:48 2014 +0200
disable a test for avr32, compile failure.
-----------------------------------------------------------------------
Summary of changes: test/time/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 02c8d91..a261378 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
hooks/post-receive