Преглед на файлове

disable test since we purposefully dont handle it

Mike Frysinger преди 19 години
родител
ревизия
a05c87bd59
променени са 2 файла, в които са добавени 7 реда и са изтрити 2 реда
  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>