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

Unified Diff: tools/valgrind/build-valgrind-for-chromium.sh

Issue 159251: Add new option --show-possible to valgrind for later use by valgrind_test.py ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « no previous file | tools/valgrind/possible.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/build-valgrind-for-chromium.sh
===================================================================
--- tools/valgrind/build-valgrind-for-chromium.sh (revision 21327)
+++ tools/valgrind/build-valgrind-for-chromium.sh (working copy)
@@ -42,6 +42,11 @@
#wget -O longlines.patch "https://bugs.kde.org/attachment.cgi?id=35174"
patch -p0 < "$THISDIR"/longlines.patch
+# Add feature bug https://bugs.kde.org/show_bug.cgi?id=201170
+# "Want --show-possible option so I can ignore the bazillion possible leaks..."
+#wget -O possible.patch https://bugs.kde.org/attachment.cgi?id=35559
+patch -p0 < "$THISDIR"/possible.patch
+
sh autogen.sh
./configure --prefix=/usr/local/valgrind-20090715
make -j4
« no previous file with comments | « no previous file | tools/valgrind/possible.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698