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

Unified Diff: tests/language/language.status

Issue 10831285: Revert "Register toString dynamic invocation in the presence of string interpolation." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/compiler/dart2js/resolver_test.dart ('k') | 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 783404272f5f0879d90732d9677ec43972ca83e4..bf2323b9c748299ff9a3b28673156ee97bb863e7 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -250,6 +250,7 @@ type_variable_bounds2_test/00: Fail # See above
type_variable_bounds2_test/03: Fail # See above
type_variable_bounds2_test/05: Fail # See above
try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
+const_test: Fail # For constructs like c[0]++, for some reason operator[] doesn't make into resolved elements.
# Should be triaged.
ct_const2_test: Fail, Pass
disable_privacy_test: Fail
@@ -269,10 +270,12 @@ function_field_test: Fail
generic_test: Fail
getters_setters2_test/03: Fail
implicit_closure_test: Fail, Pass
+implied_interface_test: Fail
interface_factory_constructor_negative_test: Fail
interface_static_method_negative_test: Fail
interface_test: Fail
library5_test: Fail
+library_same_name_used_test: Fail
non_const_super_negative_test: Fail
number_identifier_negative_test: Fail
operator1_negative_test: Fail
@@ -287,6 +290,7 @@ static_top_level_test/02: Fail
static_top_level_test/03: Fail
static_top_level_test/04: Fail
static_top_level_test/05: Fail
+string_interpolation7_test: Fail
switch_label_test: Fail
type_variable_bounds2_test/02: Fail
type_variable_bounds2_test/06: Fail
« no previous file with comments | « tests/compiler/dart2js/resolver_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698