Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index fb2e1b7e67ef14dd340d99db40a765db60a8d841..4592ccc055e5c79fff9f51a9ab0d63d576a34e16 100644 |
| --- a/tests/language/language_dart2js.status |
| +++ b/tests/language/language_dart2js.status |
| @@ -315,6 +315,8 @@ reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| # of failing. |
| const_factory_negative_test: Crash, Fail |
| +invocation_mirror_test: Fail # Implement InvocationMirror and pass it to noSuchMethod. |
|
Mads Ager (google)
2012/10/25 12:32:19
Move comment to line before?
Lasse Reichstein Nielsen
2012/10/25 14:12:01
Done.
|
| + |
| [ $compiler == dart2js && $mode == release ] |
| assign_top_method_negative_test: Crash |