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

Unified Diff: tools/valgrind/test_suppressions.py

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 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/tsan/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/test_suppressions.py
diff --git a/tools/valgrind/test_suppressions.py b/tools/valgrind/test_suppressions.py
index 285ad21165afdfe2ecbc0d45299ec3d5d9afae20..432a0b4397b1ce11efb30c78679b244b911c2844 100755
--- a/tools/valgrind/test_suppressions.py
+++ b/tools/valgrind/test_suppressions.py
@@ -143,9 +143,6 @@ def main(argv):
for url in all_reports[r]]):
# Include mac suppressions if the report is only present on Mac
cur_supp += supp['mac_suppressions']
- elif all([re.search("Windows%20", url) for url in all_reports[r]]):
- # Include win32 suppressions if the report is only present on Windows
- cur_supp += supp['win_suppressions']
elif all([re.search("Linux%20", url) for url in all_reports[r]]):
cur_supp += supp['linux_suppressions']
if all(["DrMemory" in url for url in all_reports[r]]):
« no previous file with comments | « tools/valgrind/suppressions.py ('k') | tools/valgrind/tsan/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698