about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-11-03 22:47:02 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-11-03 22:47:02 +0000
commit6c50bb532bb1f47084762e16fbf52af9b5a752d8 (patch)
tree53fec09cb9777ee927ae934f59f320cd3b2b7489 /ChangeLog
parent26d7185d6f0a79188fdf02c5eec6e52bb29112f8 (diff)
downloadglibc-6c50bb532bb1f47084762e16fbf52af9b5a752d8.tar.gz
glibc-6c50bb532bb1f47084762e16fbf52af9b5a752d8.tar.xz
glibc-6c50bb532bb1f47084762e16fbf52af9b5a752d8.zip
Fix linknamespace parallel test failures.
Having found that with my script to build many glibc variants I could
reproduce the linknamespace test failures in parallel builds (that
various people had previously reported but I hadn't seen myself), I
investigated those failures further.  This patch adds a missing
dependency to those tests.

Tested for x86_64, including the configuration where I saw those
failures and where I don't see them with this patch.

	* conform/Makefile ($(linknamespace-header-tests)): Also depend on
	$(linknamespace-symlists-tests).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8b8bde376..e37049d8e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-03  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/Makefile ($(linknamespace-header-tests)): Also depend on
+	$(linknamespace-symlists-tests).
+
 2016-11-02  Steve Ellcey  <sellcey@caviumnetworks.com>
 
 	* time/tst-strptime2.c: Ignore -Wformat-length warning.