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

Unified Diff: tools/valgrind/test_suppressions.py

Issue 5261003: Apply Mac suppressions to the reports from the URLs containing "mac_valgrind"... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Apply Mac suppressions to the reports from the URLs containing "mac_valgrind"... Created 10 years 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 | no next file » | 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 70191)
+++ tools/valgrind/test_suppressions.py (working copy)
@@ -68,7 +68,7 @@
reports_count = 0
for r in all_reports:
- if set([False]) == set([not re.search("%20Mac%20", url)\
+ if set([False]) == set([not re.search("%20Mac%20|mac_valgrind", url)\
for url in all_reports[r]]):
# Include mac suppressions if the report is only present on Mac
cur_supp = common_suppressions + mac_suppressions
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698