This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Do not run timezone tests in parallel.


On 04/16/2014 05:28 PM, Andreas Schwab wrote:
That has nothing to do with parallel execution, but only with the fact
that the pattern rule creates two targets with a single command, but it
is unspecified which target triggers it.  There are no races involved.

Andreas.


Yes you are right.
The rule creates two targets, should it create also two test-result files? The attached 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.

Is this the right way?
What is your idea?

Bye

---
2014-04-17  Stefan Liebler  <stli@linux.vnet.ibm.com>

	* timezone/Makefile (%/UTC %/Universal):
	Generate test-result files for UTC and Universal.
---

Attachment: patchglibc_timezone_NOTPARALLEL_3
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]