]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdlib: Additional tests need generated locale dependencies
authorFlorian Weimer <fweimer@redhat.com>
Tue, 29 May 2018 08:34:52 +0000 (10:34 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 29 May 2018 08:34:53 +0000 (10:34 +0200)
Without these dependencies, the tests fail at high make parallelism
levels if the locale data has not been generated for other reasons.

ChangeLog
stdlib/Makefile

index 4896b9e2177968f3c98c9cc26016af538ef91e82..b9684f4875cdc196f792f59288dc4261019fbaf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
index 1ddb1f9d18a8fec1cdb42c1deea0cb6b1a95beeb..bf1fbd4a3a1a9505658f0521b90f3d4dcae3e8ef 100644 (file)
@@ -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)