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

Unified Diff: tests/language/language_analyzer.status

Issue 258393003: Further work on 17522 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review Created 6 years, 8 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: tests/language/language_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index c07a0dac7a149e2d74d146c71c3dc7c69cfc8a8f..83996c6519e7bf9d2f86a82899a490d91f94d4b3 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -453,12 +453,15 @@ compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
list_literal1_test/01: CompileTimeError # Issue 16391
map_literal1_test/01: CompileTimeError # Issue 16391
-# Issue 17522
-deferred_constraints_type_annotation_test/*: Pass, Fail
-deferred_constraints_constants_test/*: Pass, Fail
+# Old syntax (@lazy) for deferred libraries
Brian Wilkerson 2014/04/30 23:29:29 It would be good to add the issue numbers for refe
jwren 2014/05/01 17:20:57 Done.
deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
deferred_constraints_constants_old_syntax_test/*: Pass, Fail
-deferred_closurize_load_library_test: Fail
+
+# 'is', 'as' and 'catch' aren't type annotations, thus we don't generate the
+# "The deferred types cannot be used in a declaration" warning
+deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
+deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
+deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
# Issues to be fixed now that type parameters have been fixed
# (issues 14221, 15553)

Powered by Google App Engine
This is Rietveld 408576698