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

Unified Diff: scripts/build-memcheck-for-chromium.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
Index: scripts/build-memcheck-for-chromium.sh
===================================================================
--- scripts/build-memcheck-for-chromium.sh (revision 43935)
+++ scripts/build-memcheck-for-chromium.sh (working copy)
@@ -9,8 +9,8 @@
# SVN isn't smart enough to figure out what rev of VEX to get,
# so you have to check that out by revision.
-MEMCHECK_SVN_REV=10880
-MEMCHECK_VEX_SVN_REV=1914
+MEMCHECK_SVN_REV=11055
+MEMCHECK_VEX_SVN_REV=1961
VG_MEMCHECK_DIR="$THISDIR/valgrind-memcheck"
checkout_and_patch_valgrind "$MEMCHECK_SVN_REV" "$MEMCHECK_VEX_SVN_REV" \
"$VG_MEMCHECK_DIR"
@@ -26,8 +26,4 @@
# Make red zone 64 bytes bigger to catch more buffer overruns
patch -p0 -i "${THISDIR}/redzone.patch"
-# Fix/work around https://bugs.kde.org/show_bug.cgi?id=205541
-# which prevented valgrind from handling wine
-patch -p0 -i "${THISDIR}/vbug205541.patch"
-
build_valgrind_for_available_platforms

Powered by Google App Engine
This is Rietveld 408576698