Parcourir la source

disable test since we purposefully dont handle it

Mike Frysinger il y a 19 ans
Parent
commit
a05c87bd59
2 fichiers modifiés avec 7 ajouts et 2 suppressions
  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>