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

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

Issue 306020: Update valgrind to fix one problem with 64 bit code, and a regression running... Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/vbug205541.patch » ('j') | tools/valgrind/vbug205541.patch » ('J')
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 29472)
+++ tools/valgrind/build-valgrind-for-chromium.sh (Arbeitskopie)
@@ -76,6 +76,14 @@
# Make red zone 64 bytes bigger to catch more buffer overruns
patch -p0 < "${THISDIR}/redzone.patch"
+ # Fix/work around https://bugs.kde.org/show_bug.cgi?id=210481
+ # which prevented valgrind from handling v8 on 64 bits
+ patch -p0 < "${THISDIR}/vbug210481.patch"
+
+ # Fix/work around https://bugs.kde.org/show_bug.cgi?id=205541
+ # which prevented valgrind from handling wine
+ patch -p0 < "${THISDIR}/vbug205541.patch"
+
if [ "${INSTALL_TSAN}" = "yes" ]
then
# Add ThreadSanitier to the installation.
« no previous file with comments | « no previous file | tools/valgrind/vbug205541.patch » ('j') | tools/valgrind/vbug205541.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698