diff mbox

[v2,10/12] test: disable tst_wcsftime

Message ID 1409221890-2516-10-git-send-email-wbx@openadk.org
State Superseded
Headers show

Commit Message

Waldemar Brodkorb Aug. 28, 2014, 10:31 a.m. UTC
Feature is not implemented in uClibc, so no need to do a test.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 test/time/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bernhard Reutner-Fischer Aug. 28, 2014, 11:13 a.m. UTC | #1
On Thu, Aug 28, 2014 at 12:31:28PM +0200, Waldemar Brodkorb wrote:
> Feature is not implemented in uClibc, so no need to do a test.

Is it not?
Isn't wcsftime "WIP" and lives in XLOCALE?

Thanks,
diff mbox

Patch

diff --git a/test/time/Makefile.in b/test/time/Makefile.in
index 05f73a4..7bb5fb4 100644
--- a/test/time/Makefile.in
+++ b/test/time/Makefile.in
@@ -2,7 +2,7 @@ 
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
 TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
-	tst-strftime tst-strptime tst-timezone
+	tst-strftime tst-strptime tst-timezone tst_wcsftime
 
 ifneq ($(UCLIBC_HAS_XLOCALE),y)
 TESTS_DISABLED += tst-ftime_l