mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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.
This commit is contained in:
parent
b5453d9f7a
commit
e48903000b
@ -1,3 +1,8 @@
|
|||||||
|
2018-05-29 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.
|
||||||
|
(tst-strtod5i.out): Likewise.
|
||||||
|
|
||||||
2018-05-25 Joseph Myers <joseph@codesourcery.com>
|
2018-05-25 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
|
* sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
|
||||||
|
@ -174,9 +174,11 @@ include ../gen-locales.mk
|
|||||||
$(objpfx)bug-strtod2.out: $(gen-locales)
|
$(objpfx)bug-strtod2.out: $(gen-locales)
|
||||||
$(objpfx)testmb2.out: $(gen-locales)
|
$(objpfx)testmb2.out: $(gen-locales)
|
||||||
$(objpfx)tst-strtod.out: $(gen-locales)
|
$(objpfx)tst-strtod.out: $(gen-locales)
|
||||||
|
$(objpfx)tst-strtod1i.out: $(gen-locales)
|
||||||
$(objpfx)tst-strtod3.out: $(gen-locales)
|
$(objpfx)tst-strtod3.out: $(gen-locales)
|
||||||
$(objpfx)tst-strtod4.out: $(gen-locales)
|
$(objpfx)tst-strtod4.out: $(gen-locales)
|
||||||
$(objpfx)tst-strtod5.out: $(gen-locales)
|
$(objpfx)tst-strtod5.out: $(gen-locales)
|
||||||
|
$(objpfx)tst-strtod5i.out: $(gen-locales)
|
||||||
$(objpfx)tst-strtol-locale.out: $(gen-locales)
|
$(objpfx)tst-strtol-locale.out: $(gen-locales)
|
||||||
$(objpfx)tst-strtod-nan-locale.out: $(gen-locales)
|
$(objpfx)tst-strtod-nan-locale.out: $(gen-locales)
|
||||||
$(objpfx)tst-strfmon_l.out: $(gen-locales)
|
$(objpfx)tst-strfmon_l.out: $(gen-locales)
|
||||||
|
Loading…
Reference in New Issue
Block a user