| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 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 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 | 176 |
| 177 # missing warning for override | 177 # missing warning for override |
| 178 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 | 178 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 |
| 179 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 | 179 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 |
| 180 | 180 |
| 181 # flaky override tests | 181 # flaky override tests |
| 182 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 | 182 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 |
| 183 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 | 183 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 |
| 184 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 | 184 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 |
| 185 | 185 |
| 186 # missing warning for assignment to method | |
| 187 assign_top_method_test/01: MissingStaticWarning # Issue 16672 | |
| 188 | |
| 189 abstract_object_method_test: StaticWarning | 186 abstract_object_method_test: StaticWarning |
| 190 application_negative_test: CompileTimeError | 187 application_negative_test: CompileTimeError |
| 191 bad_constructor_test/05: CompileTimeError | 188 bad_constructor_test/05: CompileTimeError |
| 192 bad_initializer1_negative_test: CompileTimeError | 189 bad_initializer1_negative_test: CompileTimeError |
| 193 bad_named_constructor_negative_test: CompileTimeError | 190 bad_named_constructor_negative_test: CompileTimeError |
| 194 body_less_constructor_wrong_arg_negative_test: CompileTimeError | 191 body_less_constructor_wrong_arg_negative_test: CompileTimeError |
| 195 const_counter_negative_test: CompileTimeError | 192 const_counter_negative_test: CompileTimeError |
| 196 const_optional_args_negative_test: CompileTimeError | 193 const_optional_args_negative_test: CompileTimeError |
| 197 constructor_redirect1_negative_test: CompileTimeError | 194 constructor_redirect1_negative_test: CompileTimeError |
| 198 constructor_redirect2_negative_test: CompileTimeError | 195 constructor_redirect2_negative_test: CompileTimeError |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 const_constructor2_test/22: StaticWarning | 487 const_constructor2_test/22: StaticWarning |
| 491 const_constructor2_test/23: StaticWarning | 488 const_constructor2_test/23: StaticWarning |
| 492 const_constructor2_test/24: StaticWarning | 489 const_constructor2_test/24: StaticWarning |
| 493 const_constructor2_test/none: StaticWarning | 490 const_constructor2_test/none: StaticWarning |
| 494 factory1_test/00: StaticWarning | 491 factory1_test/00: StaticWarning |
| 495 factory1_test/01: StaticWarning | 492 factory1_test/01: StaticWarning |
| 496 factory1_test/none: StaticWarning | 493 factory1_test/none: StaticWarning |
| 497 generic_closure_test: StaticWarning | 494 generic_closure_test: StaticWarning |
| 498 local_function2_test: StaticWarning | 495 local_function2_test: StaticWarning |
| 499 redirecting_factory_long_test: StaticWarning | 496 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |