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

Unified Diff: tests/language/language.status

Issue 16042014: Implement operator== and hashCode for bound closures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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/bound_closure_equality_test.dart ('k') | tests/language/local_function_non_equal_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 23339)
+++ tests/language/language.status (working copy)
@@ -38,6 +38,7 @@
method_override2_test/00: Fail # Issue 7076.
method_override2_test/02: Fail # Issue 7076.
method_override2_test/03: Fail # Issue 7076.
+bound_closure_equality_test: Fail # Issue 10849
# These bugs refer currently ongoing language discussions.
constructor5_test: Fail # (Discussion ongoing)
@@ -520,6 +521,8 @@
execute_finally10_test: Fail # VM bug: issue 430
execute_finally11_test: Fail # VM bug: issue 430
+bound_closure_equality_test: Fail # Issue 10849
+
[ $compiler == dart2dart && $minified ]
# TODO(tball): Assign proper bug numbers.
« no previous file with comments | « tests/language/bound_closure_equality_test.dart ('k') | tests/language/local_function_non_equal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698