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

Unified Diff: tests/language/language.status

Issue 11269041: Added test for the behavior of InvocationMirror and noSuchMethod. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments. 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/invocation_mirror_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 c39a20d9562122a495a75aeec203ef039c67b2ec..0e2ea62dbf130e232857d051c12b776240b7d6ed 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -62,6 +62,8 @@ call_through_null_getter_test: Fail # issue 6124
local_function_test: Fail # issue 6124
naming_test: Fail # issue 6124
+invocation_mirror_test: Fail # issue 3326, 3622.
+
[ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ]
gc_test: Skip # Issue 1487, flaky.
@@ -149,6 +151,10 @@ getter_no_setter_test/01: Fail # Fails to detect compile-time error.
getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
interface_factory1_negative_test: Fail # language change 1031
+# Test expects signature of noSuchMethod to be correct according
+# to specification. Should start working when the library signature
+# changes.
+invocation_mirror_test: Fail, OK
is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
library2_negative_test: Fail # still a valid test? Issue 3649
library4_negative_test: Fail # still a valid test? Issue 3530
@@ -200,7 +206,6 @@ abstract_factory_constructor_test/none: Fail, OK
abstract_syntax_test/none: Fail, OK
interface_test/none: Fail, OK
-
#
# Add new dartc annotations above in alphabetical order
#
@@ -440,3 +445,6 @@ call_through_getter_test: Fail # issue 6130
call_through_null_getter_test: Fail # issue 6130
local_function_test: Fail # issue 6130
naming_test: Fail # issue 6130
+
+# This is a VM error when the compiled code is run.
+invocation_mirror_test: Fail # issue 3326, 3622.
« no previous file with comments | « tests/language/invocation_mirror_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698