]> 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)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 3 Nov 2016 22:47:02 +0000 (22:47 +0000)
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).

ChangeLog
conform/Makefile

index a8b8bde376cce9f41f0f643e56b8c39d5d8b5471..e37049d8e0caf97404cc0b5065400221fbb4f8b8 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-02  Steve Ellcey  <sellcey@caviumnetworks.com>
 
        * time/tst-strptime2.c: Ignore -Wformat-length warning.
index b92a7d4f6e519f7f21e8959d621e0b3f71cba850..7883624c813bc4a6f460a9f429adef0084a1c804 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; \