Index: third_party/mojo/src/mojo/public/tools/dart_analyze.py |
diff --git a/third_party/mojo/src/mojo/public/tools/dart_analyze.py b/third_party/mojo/src/mojo/public/tools/dart_analyze.py |
index cb80804bad44416dafe85bebb4e5d2ed40e84be4..b90cbef558dd3652c409b7767ca2fb32598cf85f 100755 |
--- a/third_party/mojo/src/mojo/public/tools/dart_analyze.py |
+++ b/third_party/mojo/src/mojo/public/tools/dart_analyze.py |
@@ -29,6 +29,8 @@ _IGNORED_PATTERNS = [ |
# TODO: It seems like this should be re-enabled evenutally. |
re.compile(r'.*is a part and can not|^Only libraries can be analyzed'), |
+ # TODO: Remove this once dev SDK includes Uri.directory constructor. |
+ re.compile(r'.*The class \'Uri\' does not have a constructor \'directory\''), |
] |
def _success(stamp_file): |