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

Unified Diff: tests/language/language.status

Issue 169703003: Add prefix constraints for deferred imports. (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 ad3703aed5ab4fec295381f2adef72cb4745f700..d1152c4b6d738d316e4f7f7d57670495a25ff2f1 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -10,6 +10,10 @@ mixin_super_constructor_named_test: Fail # Issue 12631
mixin_super_constructor_positionals_test: Fail # Issue 12631
built_in_identifier_prefix_test: Fail # Issue 6970
+# The vm does not yet support deferred loading.
+deferred_constraints_test/without_prefix: Fail
+deferred_constraints_test/duplicate_prefix: Fail
+
# These bugs refer currently ongoing language discussions.
constructor_initializer_test/none: Fail # Issue 12633
constructor5_test: Fail # Issue 6422

Powered by Google App Engine
This is Rietveld 408576698