Update Dart SDK to 1.12.0-dev.3.1

BUG=
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1229953008 .
This commit is contained in:
John McCutchan 2015-07-14 11:34:03 -07:00
parent 80325c9693
commit 1789fc85bf

View File

@ -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'),