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

Unified Diff: tests/language/language.status

Issue 177543002: Constrain type annotations with deferred types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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.status
diff --git a/tests/language/language.status b/tests/language/language.status
index ca70884e8bc29320e4bbd8d5eeea480e4cddbe79..436ff7eeb2e682ee89a12529e70bf42cfed467d0 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -20,6 +20,24 @@ closure_in_initializer_test: Fail # Issue 6422
duplicate_export_negative_test: Fail # Issue 6134
mixin_forwarding_constructor2_test: Fail # Issue 13641
+[ ($compiler == none || $compiler == dart2dart) && $unchecked ]
+# The vm and dart2dart does not support deferred loading.
floitsch 2014/03/06 15:25:02 do not
+deferred_constraints_test/is_check: Fail
+deferred_constraints_test/as_operation: Fail
+deferred_constraints_test/catch_check: Fail
+deferred_constraints_test/type_annotation1: Fail
+
+[ ($compiler == none || $compiler == dart2dart) && $checked ]
+# The vm and dart2dart does not support deferred loading.
floitsch 2014/03/06 15:25:02 do not
+deferred_constraints_test/as_operation: Fail
+deferred_constraints_test/is_check: Fail
+deferred_constraints_test/catch_check: Fail
+deferred_constraints_test/type_annotation1: Fail
+deferred_constraints_test/type_annotation2: Fail
+deferred_constraints_test/as_operation: Fail
+deferred_constraints_test/type_annotation_generic1: Fail
+deferred_constraints_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

Powered by Google App Engine
This is Rietveld 408576698