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 9b1e2fb9a82dec95aa3221d640228f639707aa1e (commit)
from 40678af7b459876ac1113f42fd647f110c8c7bd7 (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 9b1e2fb9a82dec95aa3221d640228f639707aa1e
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sun Oct 5 20:32:10 2014 +0200
disable some test for avr32, compile failures.
-----------------------------------------------------------------------
Summary of changes:
test/misc/Makefile.in | 5 +++++
test/unistd/Makefile.in | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in
index 52a3e71..3dfe617 100644
--- a/test/misc/Makefile.in
+++ b/test/misc/Makefile.in
@@ -2,6 +2,11 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
+
+ifeq ($(TARGET_avr32),y)
+TESTS_DISABLED += tst-inotify
+endif
+
ifeq ($(UCLIBC_HAS_LFS),)
TESTS_DISABLED += dirent64
TESTS_DISABLED += tst-statfs # assuming host has LFS on
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in
index c884a39..44ff360 100644
--- a/test/unistd/Makefile.in
+++ b/test/unistd/Makefile.in
@@ -11,6 +11,10 @@ ifeq ($(UCLIBC_LINUX_SPECIFIC),)
TESTS_DISABLED += tst-fallocate
endif
+ifeq ($(TARGET_avr32),y)
+TESTS_DISABLED += tst-fallocate tst-posix_fallocate tst-fallocate64
+endif
+
# The logic is similar for HAS_ADVANCED_REALTIME and
# tst-posix_fallocate/tst-posix_fallocate64
ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),)
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date