]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated to do list.
authorBart Van Assche <bvanassche@acm.org>
Tue, 24 Mar 2009 20:14:53 +0000 (20:14 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 24 Mar 2009 20:14:53 +0000 (20:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9493

drd/TODO.txt

index 7243a4b3cf04d317b5abe0b474466b550860cc9e..faf3a43d823611df118b10c263500cfaa608996e 100644 (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