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

Unified Diff: tests/language/language.status

Issue 182113003: Fix status file (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 | « no previous file | no next file » | 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 e57059c95ec7f87c05e7c52abb48a07bb66c067b..688e3e00a66a3e54d45f0d7fa2be09f5466c9bfc 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -12,6 +12,16 @@ built_in_identifier_prefix_test: Fail # Issue 6970
is_malformed_type_test/95: Fail # Issue 17253
is_malformed_type_test/94: Fail # Issue 17253
+# These bugs refer currently ongoing language discussions.
+constructor_initializer_test/none: Fail # Issue 12633
+constructor5_test: Fail # Issue 6422
+constructor6_test: Fail # Issue 6422
+closure_in_initializer_test: Fail # Issue 6422
+
+# Regular bugs which should be fixed.
+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.
deferred_constraints_test/as_operation: MissingRuntimeError
@@ -37,16 +47,6 @@ deferred_constraints_test/as_operation: Fail
deferred_constraints_test/type_annotation_generic1: Fail
deferred_constraints_test/type_annotation_generic4: Fail
-# These bugs refer currently ongoing language discussions.
-constructor_initializer_test/none: Fail # Issue 12633
-constructor5_test: Fail # Issue 6422
-constructor6_test: Fail # Issue 6422
-closure_in_initializer_test: Fail # Issue 6422
-
-# Regular bugs which should be fixed.
-duplicate_export_negative_test: Fail # Issue 6134
-mixin_forwarding_constructor2_test: Fail # Issue 13641
-
[ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ]
# The vm and analyzer do not support deferred loading.
deferred_no_prefix_test/01: Fail
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698