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_analyzer2.status

Issue 201613006: Introduces the new syntax for deferred loading (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
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_analyzer2.status
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
index 6c689a1225e00debca5b0cbe65d64b095c27a855..4c5ce65106cbc30f5f419e6267c944d5a15a342d 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -475,25 +475,12 @@ unresolved_top_level_method_negative_test: CompileTimeError
vm/type_cast_vm_test: StaticWarning
vm/type_vm_test: StaticWarning
void_type_test: StaticWarning
-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
+# Issue 17522
+deferred_constraints_type_annotation_test/*: Pass, Fail
+deferred_constraints_constants_test/*: Pass, Fail
+deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
+deferred_constraints_constants_old_syntax_test/*: Pass, Fail
+deferred_shadow_load_library_test: Fail
+deferred_closurize_load_library_test: Fail
+deferred_load_library_wrong_args_test/01: Fail
+deferred_load_library_wrong_args_test/none: Fail
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698