From 2c471edbb02cd4bc74e2db39d8a4fa945f6df37a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Jul 2009 13:57:43 +0000 Subject: [PATCH] Updated testing instructions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10601 --- drd/Testing.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.47.3