svn commit: trunk/uClibc/test/time

vapier at uclibc.org vapier at uclibc.org
Wed Mar 1 23:39:14 UTC 2006


Author: vapier
Date: 2006-03-01 15:39:12 -0800 (Wed, 01 Mar 2006)
New Revision: 14410

Log:
disable test since we purposefully dont handle it

Modified:
   trunk/uClibc/test/time/Makefile
   trunk/uClibc/test/time/bug-asctime_r.c


Changeset:
Modified: trunk/uClibc/test/time/Makefile
===================================================================
--- trunk/uClibc/test/time/Makefile	2006-03-01 23:28:19 UTC (rev 14409)
+++ trunk/uClibc/test/time/Makefile	2006-03-01 23:39:12 UTC (rev 14410)
@@ -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
 

Modified: trunk/uClibc/test/time/bug-asctime_r.c
===================================================================
--- trunk/uClibc/test/time/bug-asctime_r.c	2006-03-01 23:28:19 UTC (rev 14409)
+++ trunk/uClibc/test/time/bug-asctime_r.c	2006-03-01 23:39:12 UTC (rev 14410)
@@ -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>




More information about the uClibc-cvs mailing list