Updated to do list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9493
This commit is contained in:
Bart Van Assche 2009-03-24 20:14:53 +00:00
parent ac6ba5f506
commit 262decb4ee

View File

@ -19,7 +19,6 @@ Data-race detection algorithm
all operations on FILE objects and by associating mutex semantics with FILE objects. Verify
that races on unsynchronized *_unlocked() operations are reported. Remove FILE-I/O suppression
patterns from glibc-2.X-drd.supp. See also http://www.unix.org/whitepapers/reentrant.html.
- Find out why drd/tests/pth_inconsistent_cond_wait sometimes fails on Fedora Core 6.
Testing