public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] stdlib: Additional tests need generated locale dependencies
@ 2018-05-29  8:59 Florian Weimer
  2018-05-29  9:19 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2018-05-29  8:59 UTC (permalink / raw)
  To: libc-alpha

Without these dependencies, the tests fail at high make parallelism
levels if the locale data has not been generated for other reasons.

2018-05-29  Florian Weimer  <fweimer@redhat.com>

	* stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.
	(tst-strtod5i.out): Likewise.

diff --git a/stdlib/Makefile b/stdlib/Makefile
index 1ddb1f9d18..bf1fbd4a3a 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-29  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29  8:59 [PATCH] stdlib: Additional tests need generated locale dependencies Florian Weimer
2018-05-29  9:19 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).