mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
80325c9693
commit
1789fc85bf
@ -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'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user