From: Bart Van Assche Date: Sat, 25 Jul 2009 13:57:43 +0000 (+0000) Subject: Updated testing instructions. X-Git-Tag: svn/VALGRIND_3_5_0~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c471edbb02cd4bc74e2db39d8a4fa945f6df37a;p=thirdparty%2Fvalgrind.git Updated testing instructions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10601 --- diff --git a/drd/Testing.txt b/drd/Testing.txt index b4868e957a..ed88222277 100644 --- a/drd/Testing.txt +++ b/drd/Testing.txt @@ -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: