]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix linknamespace parallel test failures.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 3 Nov 2016 22:47:02 +0000 (22:47 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 6 Nov 2016 20:37:27 +0000 (21:37 +0100)
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).

(cherry picked from commit 6c50bb532bb1f47084762e16fbf52af9b5a752d8)

ChangeLog
conform/Makefile

index 57e1a3a8a366851030744ff8d305b280e10fcca8..a51771c97668b09691bc817e23e2c695e2b34299 100644 (file)
--- 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-06  Aurelien Jarno  <aurelien@aurel32.net>
 
        * iconv/gconv.h (__gconv_info): Define __data element using a
index 32a0937b0682de91b2fbd03731c092f53c1241c1..762aac98fcb636178c6347716d8c943035426449 100644 (file)
@@ -229,6 +229,7 @@ $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \
 
 $(linknamespace-header-tests): $(objpfx)%/linknamespace.out: \
                               linknamespace.pl \
+                              $(linknamespace-symlists-tests) \
                               $(linknamespace-symlist-stdlibs-tests)
        (set -e; std_hdr=$*; std=$${std_hdr%%/*}; hdr=$${std_hdr#*/}; \
         mkdir -p $(@D)/scratch; \