| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 6 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 8 |
| 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
| 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
| 11 | 11 |
| 12 # TBF: we should check conflicts not only for methods, but for accessors too | 12 # TBF: we should check conflicts not only for methods, but for accessors too |
| 13 override_field_test/03: fail | 13 override_field_test/03: fail |
| 14 method_override7_test/03: Fail # Issue 11496 | 14 method_override7_test/03: Fail # Issue 11496 |
| 15 | 15 |
| 16 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. | 16 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. |
| 17 | 17 |
| 18 call_closurization_test: StaticWarning # Issue 17476 | |
| 19 | |
| 20 # Please add new failing tests before this line. | 18 # Please add new failing tests before this line. |
| 21 # Section below is for invalid tests. | 19 # Section below is for invalid tests. |
| 22 # | 20 # |
| 23 # | 21 # |
| 24 | 22 |
| 25 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 23 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 26 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 24 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 27 | 25 |
| 28 # test issue 11124, It is warning, not error to don't initialize final field | 26 # test issue 11124, It is warning, not error to don't initialize final field |
| 29 field3a_negative_test: Fail # Issue 11124 | 27 field3a_negative_test: Fail # Issue 11124 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 | 156 |
| 159 # analyzer does not handle @proxy and noSuchMethod correctly | 157 # analyzer does not handle @proxy and noSuchMethod correctly |
| 160 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | 158 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 |
| 161 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | 159 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 |
| 162 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | 160 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 |
| 163 | 161 |
| 164 # analyzer issue 17983 | 162 # analyzer issue 17983 |
| 165 override_inheritance_generic_test/08: MissingStaticWarning # Issue 17983 | 163 override_inheritance_generic_test/08: MissingStaticWarning # Issue 17983 |
| 166 override_inheritance_field_test/32: MissingStaticWarning # Issue 17983 | 164 override_inheritance_field_test/32: MissingStaticWarning # Issue 17983 |
| 167 override_inheritance_field_test/09: MissingStaticWarning # Issue 17983 | 165 override_inheritance_field_test/09: MissingStaticWarning # Issue 17983 |
| 168 override_inheritance_abstract_test/27: StaticWarning # Issue 17983 | |
| 169 | 166 |
| 170 # missing warning for override | 167 # missing warning for override |
| 171 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 | 168 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 |
| 172 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 | 169 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 |
| 173 | 170 |
| 174 # flaky override tests | 171 # flaky override tests |
| 175 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 | 172 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 |
| 176 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 | 173 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 |
| 177 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 | 174 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 |
| 178 | 175 |
| 179 abstract_object_method_test: StaticWarning # Issue 14527 | |
| 180 | |
| 181 # The following tests are currently assumed to be failing because the test is wr
ong. | 176 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 182 # | 177 # |
| 183 application_negative_test: CompileTimeError # Test Issue 14528 | 178 application_negative_test: CompileTimeError # Test Issue 14528 |
| 184 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 179 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 185 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 180 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 186 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 181 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 187 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 182 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 188 empty_block_case_test: StaticWarning # Test Issue 18701 | 183 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 189 error_stacktrace_test: StaticWarning # Test Issue 18702 | 184 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 190 external_test/20: StaticWarning # Test Issue 18703 | 185 external_test/20: StaticWarning # Test Issue 18703 |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 #deferred_not_loaded_check_test: Pass, Fail | 456 #deferred_not_loaded_check_test: Pass, Fail |
| 462 | 457 |
| 463 # Issues to be fixed now that type parameters have been fixed | 458 # Issues to be fixed now that type parameters have been fixed |
| 464 # (issues 14221, 15553) | 459 # (issues 14221, 15553) |
| 465 factory1_test/00: StaticWarning # Test Issue 18726 | 460 factory1_test/00: StaticWarning # Test Issue 18726 |
| 466 factory1_test/01: StaticWarning # Test Issue 18726 | 461 factory1_test/01: StaticWarning # Test Issue 18726 |
| 467 factory1_test/none: StaticWarning # Test Issue 18726 | 462 factory1_test/none: StaticWarning # Test Issue 18726 |
| 468 generic_closure_test: StaticWarning | 463 generic_closure_test: StaticWarning |
| 469 local_function2_test: StaticWarning | 464 local_function2_test: StaticWarning |
| 470 redirecting_factory_long_test: StaticWarning | 465 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |