Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: pkg/pkg.status

Issue 26746002: Issue 13918. final fields induce setters that are illegal to call (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index e3c38ba2c44d7250b01fb42617d9c122536b4b2f..cb55498bf212cec46f06d008985fa7f7999889aa 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -243,3 +243,13 @@ intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543
[ $compiler == none && $runtime == dartium ]
source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this failure.
+[ $compiler == dartanalyzer ]
+# pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
+custom_element/test/analyzer_test: fail
+mdv/test/analyzer_test: fail
+observe/test/observe_test: fail
+
+# pkg issue 13945; Missing inherited member 'Trace.frames'
+observe/test/observe_test: fail
+
+

Powered by Google App Engine
This is Rietveld 408576698