]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated testing instructions.
authorBart Van Assche <bvanassche@acm.org>
Sat, 25 Jul 2009 13:57:43 +0000 (13:57 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 25 Jul 2009 13:57:43 +0000 (13:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10601

drd/Testing.txt

index b4868e957a6b32002689ffdd3cfe76417dd9a758..ed88222277b38db0e8b7f883c77698d2cd384a6c 100644 (file)
@@ -40,13 +40,17 @@ How to test DRD
    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: