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

Unified Diff: tests/language/language_analyzer.status

Issue 274703002: Bit flip- re-enable deferred loading support in the analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 7ccf4bfd0c619c173ac337e689af1a40afaa7e14..b520e22fd975e32d618332104faa797090db709d 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -456,19 +456,21 @@ deferred_constraints_constants_old_syntax_test/*: Pass, Fail
# Issue 18562- '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
+deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
+deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
+deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
+# The following lines have been left in to quickly switch back to having deferred loading
+# off by default again.
# Deferred loading support, tests marked as failing until support is enabled by default.
-deferred_closurize_load_library_test: Pass, Fail
-deferred_not_loaded_check_test/*: Pass, Fail
-deferred_shadow_load_library_test: Pass, Fail
-deferred_constraints_constants_test/*: Pass, Fail
-deferred_load_library_wrong_args_test/*: Pass, Fail
-deferred_constraints_type_annotation_test/*: Pass, Fail
-deferred_load_inval_code_test: Pass, Fail
-deferred_not_loaded_check_test: Pass, Fail
+#deferred_closurize_load_library_test: Pass, Fail
+#deferred_not_loaded_check_test/*: Pass, Fail
+#deferred_shadow_load_library_test: Pass, Fail
+#deferred_constraints_constants_test/*: Pass, Fail
+#deferred_load_library_wrong_args_test/*: Pass, Fail
+#deferred_constraints_type_annotation_test/*: Pass, Fail
+#deferred_load_inval_code_test: Pass, Fail
+#deferred_not_loaded_check_test: Pass, Fail
# Issues to be fixed now that type parameters have been fixed
# (issues 14221, 15553)
« no previous file with comments | « editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/DartUnitHighlightsComputerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698