From: Bart Van Assche Date: Tue, 24 Mar 2009 20:14:53 +0000 (+0000) Subject: Updated to do list. X-Git-Tag: svn/VALGRIND_3_5_0~837 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=262decb4ee92c960cb4b2f399dd6316f6d023f72;p=thirdparty%2Fvalgrind.git Updated to do list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9493 --- diff --git a/drd/TODO.txt b/drd/TODO.txt index 7243a4b3cf..faf3a43d82 100644 --- a/drd/TODO.txt +++ b/drd/TODO.txt @@ -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