Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index bba4bff54d98156c8785a49404548bb5f8ceac33..bee97a049f857718f34952f2f05a9bebc5be81e5 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -213,6 +213,7 @@ instanceof3_test: Fail |
| library_prefixes_test: Fail |
| method_name_test: Fail |
| numbers_test: Fail |
| +syntax_test/47: Fail |
| # DartVM problem. |
| closure_with_super_send_test: Fail |
| constructor5_test: Fail |
| @@ -223,8 +224,6 @@ prefix_core_test: Fail |
| super_closure_test: Fail |
| super_field_access_test: Fail |
| super_first_constructor_test: Fail |
| -# Triaged. |
| -syntax_test/47: Fail # We should get compile-time error on const constructor having body. But we don't emit default constructors with empty body. |
|
Roman
2012/08/15 14:00:45
Actually we can fix this failure reason if we emit
Anton Muhin
2012/08/15 14:02:28
I thought about that be decided against: it's appa
Roman
2012/08/15 14:13:35
Agreed that it should be compiler-time error.
|
| # Should be triaged. |
| ct_const2_test: Fail, Pass |
| disable_privacy_test: Fail |