|
From: <sv...@va...> - 2009-07-25 13:57:56
|
Author: bart
Date: 2009-07-25 14:57:43 +0100 (Sat, 25 Jul 2009)
New Revision: 10601
Log:
Updated testing instructions.
Modified:
trunk/drd/Testing.txt
Modified: trunk/drd/Testing.txt
===================================================================
--- trunk/drd/Testing.txt 2009-07-25 13:28:24 UTC (rev 10600)
+++ trunk/drd/Testing.txt 2009-07-25 13:57:43 UTC (rev 10601)
@@ -40,13 +40,17 @@
50 for i == 10 with n == 200).
9. Test whether DRD works with standard KDE applications and whether it does
- not print any false positives. Test this both with KDE3 and KDE4.
+ not print any false positives. Test this both with KDE3 and KDE4 on Linux:
./vg-in-place --tool=drd --read-var-info=yes kate
./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes kate
./vg-in-place --tool=drd --read-var-info=yes --trace-children=yes knode
./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes --trace-children=yes knode
./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes /usr/bin/designer
+ and on Darwin:
+ ./vg-in-place --tool=drd --trace-fork-join=yes --show-confl-seg=no --gen-suppressions=all /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
+ ./vg-in-place --tool=drd --trace-fork-join=yes --show-confl-seg=no --gen-suppressions=all /Applications/Safari.app/Contents/MacOS/Safari
+
10. Test whether DRD works with standard GNOME applications. Expect
race reports triggered by ORBit_RootObject_duplicate() and after
having closed the GNOME terminal window:
|