summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr <timurrrr@chromium.org>2014-10-02 05:30:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-02 12:30:31 +0000
commit0475a46fb779392726ba39f6c5c22997699e9e52 (patch)
tree47ca6886b3dc5829eae13a56f3cc00793f5b392b
parent89252e8f8b163ac1c8715882e3651aa79e6cbfb6 (diff)
downloadchromium_src-0475a46fb779392726ba39f6c5c22997699e9e52.zip
chromium_src-0475a46fb779392726ba39f6c5c22997699e9e52.tar.gz
chromium_src-0475a46fb779392726ba39f6c5c22997699e9e52.tar.bz2
Teach waterfall.sh to look up the test failures on Windows (Dr.Memory) too
TBR=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/614223005 Cr-Commit-Position: refs/heads/master@{#297813}
-rwxr-xr-xtools/valgrind/waterfall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/waterfall.sh b/tools/valgrind/waterfall.sh
index 7f8c70c..1ae6733 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/ /"