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

Unified Diff: tests/language/language.status

Issue 18181009: Make closures in constructor initializers read type variables directly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add VM crash and modify test. Created 7 years, 6 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 e409ff69e8d260ac8235c799ba415e01483d0fa0..2a09d3ae791b43decb134d0ededdfb6209fc41e9 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -83,6 +83,7 @@ mixin_illegal_object_test/01: Crash # Issue 10952
mixin_illegal_object_test/02: Crash # Issue 10952
type_variable_field_initializer_closure_test: Crash # issue 8847
+closures_initializer_test: Crash # issue 8847
[ $compiler == none && $unchecked ]
@@ -500,7 +501,7 @@ type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
type_parameter_literal_test: Fail
type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
-
+closures_initializer_test: Crash # VM bug: issue 8847
bound_closure_equality_test: Fail # Issue 10849

Powered by Google App Engine
This is Rietveld 408576698