diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-08 03:28:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-08 03:28:18 +0100 |
commit | 189b47080068d431302beec0e627dcaa5358eae8 (patch) | |
tree | 317cfe19c5e0443c0134bd5567598ac7f96f69e1 | |
parent | c61986c0ac8d6e785a098c24f6d61ece2b712f74 (diff) |
disable xlocale tests
-rw-r--r-- | test/locale/Makefile.in | 3 |
1 files changed, 1 insertions, 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 |