Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: tools/valgrind/chrome_tests.sh

Issue 16583: Make a valgrind tool in the same vein as the purify one. (Closed)
Patch Set: STOP! Grammar time! Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/chrome_tests.py ('k') | tools/valgrind/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.sh
diff --git a/tools/valgrind/chrome_tests.sh b/tools/valgrind/chrome_tests.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c68c989b3e467ec8adeef182e1b3e7b9d7abd75b
--- /dev/null
+++ b/tools/valgrind/chrome_tests.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export THISDIR=`dirname $0`
+PYTHONPATH=$THISDIR/../../webkit/tools/layout_tests/layout_package/:$THISDIR/../purify:$THISDIR/../python "./chrome_tests.py" "$@"
« no previous file with comments | « tools/valgrind/chrome_tests.py ('k') | tools/valgrind/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698