]> git.ipfire.org Git - thirdparty/glibc.git/commit
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)
commit822305be765e0ae130820632e865d61710dc2746
tree25697f04bbd2bba722424d8eae90f6bdeedbf7bd
parentfe783a26a5922fe409ffc3e378c5caaec1ed7f76
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).

(cherry picked from commit 6c50bb532bb1f47084762e16fbf52af9b5a752d8)
ChangeLog
conform/Makefile