[PATCH] Speedup nptl/tst-cond11 and nptl/tst-cond11-static.

Stefan Liebler stli@linux.ibm.com
Thu Sep 12 12:16:00 GMT 2019


Hi,

each test runs for 5s as run_test is called 5 times.
in run_test, the timeout for pthread_cond_timedwait
or pthread_cond_clockwait is tested by adding 1s to
current time.

This patch reduces the timeout to 0.3s which leads to
a runtime of 1.5s for one invocation.
As the nptl tests run in sequence, this patch saves roughly
7s of runtime for "make check".

Bye,
Stefan

ChangeLog:

	* nptl/tst-cond11.c (run_test): Reduce timeout.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20190912_nptl_tstcond11.patch
Type: text/x-patch
Size: 1362 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20190912/0189872c/attachment.bin>


More information about the Libc-alpha mailing list