summaryrefslogtreecommitdiffstats
path: root/tools/wine_valgrind/chrome_tests.sh
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 19:06:34 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 19:06:34 +0000
commit6638395119900baf70f5c9dac2921d5a1b7aff17 (patch)
treeaa6f1b65296f68c33bf1267de094bbcd68aacb99 /tools/wine_valgrind/chrome_tests.sh
parent618e9818135c61431eed7ca3f641c9de7b1d2b08 (diff)
downloadchromium_src-6638395119900baf70f5c9dac2921d5a1b7aff17.zip
chromium_src-6638395119900baf70f5c9dac2921d5a1b7aff17.tar.gz
chromium_src-6638395119900baf70f5c9dac2921d5a1b7aff17.tar.bz2
Absolutify suppression directories so they survive the cd.
Use the 'right' version of valgrind. Later, once we have our patches in, we need to implement the searching code from ../valgrind/valgrind.sh. BUG=none TEST=wine bot actually runs valgrind on unit_tests Review URL: http://codereview.chromium.org/507011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/wine_valgrind/chrome_tests.sh')
-rwxr-xr-xtools/wine_valgrind/chrome_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/wine_valgrind/chrome_tests.sh b/tools/wine_valgrind/chrome_tests.sh
index 4a2f9b0..72a5be9 100755
--- a/tools/wine_valgrind/chrome_tests.sh
+++ b/tools/wine_valgrind/chrome_tests.sh
@@ -68,7 +68,7 @@ SUITES_100="media_unittests net_unittests"
SUITES_1000="base_unittests unit_tests"
#SUITES_10000="ui_tests startup_tests"
-THE_VALGRIND_CMD="/usr/local/valgrind-10903/bin/valgrind \
+THE_VALGRIND_CMD="/usr/local/valgrind-10880/bin/valgrind \
--gen-suppressions=all \
--leak-check=full \
--num-callers=25 \
@@ -353,6 +353,7 @@ then
do
if test -f "$dir/$f"
then
+ dir="`cd $dir; pwd`"
suppression_options="$suppression_options --suppressions=$dir/$f"
fi
done