From: Florian Weimer Date: Tue, 29 May 2018 08:34:52 +0000 (+0200) Subject: stdlib: Additional tests need generated locale dependencies X-Git-Tag: glibc-2.28~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48903000b248f6cdc78238b006b86b63fcdbf8c;p=thirdparty%2Fglibc.git stdlib: Additional tests need generated locale dependencies Without these dependencies, the tests fail at high make parallelism levels if the locale data has not been generated for other reasons. --- diff --git a/ChangeLog b/ChangeLog index 4896b9e2177..b9684f4875c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-05-29 Florian Weimer + + * stdlib/Makefile (tst-strtod1i.out): Depend on generated locales. + (tst-strtod5i.out): Likewise. + 2018-05-25 Joseph Myers * sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp. diff --git a/stdlib/Makefile b/stdlib/Makefile index 1ddb1f9d18a..bf1fbd4a3a1 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -174,9 +174,11 @@ include ../gen-locales.mk $(objpfx)bug-strtod2.out: $(gen-locales) $(objpfx)testmb2.out: $(gen-locales) $(objpfx)tst-strtod.out: $(gen-locales) +$(objpfx)tst-strtod1i.out: $(gen-locales) $(objpfx)tst-strtod3.out: $(gen-locales) $(objpfx)tst-strtod4.out: $(gen-locales) $(objpfx)tst-strtod5.out: $(gen-locales) +$(objpfx)tst-strtod5i.out: $(gen-locales) $(objpfx)tst-strtol-locale.out: $(gen-locales) $(objpfx)tst-strtod-nan-locale.out: $(gen-locales) $(objpfx)tst-strfmon_l.out: $(gen-locales)