about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2015-06-19 13:47:59 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2015-06-19 13:47:59 +0200
commit86fe187471da743fa4bcf60cad7c04f8fbe010b7 (patch)
treea993712ecee75055bc77c033904f8a850731d996 /ChangeLog
parent52e96362604ce295e7dcfa0ef4b317acb85696cf (diff)
downloadglibc-86fe187471da743fa4bcf60cad7c04f8fbe010b7.tar.gz
glibc-86fe187471da743fa4bcf60cad7c04f8fbe010b7.tar.xz
glibc-86fe187471da743fa4bcf60cad7c04f8fbe010b7.zip
Fix timezone tests run in parallel.
The Makefile rule is called one time for target %/UTC or %/Universal.
If the tests are run in parallel, UTC or Universal can trigger the rule.
This patch patch generates the second test-result file as a copy of the
generated one.
Thus the testsuite can rely on the existence of the test-result files
regardless of which target has triggered the rule.

ChangeLog:

	* timezone/Makefile (%/UTC %/Universal):
	Generate test-result files for UTC and Universal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cdb571a19..541eecedb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
+	* timezone/Makefile (%/UTC %/Universal):
+	Generate test-result files for UTC and Universal.
+
+2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
 	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
 
 2015-06-18  Joseph Myers  <joseph@codesourcery.com>