Module Name: src Committed By: jmmv Date: Sun Mar 17 05:13:13 UTC 2013
Modified Files: src/tests/lib/libpthread: t_cond.c Log Message: Try to trigger the cond_timedwait_race race several times. Sometime this tests passes (after all, it's exercising a race condition) and when it does it's reported as a failure. By giving the test a few chances to expose the problem, we prevent this noisy signal. When the race is really addressed, this will start failing consistently as expected. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libpthread/t_cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.