Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index 390022050c594a6f604ed894ffec46f646079484..03f6e0ed0614a54929fa93dd3eef943b6c1a9e65 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -571,7 +571,6 @@ compile_time_constant_checked3_test/04: fail |
| compile_time_constant_checked3_test/06: fail |
| compile_time_constant_d_test: fail |
| compile_time_constant_e_test: fail |
| -compile_time_constant_test/02: fail |
| const_syntax_test/06: fail |
| constructor2_negative_test: fail |
| constructor3_negative_test: fail |
| @@ -618,14 +617,12 @@ getters_setters2_test/01: fail |
| getters_setters_type_test/01: fail |
| implicit_this_test/01: fail |
| implicit_this_test/04: fail |
| -implicit_this_test/none: fail |
| import_combinators_negative_test: fail |
| inst_field_initializer1_negative_test: fail |
| instance_call_wrong_argument_count_negative_test: fail |
| instance_method2_negative_test: fail |
| instance_method_negative_test: fail |
| instantiate_type_variable_negative_test: fail |
| -interface_inherit_field_test: fail |
| interface_static_non_final_fields_negative_test: fail |
| interface_test/00: fail |
| is_not_class2_negative_test: fail |
| @@ -777,6 +774,24 @@ class_literal_test/28: fail, OK |
| class_literal_test/29: fail, OK |
| class_literal_test/none: fail, OK |
| +# Issue 11053- Uninitialized finals are warnings not errors |
|
scheglov
2013/06/06 16:09:31
Open _new_ issue with Area-Test.
jwren
2013/06/06 16:45:51
Done.
|
| +field3a_negative_test: fail, OK |
| +const_syntax_test/01: fail, OK |
| +const_syntax_test/04: fail, OK |
| +const_syntax_test/02: fail, OK |
| +const_syntax_test/03: fail, OK |
| +final_syntax_test/01: fail, OK |
| +final_syntax_test/04: fail, OK |
| +final_syntax_test/02: fail, OK |
| +final_syntax_test/03: fail, OK |
| + |
| +# Issue 11050- Only static fields can be declared as 'const' |
|
scheglov
2013/06/06 16:09:31
Open _new_ issue with Area-Test.
jwren
2013/06/06 16:45:51
Done.
|
| +const_escape_frog_test: fail, OK |
| +compile_time_constant_test/none: fail, OK |
| +dummy_compiler_test: fail, OK |
| +dart2js_test: fail, OK |
| +recursive_import_test: fail, OK |
| + |
| [ $compiler == dartanalyzer && $checked ] |
| factory1_test/00: fail |
| factory1_test/01: fail |