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]

[PATCH] Do not run timezone tests in parallel.


Hi,

running the testsuite with PARALLELMFLAGS="-j2"
leads to an UNRESOLVED test:
timezone/testdata/UTC.
-> The timezone/testdata/UTC.test-result file does not exist
and timezone/testdata/Etc/UTC.test-result exists.
According to the output of make, Etc/UTC is called directly before UTC
and both targets collide in parallel execution.
Thus we should not execute the timezone-tests in parallel.

Ok to commit?

Bye

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

	* timezone/Makefile: Do nothing in parallel.
---

Attachment: patchglibc_timezone_NOTPARALLEL
Description: Text document


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