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

Unified Diff: tests/language/language_analyzer2.status

Issue 195983006: Constrain constant references from deferred libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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_analyzer2.status
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
index 483fd33836e0d2a44a5117cf69a13f2cc35d91b8..cc2b154678a960919e200921ab0a298c6aa329df 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -473,19 +473,25 @@ unresolved_top_level_method_negative_test: CompileTimeError
vm/type_cast_vm_test: StaticWarning
vm/type_vm_test: StaticWarning
void_type_test: StaticWarning
-deferred_constraints_test/type_annotation1: MissingStaticWarning
-deferred_constraints_test/type_annotation2: MissingStaticWarning
-deferred_constraints_test/type_annotation_generic1: MissingStaticWarning
-deferred_constraints_test/type_annotation_generic2: MissingStaticWarning
-deferred_constraints_test/type_annotation_generic3: MissingStaticWarning
-deferred_constraints_test/type_annotation_generic4: MissingStaticWarning
-deferred_constraints_test/type_annotation_null: MissingStaticWarning
-deferred_constraints_test/type_annotation_top_level: MissingStaticWarning
-deferred_constraints_test/as_operation: MissingStaticWarning
-deferred_constraints_test/is_check: MissingStaticWarning
-deferred_constraints_test/new_generic2: MissingStaticWarning
-deferred_constraints_test/new_generic3: MissingStaticWarning
-deferred_constraints_test/catch_check: MissingStaticWarning
-deferred_constraints_test/const: MissingCompileTimeError
-deferred_constraints_test/const_annotation: MissingCompileTimeError
-deferred_constraints_test/const_default_argument: MissingCompileTimeError
+deferred_constraints_type_annotation_test/new_before_load: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation1: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation_generic1: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation_generic2: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation_generic3: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation_generic4: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation_null: MissingStaticWarning
+deferred_constraints_type_annotation_test/type_annotation_top_level: MissingStaticWarning
+deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
+deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
+deferred_constraints_type_annotation_test/new_generic2: MissingStaticWarning
+deferred_constraints_type_annotation_test/new_generic3: MissingStaticWarning
+deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
+deferred_constraints_constants_test/reference1: MissingCompileTimeError
+deferred_constraints_constants_test/reference2: MissingCompileTimeError
+deferred_constraints_constants_test/metadata1: MissingCompileTimeError
+deferred_constraints_constants_test/metadata2: MissingCompileTimeError
+deferred_constraints_constants_test/metadata3: MissingCompileTimeError
+deferred_constraints_constants_test/default_argument1: MissingCompileTimeError
+deferred_constraints_constants_test/default_argument2: MissingCompileTimeError
+deferred_constraints_constants_test/constructor1: MissingCompileTimeError
+deferred_constraints_constants_test/constructor2: MissingCompileTimeError

Powered by Google App Engine
This is Rietveld 408576698