| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 96ea5f9dcbbfcc0d6abe7ff47a0790348a7cf1a6..e9774326ce753bccef9b1ae36bc2dff3bb10e615 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -12,9 +12,6 @@ closure_call_wrong_argument_count_negative_test: skip
|
|
|
| illegal_invocation_test/01: fail # Issue: 11892
|
|
|
| -# TBF: a.imethod = () { return 1; };
|
| -assign_instance_method_negative_test: fail
|
| -
|
| # TBF: m([int p = 'String'])
|
| assign_static_type_test/06: fail
|
|
|
| @@ -26,7 +23,6 @@ cast_test/04: fail
|
| cast_test/05: fail
|
|
|
| # TBF: It is a compile-time error if the superclass of a class C appears in the implements clause of C.
|
| -closure_call_wrong_argument_count_negative_test: fail
|
| const_constructor_super_test/01: fail
|
| compile_time_constant10_test/none: fail
|
| compile_time_constant_c_test/01: fail
|
| @@ -35,13 +31,6 @@ compile_time_constant_c_test/01: fail
|
| compile_time_constant_checked2_test/03: fail
|
| compile_time_constant_checked3_test/03: fail
|
|
|
| -# TBF: not initialized final instance variable
|
| -constructor2_negative_test: fail
|
| -constructor3_negative_test: fail
|
| -constructor_call_wrong_argument_count_negative_test: fail
|
| -constructor_initializer_test: fail # uses argument definition test
|
| -constructor_negative_test: fail
|
| -
|
| # TBF: It is a static type warning if a type parameter is a supertype of its upper bound.
|
| cyclic_type_variable_test/01: fail
|
| cyclic_type_variable_test/02: fail
|
| @@ -98,9 +87,6 @@ static_field_test/01: fail
|
| static_field_test/02: fail
|
| static_field_test/03: fail
|
|
|
| -# TBF: A constant variable is always implicitly nal.
|
| -static_final_field2_negative_test: fail
|
| -
|
| library_ambiguous_test/04: Fail # TBF: Issue 12106
|
|
|
|
|
| @@ -220,7 +206,7 @@ compile_time_constant_c_test/01: fail
|
| compile_time_constant_e_test: fail
|
|
|
| # test issue 11585, static warning, not negative test
|
| -constructor3_negative_test: fail # issue 11585
|
| +constructor3_negative_test: fail
|
| constructor_call_wrong_argument_count_negative_test: fail
|
| instance_call_wrong_argument_count_negative_test: fail
|
|
|
| @@ -264,6 +250,9 @@ mixin_type_parameters_errors_test/01: fail
|
| mixin_type_parameters_errors_test/02: fail
|
| mixin_type_parameters_errors_test/05: fail
|
|
|
| +# test issue 11698, no setter, so warning, not error
|
| +assign_instance_method_negative_test: fail
|
| +
|
| # test issue 11918: mixin and const constructor
|
| const_constructor_mixin_test/01: fail
|
| const_constructor_mixin3_test/01: fail
|
| @@ -294,6 +283,7 @@ static_call_wrong_argument_count_negative_test: fail
|
|
|
| # test issue 12157, uninitializer instance variable is warning, so not negative test
|
| static_final_field_negative_test: fail
|
| +constructor2_negative_test: fail
|
|
|
| # test issue 12158, 'native' is not in spec, so analyzer does not generate compile-time error
|
| syntax_test/28: fail
|
| @@ -324,6 +314,12 @@ unresolved_in_factory_negative_test: fail
|
| unresolved_top_level_method_negative_test: fail
|
| unresolved_top_level_var_negative_test: fail
|
|
|
| +# test issue 12181, uses argument definition test
|
| +constructor_initializer_test: fail
|
| +
|
| +# test issue 12184, It is static warning, not error, to assign to a constant variable.
|
| +static_final_field2_negative_test: fail
|
| +
|
| [ $compiler == dartanalyzer && $checked ]
|
| factory1_test/00: fail
|
| factory1_test/01: fail
|
|
|