Subject: CVS commit: src/regress/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/20/2007 19:40:06
Module Name: src
Committed By: ad
Date: Sat Jan 20 19:40:06 UTC 2007
Modified Files:
src/regress/lib/libpthread: Makefile
src/regress/lib/libpthread/conddestroy1: conddestroy1.c
Log Message:
Disable the conddestroy1 test. IEEE Std 1003.1, 2004 Edition says:
If a signal is delivered to a thread waiting for a condition
variable, upon return from the signal handler the thread resumes
waiting for the condition variable as if it was not interrupted,
or it shall return zero due to spurious wakeup.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/regress/lib/libpthread/Makefile
cvs rdiff -r1.1 -r1.2 src/regress/lib/libpthread/conddestroy1/conddestroy1.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.