Author: bart
Date: 2008-03-07 19:32:02 +0000 (Fri, 07 Mar 2008)
New Revision: 7588

Log:
Updated to do list.

Modified:
   trunk/exp-drd/TODO.txt


Modified: trunk/exp-drd/TODO.txt
===================================================================
--- trunk/exp-drd/TODO.txt      2008-03-07 19:29:03 UTC (rev 7587)
+++ trunk/exp-drd/TODO.txt      2008-03-07 19:32:02 UTC (rev 7588)
@@ -10,8 +10,6 @@
 - Discuss on the Valgrind mailing list how to make it possible to call
   POSIX thread synchronization primitives from client code (drd_intercepts.c)
   without triggering Valgrind's redirection mechanism.
-- Discuss on the Valgrind mailing list the modificaiton of tests/vg_regtest
-  such that it ignores files ending in ~ or #.
 - Continue the discussion on the Valgrind mailing list about docbook and
   'make dist'.
 - Continue the discussion on the Valgrind mailing list about -Wformat.
@@ -25,10 +23,11 @@
 - Add a regression test for pthread_mutex_timedlock().
 - Add test programs for destroying a condition variable / semaphore / barrier
   being waited upon.
+- Add OpenMP examples to the regression tests.
 - Make sure tc14_laog_dinphils is run during exp-drd regression tests.
 - Find a way for suppressing races reported on _IO_2_1_stdout. This race is
-  triggered by calling printf() from more than one thread. An example:
-  ./vg-in-place --tool=exp-drd exp-drd/tests/pth_barrier 2 1
+  triggered by calling printf() from more than one thread. An example (AMD64):
+  ./vg-in-place --tool=exp-drd exp-drd/tests/tc21_pthonce
 - Performance testing and tuning.
 - testing on PPC and AIX (current implementation is only tested on X86 and
   AMD64).
@@ -47,6 +46,7 @@
 - test exp-drd's performance with the SPLASH-2 software, e.g. fft
   (http://www-flash.stanford.edu/apps/SPLASH/).
 - test with Synfig Studio (see also http://bugs.kde.org/show_bug.cgi?id=158555)
+- test with some OpenMP examples. See also http://en.wikipedia.org/wiki/OpenMP.
 
 
 Documentation


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to