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

Unified Diff: tests/language/language.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/deferred_shadow_load_library_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 0b72b5fe569e1e00f702a1fcb7daaeb810004f5d..11051dcba3aad88b91a724bb2f8150251c0831de 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -20,35 +20,55 @@ closure_in_initializer_test: Fail # Issue 6422
duplicate_export_negative_test: Fail # Issue 6134
mixin_forwarding_constructor2_test: Fail # Issue 13641
-deferred_constraints_constants_test/reference1: Fail
-deferred_constraints_constants_test/reference2: Fail
-deferred_constraints_constants_test/metadata1: Fail
-deferred_constraints_constants_test/metadata2: Fail
-deferred_constraints_constants_test/metadata3: Fail
-deferred_constraints_constants_test/default_argument1: Fail
-deferred_constraints_constants_test/default_argument2: Fail
-deferred_constraints_constants_test/constructor1: Fail
-deferred_constraints_constants_test/constructor2: Fail
+# Issue 17521
+deferred_constraints_constants_test/*: Fail, Pass
+deferred_constraints_type_annotation_test/*: Fail, Pass
+deferred_shadow_load_library_test: Fail
+deferred_closurize_load_library_test: Fail
+
+# These test use the old syntax, and will be phased out.
+deferred_constraints_constants_old_syntax_test/reference1: Fail, Ok
+deferred_constraints_constants_old_syntax_test/reference2: Fail, Ok
+deferred_constraints_constants_old_syntax_test/metadata1: Fail, Ok
+deferred_constraints_constants_old_syntax_test/metadata2: Fail, Ok
+deferred_constraints_constants_old_syntax_test/metadata3: Fail, Ok
+deferred_constraints_constants_old_syntax_test/default_argument1: Fail, Ok
+deferred_constraints_constants_old_syntax_test/default_argument2: Fail, Ok
+deferred_constraints_constants_old_syntax_test/constructor1: Fail, Ok
+deferred_constraints_constants_old_syntax_test/constructor2: Fail, Ok
[ ($compiler == none || $compiler == dart2dart)]
-# The vm does not support deferred loading.
-deferred_constraints_type_annotation_test/as_operation: Fail
-deferred_constraints_type_annotation_test/is_check: Fail
-deferred_constraints_type_annotation_test/catch_check: Fail
-deferred_constraints_type_annotation_test/new_before_load: Fail
+# Issue 17521, 17523
+deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail
+deferred_constraints_type_annotation_old_syntax_test/is_check: Fail
+deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail
+deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail
+deferred_load_library_wrong_args_test/none: Fail
+
+[ ($compiler == dart2dart)]
+# Issue 17523
+deferred_constraints_type_annotation_test/*: Fail, Pass
+deferred_constraints_constants_test/*: Fail, Pass
+deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail
+deferred_constraints_type_annotation_old_syntax_test/is_check: Fail
+deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail
+deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail
+deferred_shadow_load_library_test: Fail
+deferred_closurize_load_library_test: Fail
[ ($compiler == none || $compiler == dart2dart) && $checked ]
-# The vm and dart2dart do not support deferred loading.
-deferred_constraints_type_annotation_test/type_annotation1: Fail
-deferred_constraints_type_annotation_test/type_annotation_generic1: Fail
-deferred_constraints_type_annotation_test/type_annotation_generic4: Fail
+# Issue 17521, 17523
+# Dart2dart does not support deferred loading.
+deferred_constraints_type_annotation_old_syntax_test/type_annotation1: Fail
+deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic1: Fail
+deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic4: Fail
[ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ]
-# The vm and analyzer do not support deferred loading.
-deferred_no_prefix_test/01: Fail
-deferred_duplicate_prefix1_test/01: Fail
-deferred_duplicate_prefix2_test/01: Fail
-deferred_duplicate_prefix3_test/01: Fail
+# Issue 17521, 17522
+deferred_no_prefix_old_syntax_test/01: Fail
+deferred_duplicate_prefix1_old_syntax_test/01: Fail
+deferred_duplicate_prefix2_old_syntax_test/01: Fail
+deferred_duplicate_prefix3_old_syntax_test/01: Fail
[ $compiler == none && $runtime == vm ]
class_keyword_test/02: MissingCompileTimeError # Issue 13627
« no previous file with comments | « tests/language/deferred_shadow_load_library_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698