From 189b47080068d431302beec0e627dcaa5358eae8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 8 Dec 2016 03:28:18 +0100 Subject: disable xlocale tests --- test/locale/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/locale/Makefile.in b/test/locale/Makefile.in index ab1bcfe..23a2479 100644 --- a/test/locale/Makefile.in +++ b/test/locale/Makefile.in @@ -13,9 +13,8 @@ TESTS := bug-iconv-trans bug-usesetlocale collate-test dump-ctype \ # NOTE: For now disabled some tests that are known not build TESTS_DISABLED := tst-ctype tst-fmon tst-leaks tst-rpmatch tst-strfmon1 -ifneq ($(UCLIBC_HAS_XLOCALE),y) +# disable tests requiring UCLIBC_HAS_XLOCALE at the moment TESTS_DISABLED += bug-usesetlocale tst-xlocale1 tst-xlocale2 xfrm-test tst-C-locale -endif DODIFF_rint := 1 -- cgit v1.2.3