From 1789fc85bfb2e0603874ee46c61e85f65bdaa89f Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Tue, 14 Jul 2015 11:34:03 -0700 Subject: [PATCH] Update Dart SDK to 1.12.0-dev.3.1 BUG= R=abarth@chromium.org Review URL: https://codereview.chromium.org/1229953008 . --- tools/skyanalyzer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/skyanalyzer b/tools/skyanalyzer index 715d19e41f2..2230e727851 100755 --- a/tools/skyanalyzer +++ b/tools/skyanalyzer @@ -23,6 +23,9 @@ _IGNORED_PATTERNS = [ re.compile(r'^[0-9]+ errors? and [0-9]+ warnings? found.'), re.compile(r'^([0-9]+|No) (error|warning|issue)s? found.'), + # Ignore analyzer status output. + re.compile(r'^[0-9]+ errors, [0-9]+ warnings and [0-9]+ hints found.'), + # Ignored because they don't affect Sky code re.compile(r'\[hint\] When compiled to JS, this test might return true when the left hand side is an int'),