History log of /netbsd-src/tests/lib/libpthread/t_cond.c (Results 1 – 8 of 8)
Revision Date Author Comments
# a1d54d8e 10-Jun-2020 ad <ad@NetBSD.org>

Adjust cond_timedwait_race to take account of spurious wakeups (which are
completely legit).


# 7cf7644f 03-Jul-2016 christos <christos@NetBSD.org>

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is d

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is disabled.
XXX: document _sched_protect(2).

show more ...


# 35cbd4f0 03-Sep-2014 gson <gson@NetBSD.org>

The cond_timedwait_race test case is no longer expected to fail; it
has been consistently passing since CVS date 2014.01.31.19.22.00.
See also PR lib/44756.


# d56fcfc9 19-Oct-2013 christos <christos@NetBSD.org>

fix unused variable warnings


# 33af199a 17-Mar-2013 jmmv <jmmv@NetBSD.org>

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

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.

show more ...


# 1b871e25 27-Mar-2011 jruoho <jruoho@NetBSD.org>

Add a test case for pthread_cond_timedwait(3) failures reported by
Sad Clouds in PR lib/44756. This was discussed also in:

http://mail-index.netbsd.org/tech-userlevel/2011/03/17/msg004689.html


# 0f10aa9d 03-Nov-2010 christos <christos@NetBSD.org>

add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)


# ac555471 16-Jul-2010 jmmv <jmmv@NetBSD.org>

Convert the libpthread tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.

I think that this, together with the previous conversion of librt, obsoletes
the tests in the sema

Convert the libpthread tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.

I think that this, together with the previous conversion of librt, obsoletes
the tests in the semaphore/ directory. Will investigate later.

show more ...