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

Unified Diff: scripts/common.sh

Issue 1553024: Update Memcheck to rev 11055 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 8 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 | « scripts/build-memcheck-for-chromium.sh ('k') | scripts/vbug205541.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common.sh
===================================================================
--- scripts/common.sh (revision 43935)
+++ scripts/common.sh (working copy)
@@ -48,13 +48,6 @@
# The corresponding feature request for Valgrind is at
# https://bugs.kde.org/show_bug.cgi?id=219156.
patch -p0 -i "${THISDIR}/intercept_tcmalloc.patch"
-
- # Fix for https://bugs.kde.org/show_bug.cgi?id=227570
- # which causes false uninitialised memory warnings
- if [ "$VG_REV" -lt "11051" ]
- then
- patch -p0 -i "${THISDIR}/vbug227570.patch"
- fi
# }}}
}
« no previous file with comments | « scripts/build-memcheck-for-chromium.sh ('k') | scripts/vbug205541.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698