Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index fa6bbc0a3887656d2093199a5e9d97f79049e729..7d3ca09e2eebb113ae7935024b9e17c4a35210ff 100644 |
| --- a/tests/language/language_dart2js.status |
| +++ b/tests/language/language_dart2js.status |
| @@ -68,7 +68,6 @@ getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| -new_expression_type_args_test/01: Fail # http://dartbug.com/5519 |
| not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| not_enough_positional_arguments_test/02: Fail # http://dartbug.com/5519 |
| optional_named_parameters_test/01: Fail # http://dartbug.com/5519 |
| @@ -79,6 +78,7 @@ optional_named_parameters_test/09: Fail # http://dartbug.com/5519 |
| execute_finally8_test: Fail # http://dartbug.com/5643 |
| +new_expression_type_args_test/02: Fail # Missing test for type variable within static member |
|
ahe
2012/10/18 11:18:18
This comment is also confusing in this context.
Johnni Winther
2012/10/19 08:34:07
Changed.
|
| throw_expr_test: Fail |
| metadata_test: Fail # Metadata on type parameters not supported. |
| infinity_test: Fail # Issue 4984 |