Author: bart
Date: 2008-02-29 19:49:06 +0000 (Fri, 29 Feb 2008)
New Revision: 7515

Log:
Updated tc20_verifywrap to current output, and documented that an error message 
is missing at the end of the output for this test.

Modified:
   trunk/exp-drd/TODO.txt
   trunk/exp-drd/tests/tc20_verifywrap.stderr.exp2


Modified: trunk/exp-drd/TODO.txt
===================================================================
--- trunk/exp-drd/TODO.txt      2008-02-29 19:45:07 UTC (rev 7514)
+++ trunk/exp-drd/TODO.txt      2008-02-29 19:49:06 UTC (rev 7515)
@@ -31,8 +31,8 @@
   a crash on AMD64. Is this an exp-drd or a VEX bug ?
 - On x86 and amd64 platforms, add support for implicit locking arising from
   the use of the LOCK instruction prefix.
-- Add test programs for freeing memory that contains a condition variable /
-  destroying a condition variable being waited upon.
+- Add test programs for destroying a condition variable / semaphore / barrier
+  being waited upon.
 - Convert the array in drd_thread.c with thread information into an OSet.
 
 
@@ -66,7 +66,5 @@
   -- VG_(find_seginfo)() returns NULL for BSS symbols on x86_64. Not yet in
   the KDE bug tracking system.
 - tc04_free_lock fails on AMD64 + openSUSE 10.3 (free() locked mutex).
-
-Known performance issues:
-- According to cachegrind, VG_(OSet_Next)() is taking up most CPU cycles.
-  Probably due to the bitmap implementation.
+- No error message is printed for tc20_verifywrap when a locked mutex is
+  deallocated (mutex was allocated on the stack).

Modified: trunk/exp-drd/tests/tc20_verifywrap.stderr.exp2
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap.stderr.exp2     2008-02-29 19:45:07 UTC 
(rev 7514)
+++ trunk/exp-drd/tests/tc20_verifywrap.stderr.exp2     2008-02-29 19:49:06 UTC 
(rev 7515)
@@ -84,7 +84,4 @@
 ------------ dealloc of mem holding locks ------------
 
 
-Destroying locked mutex: address 0x........, recursion count 1, owner 1.
-   at 0x........: main (tc20_verifywrap.c:262)
-
 ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0)


-------------------------------------------------------------------------
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