summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-01 23:39:12 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-01 23:39:12 +0000
commita05c87bd5929dd130d5674c5083f7e6132d1163e (patch)
tree6fef8be489f31dc04aafdbef432fba4dd4362675 /test
parentccca0d8575f46d2fb62b0fd3e952599ce3c90b10 (diff)
disable test since we purposefully dont handle it
Diffstat (limited to 'test')
-rw-r--r--test/time/Makefile4
-rw-r--r--test/time/bug-asctime_r.c5
2 files changed, 7 insertions, 2 deletions
diff --git a/test/time/Makefile b/test/time/Makefile
index cbf708526..bb2a2b5bb 100644
--- a/test/time/Makefile
+++ b/test/time/Makefile
@@ -1,8 +1,8 @@
# uClibc time tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS_DISABLED := bug-asctime time tst-mktime2 tst-posixtz tst-strftime \
- tst-strptime tst-timezone
+TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
+ tst-strftime tst-strptime tst-timezone
include ../Test.mak
diff --git a/test/time/bug-asctime_r.c b/test/time/bug-asctime_r.c
index 86651ef1c..1fcc4659f 100644
--- a/test/time/bug-asctime_r.c
+++ b/test/time/bug-asctime_r.c
@@ -1,3 +1,8 @@
+/* Note: we disable this on uClibc because we dont bother
+ * verifying if the year is sane ... we just return ????
+ * for the year value ...
+ */
+
#include <errno.h>
#include <limits.h>
#include <stdio.h>