Browse Source

disable test since we purposefully dont handle it

Mike Frysinger 19 years ago
parent
commit
a05c87bd59
2 changed files with 7 additions and 2 deletions
  1. 2 2
      test/time/Makefile
  2. 5 0
      test/time/bug-asctime_r.c

+ 2 - 2
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
 

+ 5 - 0
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>