Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index e82befba548c9a64270d8f900e9dedde9338003b..d437e1f61d668d0e3b10e2f20d3083c02273986c 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -105,9 +105,7 @@ compile_time_constant_checked3_test/06: Fail, OK |
| assert_lexical_scope_test: Fail, OK # test issue 5276 |
| implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| metadata_test: Fail |
| -bad_constructor_test/04: Fail # Constructor name clashes with other member |
| -bad_constructor_test/05: Fail # Constructor name clashes with other member |
| -bad_constructor_test/06: Fail # Constructor name clashes with other member |
| +#bad_constructor_test/05: Fail # Constructor name clashes with other member |
|
Brian Wilkerson
2012/09/20 21:26:30
Did you intend to remove this line?
|
| call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be used as a prefix because it is a built-in identifier |
| get_set_syntax_test/none: Fail # does not accept getter/setter with no method body |
| application_negative_test: Fail # Runtime only test, rewrite as multitest |
| @@ -209,6 +207,14 @@ type_parameter_test/03: Fail, OK |
| type_parameter_test/04: Fail, OK |
| type_variable_scope2_test: Fail, OK |
| +# test issue 5333 |
| +named_constructor_test: Fail, OK |
| +naming_test: Fail, OK |
| + |
| +# test issue 5337 |
| +bad_constructor_test/05: Fail, OK |
| + |
| + |
| # |
| # Add new dartc annotations above in alphabetical order |