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

Unified Diff: tools/valgrind/test_suppressions.py

Issue 132983007: Cleanup: Remove heapchecker references in tools/valgrind. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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/suppressions.py ('k') | tools/valgrind/waterfall.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/test_suppressions.py
===================================================================
--- tools/valgrind/test_suppressions.py (revision 245622)
+++ tools/valgrind/test_suppressions.py (working copy)
@@ -128,10 +128,6 @@
cur_supp += supp['win_suppressions']
elif all([re.search("Linux%20", url) for url in all_reports[r]]):
cur_supp += supp['linux_suppressions']
- # Separate from OS matches as we want to match "Linux%20Heapcheck" twice:
- if all([re.search("%20Heapcheck", url)
- for url in all_reports[r]]):
- cur_supp += supp['heapcheck_suppressions']
if all(["DrMemory" in url for url in all_reports[r]]):
cur_supp += supp['drmem_suppressions']
if all(["DrMemory%20full" in url for url in all_reports[r]]):
« no previous file with comments | « tools/valgrind/suppressions.py ('k') | tools/valgrind/waterfall.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698