Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index 364900f97493fe1b6185cea98f1cc6fb3e811a9b..8e0da87d06bb66a1f3c73f823eac2d8c318c7650 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. |
| @@ -200,6 +202,9 @@ abstract_factory_constructor_test/none: Fail, OK |
| abstract_syntax_test/none: Fail, OK |
| interface_test/none: Fail, OK |
| +# Test expects signature of noSUchMethod to be |
|
Mads Ager (google)
2012/10/25 12:32:19
typo
Also, please finish comment.
Lasse Reichstein Nielsen
2012/10/25 14:12:01
Done.
|
| +invocation_mirror_test: Fail, OK |
| + |
| # |
| # Add new dartc annotations above in alphabetical order |
| @@ -438,3 +443,7 @@ 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 |
| + |
| +# Implement InvocationMirror and pass it to noSuchMethod. This error might go |
|
Mads Ager (google)
2012/10/25 12:32:19
I don't understand this comment. Isn't the only is
Lasse Reichstein Nielsen
2012/10/25 14:12:01
Good solution!
|
| +# away when the VM fixes their noSuchMethod handling. |
| +invocation_mirror_test: Fail |