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

Unified Diff: tests/language/language.status

Issue 11231074: Change signature of noSuchMethod to take an InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: One more test expectation 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 37032adf38982a531ef0189854fb003486207ae2..0fbfe43bdb96c55ddff5388b611353f13bd867ff 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -63,6 +63,9 @@ 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.
@@ -157,11 +160,13 @@ 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_negative_test: Fail # Runtime only test, rewrite as multiteste
+no_such_method_test: Fail
+no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
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
override_field_method6_negative_test: Fail, OK # test issue 5249
+overridden_no_such_method_test: Fail
parameter_initializer6_negative_test: Fail # language change 4288
prefix1_negative_test : Fail # language change 1031
prefix4_negative_test : Fail # language change 1031
@@ -208,10 +213,8 @@ 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
@@ -519,8 +522,6 @@ 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.
@@ -567,3 +568,4 @@ 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