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

Unified Diff: tools/valgrind/waterfall.sh

Issue 614223005: Teach waterfall.sh to look up the test failures on Windows (Dr.Memory) too (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/waterfall.sh
diff --git a/tools/valgrind/waterfall.sh b/tools/valgrind/waterfall.sh
index 7f8c70cef956da5c945347fed81ce00894839831..1ae67330262372aaaeb18ce9a6d591db1fe1b69a 100755
--- a/tools/valgrind/waterfall.sh
+++ b/tools/valgrind/waterfall.sh
@@ -132,7 +132,7 @@ match_suppressions() {
}
match_gtest_excludes() {
- for PLATFORM in "Linux" "Chromium%20Mac" "Chromium%20OS"
+ for PLATFORM in "Linux" "Chromium%20Mac" "Chromium%20OS" "Windows"
do
echo
echo "Test failures on ${PLATFORM}:" | sed "s/%20/ /"
« 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