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

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
« no previous file with comments | « tests/language/duplicate_import_prefix_test.dart ('k') | tests/lib/async/deferred/deferred_api_test.dart » ('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 ad3703aed5ab4fec295381f2adef72cb4745f700..57945f33aacf53fd786de9ad748339ddf294cb07 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -10,6 +10,12 @@ 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_no_prefix_negative_test: Fail
+deferred_duplicate_prefix1_negative_test: Fail
+deferred_duplicate_prefix2_negative_test: Fail
+deferred_duplicate_prefix3_negative_test: Fail
+
# These bugs refer currently ongoing language discussions.
constructor_initializer_test/none: Fail # Issue 12633
constructor5_test: Fail # Issue 6422
« no previous file with comments | « tests/language/duplicate_import_prefix_test.dart ('k') | tests/lib/async/deferred/deferred_api_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698