@@ -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 \
+TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
- tst-strptime tst-timezone
+ tst-strftime tst-strptime tst-timezone
include ../Test.mak
@@ -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>