Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add dependencies on needed locales in each subdir tests (bug 18969)
  • Loading branch information
Andreas Schwab committed Oct 12, 2015
1 parent c7b8939 commit f881f6f
Show file tree
Hide file tree
Showing 12 changed files with 189 additions and 2 deletions.
59 changes: 59 additions & 0 deletions ChangeLog
@@ -1,3 +1,62 @@
2015-10-12 Andreas Schwab <schwab@suse.de>

* debug/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)tst-chk1.out): Depend on $(gen-locales).
* iconvdata/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
$(gen-locales).
* intl/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
$(gen-locales).
* libio/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
($(objpfx)tst-ftell-active-handler.out)
($(objpfx)tst-ftell-append.out)
($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
* posix/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
* stdio-common/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)bug14.out, $(objpfx)scanf13.out)
($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
* stdlib/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
$(gen-locales).
* time/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
$(gen-locales).
* wcsmbs/Makefile (LOCALES): Define. Include gen-locales.mk.
($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
$(gen-locales).
* libio/tst_wprintf2.c (main): Use explicit locale.
* wcsmbs/wcsmbs-tst1.c (main): Likewise.

2015-10-10 Samuel Thibault <samuel.thibault@ens-lyon.org>

* hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
Expand Down
7 changes: 7 additions & 0 deletions debug/Makefile
Expand Up @@ -162,6 +162,13 @@ generated += catchsegv xtrace

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := de_DE.UTF-8
include ../gen-locales.mk

$(objpfx)tst-chk1.out: $(gen-locales)
endif

sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,')

$(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
Expand Down
8 changes: 8 additions & 0 deletions iconvdata/Makefile
Expand Up @@ -271,6 +271,14 @@ endif

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := de_DE.UTF-8
include ../gen-locales.mk

$(objpfx)bug-iconv6.out: $(gen-locales)
$(objpfx)tst-iconv7.out: $(gen-locales)
endif

# Set libof-* for each routine.
cpp-srcs-left := $(modules) $(generated-modules) $(libJIS-routines) \
$(libKSC-routines) $(libGB-routines) $(libCNS-routines) \
Expand Down
13 changes: 13 additions & 0 deletions intl/Makefile
Expand Up @@ -105,6 +105,19 @@ $(objpfx)tst-codeset.out: $(codeset_mo)
$(objpfx)tst-gettext3.out: $(codeset_mo)
$(objpfx)tst-gettext5.out: $(codeset_mo)
endif

LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 fr_FR.ISO-8859-1 \
ja_JP.UTF-8
include ../gen-locales.mk

$(objpfx)tst-codeset.out: $(gen-locales)
$(objpfx)tst-gettext.out: $(gen-locales)
$(objpfx)tst-gettext2.out: $(gen-locales)
$(objpfx)tst-gettext3.out: $(gen-locales)
$(objpfx)tst-gettext4.out: $(gen-locales)
$(objpfx)tst-gettext5.out: $(gen-locales)
$(objpfx)tst-gettext6.out: $(gen-locales)
$(objpfx)tst-translit.out: $(gen-locales)
endif

$(objpfx)msgs.h: po2test.awk ../po/de.po
Expand Down
24 changes: 24 additions & 0 deletions libio/Makefile
Expand Up @@ -176,6 +176,30 @@ endif

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ISO-8859-1 en_US.UTF-8 \
ja_JP.EUC-JP ja_JP.UTF-8
include ../gen-locales.mk

$(objpfx)bug-ftell.out: $(gen-locales)
$(objpfx)bug-ungetwc1.out: $(gen-locales)
$(objpfx)bug-ungetwc2.out: $(gen-locales)
$(objpfx)tst-fgetwc.out: $(gen-locales)
$(objpfx)tst-fgetws.out: $(gen-locales)
$(objpfx)tst-fopenloc.out: $(gen-locales)
$(objpfx)tst-fputws.out: $(gen-locales)
$(objpfx)tst-fseek.out: $(gen-locales)
$(objpfx)tst-ftell-active-handler.out: $(gen-locales)
$(objpfx)tst-ftell-append.out: $(gen-locales)
$(objpfx)tst-ftell-partial-wide.out: $(gen-locales)
$(objpfx)tst-setvbuf1.out: $(gen-locales)
$(objpfx)tst-swscanf.out: $(gen-locales)
$(objpfx)tst-ungetwc1.out: $(gen-locales)
$(objpfx)tst-ungetwc2.out: $(gen-locales)
$(objpfx)tst-widetext.out: $(gen-locales)
$(objpfx)tst_wprintf2.out: $(gen-locales)
endif

$(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \
$(common-objpfx)libio/; \
Expand Down
2 changes: 1 addition & 1 deletion libio/tst_wprintf2.c
Expand Up @@ -26,7 +26,7 @@ main (int argc, char *argv[])

unlink (name);

setlocale (LC_ALL, "");
setlocale (LC_ALL, "en_US.UTF-8");

fp = fdopen (dup (fd), "w");
if (fp == NULL)
Expand Down
30 changes: 30 additions & 0 deletions posix/Makefile
Expand Up @@ -148,6 +148,36 @@ $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
'$(run-program-env)' '$(test-program-prefix-after-env)'; \
$(evaluate-test)
endif

LOCALES := cs_CZ.UTF-8 da_DK.ISO-8859-1 de_DE.ISO-8859-1 de_DE.UTF-8 \
en_US.UTF-8 es_US.ISO-8859-1 es_US.UTF-8 ja_JP.EUC-JP tr_TR.UTF-8
include ../gen-locales.mk

$(objpfx)bug-regex1.out: $(gen-locales)
$(objpfx)bug-regex4.out: $(gen-locales)
$(objpfx)bug-regex5.out: $(gen-locales)
$(objpfx)bug-regex6.out: $(gen-locales)
$(objpfx)bug-regex17.out: $(gen-locales)
$(objpfx)bug-regex18.out: $(gen-locales)
$(objpfx)bug-regex19.out: $(gen-locales)
$(objpfx)bug-regex20.out: $(gen-locales)
$(objpfx)bug-regex22.out: $(gen-locales)
$(objpfx)bug-regex23.out: $(gen-locales)
$(objpfx)bug-regex25.out: $(gen-locales)
$(objpfx)bug-regex26.out: $(gen-locales)
$(objpfx)bug-regex30.out: $(gen-locales)
$(objpfx)bug-regex32.out: $(gen-locales)
$(objpfx)bug-regex33.out: $(gen-locales)
$(objpfx)bug-regex34.out: $(gen-locales)
$(objpfx)bug-regex35.out: $(gen-locales)
$(objpfx)tst-fnmatch.out: $(gen-locales)
$(objpfx)tst-fnmatch4.out: $(gen-locales)
$(objpfx)tst-fnmatch5.out: $(gen-locales)
$(objpfx)tst-regex.out: $(gen-locales)
$(objpfx)tst-regex2.out: $(gen-locales)
$(objpfx)tst-regexloc.out: $(gen-locales)
$(objpfx)tst-rxspencer.out: $(gen-locales)
$(objpfx)tst-rxspencer-no-utf8.out: $(gen-locales)
endif

# If we will use the generic uname implementation, we must figure out what
Expand Down
13 changes: 13 additions & 0 deletions stdio-common/Makefile
Expand Up @@ -72,6 +72,19 @@ endif

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ISO-8859-1 ja_JP.EUC-JP
include ../gen-locales.mk

$(objpfx)bug14.out: $(gen-locales)
$(objpfx)scanf13.out: $(gen-locales)
$(objpfx)test-vfprintf.out: $(gen-locales)
$(objpfx)tst-grouping.out: $(gen-locales)
$(objpfx)tst-sprintf.out: $(gen-locales)
$(objpfx)tst-sscanf.out: $(gen-locales)
$(objpfx)tst-swprintf.out: $(gen-locales)
endif

tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace

$(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc
Expand Down
12 changes: 12 additions & 0 deletions stdlib/Makefile
Expand Up @@ -121,6 +121,18 @@ endif

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := cs_CZ.UTF-8 de_DE.UTF-8 en_US.ISO-8859-1 tr_TR.UTF-8
include ../gen-locales.mk

$(objpfx)bug-strtod2.out: $(gen-locales)
$(objpfx)testmb2.out: $(gen-locales)
$(objpfx)tst-strtod.out: $(gen-locales)
$(objpfx)tst-strtod3.out: $(gen-locales)
$(objpfx)tst-strtod4.out: $(gen-locales)
$(objpfx)tst-strtod5.out: $(gen-locales)
endif

# Testdir has to be named stdlib and needs to be writable
test-canon-ARGS = --test-dir=${common-objpfx}stdlib

Expand Down
8 changes: 8 additions & 0 deletions time/Makefile
Expand Up @@ -41,6 +41,14 @@ tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := de_DE.ISO-8859-1 en_US.ISO-8859-1 ja_JP.EUC-JP
include ../gen-locales.mk

$(objpfx)tst-ftime_l.out: $(gen-locales)
$(objpfx)tst-strptime.out: $(gen-locales)
endif

tz-cflags = -DTZDIR='"$(zonedir)"' \
-DTZDEFAULT='"$(localtime-file)"' \
-DTZDEFRULES='"$(posixrules-file)"'
Expand Down
13 changes: 13 additions & 0 deletions wcsmbs/Makefile
Expand Up @@ -51,6 +51,19 @@ tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen tst-btowc tst-mbrtowc \

include ../Rules

ifeq ($(run-built-tests),yes)
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 hr_HR.ISO-8859-2 \
ja_JP.EUC-JP zh_TW.EUC-TW
include ../gen-locales.mk

$(objpfx)tst-btowc.out: $(gen-locales)
$(objpfx)tst-c16c32-1.out: $(gen-locales)
$(objpfx)tst-mbrtowc.out: $(gen-locales)
$(objpfx)tst-mbrtowc2.out: $(gen-locales)
$(objpfx)tst-wcrtomb.out: $(gen-locales)
$(objpfx)wcsmbs-tst1.out: $(gen-locales)
endif

CFLAGS-wcwidth.c = -I../wctype
CFLAGS-wcswidth.c = -I../wctype

Expand Down
2 changes: 1 addition & 1 deletion wcsmbs/wcsmbs-tst1.c
Expand Up @@ -18,7 +18,7 @@ main (void)
char str[] = "Hello";
int result = 0;

pchar = setlocale (LC_ALL, "");
pchar = setlocale (LC_ALL, "de_DE.UTF-8");
printf ("locale : %s\n",pchar);
printf ("MB_CUR_MAX %Zd\n", MB_CUR_MAX);

Expand Down

0 comments on commit f881f6f

Please sign in to comment.