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

Unified Diff: tests/language/language.status

Issue 11339042: Revert "Change signature of noSuchMethod to take an InvocationMirror." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/call_nonexistent_static_test.dart ('k') | tests/language/language_dart2js.status » ('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 e826d6ba27fd59d6ffcf954a9ea00127163d3543..0038032a2189dd438b2e1d135965d61c16061aa6 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -63,9 +63,6 @@ local_function_test: Fail # issue 6124
naming_test: Fail # issue 6124
invocation_mirror_test: Fail # issue 3326, 3622.
-no_such_method_test: Fail # issue 3326, 3622.
-
-invocation_mirror_indirect_test: Fail # Issue 3326
[ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ]
gc_test: Skip # Issue 1487, flaky.
@@ -92,9 +89,6 @@ compile_time_constant_checked3_test/04: Fail, OK
compile_time_constant_checked3_test/05: Fail, OK
compile_time_constant_checked3_test/06: Fail, OK
-[ $compiler == none && $checked ]
-super_call4_test: Fail # Issue 3326 - Passing list instead of InvocationMirror.
-
[ $compiler == dartc ]
implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
metadata_test: Fail
@@ -163,8 +157,7 @@ library6_negative_test: Fail # still a valid test? Issue 3650
list_literal4_test: Fail # Issue 1343
map_literal4_test: Fail # Issue 1343
named_parameters_with_object_property_names_test: Fail # Issue 2137
-no_such_method_test: Fail
-no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
+no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
override_field_test/03: Fail # still a valid test? Issue 3894
override_field_test/04: Fail # still a valid test? Issue 3656
override_field_method3_negative_test: Fail, OK # test issue 5249
@@ -215,8 +208,10 @@ lazy_static6_test: Fail, OK
library1_test: Fail, OK
library_prefixes_test: Fail, OK
many_generic_instanceof_test: Fail, OK
+many_overridden_no_such_method_test: Fail, OK
multi_pass2_test: Fail, OK
multi_pass_test: Fail, OK
+overridden_no_such_method_test: Fail, OK
private2_test: Fail, OK
private3_test: Fail, OK
private_test: Fail, OK
@@ -535,6 +530,8 @@ disable_privacy_test: Fail, Ok
generic_test: Fail, Ok
# Minified mode failures.
# TODO(antonm): proper support in test framework.
+overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
+many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
@@ -581,4 +578,3 @@ naming_test: Fail # issue 6130
# This is a VM error when the compiled code is run.
invocation_mirror_test: Fail # issue 3326, 3622.
-invocation_mirror_indirect_test: Fail # issue 3326, 3622.
« no previous file with comments | « tests/language/call_nonexistent_static_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698