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

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: Fix dart2js, update tests, expectations. 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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index b3107957c47993829c18efd953baadc3159e73f2..bf4871e1fc4814d7ea4f14bb3c0c421e6aa54a5c 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -63,6 +63,12 @@ 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
+many_overridden_no_such_method_test: Fail # Issue 3326
+overridden_no_such_method_test: Fail # Issue 3326
+
[ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ]
gc_test: Skip # Issue 1487, flaky.
@@ -520,3 +526,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.

Powered by Google App Engine
This is Rietveld 408576698