| 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 | 
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 172 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 | 172 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 | 
| 173 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 | 173 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 | 
| 174 | 174 | 
| 175 # test issue 15467 | 175 # test issue 15467 | 
| 176 proxy_test/05: StaticWarning # Issue 15467 | 176 proxy_test/05: StaticWarning # Issue 15467 | 
| 177 proxy_test/06: StaticWarning # Issue 15467 | 177 proxy_test/06: StaticWarning # Issue 15467 | 
| 178 | 178 | 
| 179 # test issue 15714 | 179 # test issue 15714 | 
| 180 typevariable_substitution2_test/01: StaticWarning # Issue 15714 | 180 typevariable_substitution2_test/01: StaticWarning # Issue 15714 | 
| 181 | 181 | 
|  | 182 # analyzer does not handle @proxy and noSuchMethod correctly | 
|  | 183 override_inheritance_no_such_method_test/02: StaticWarning # Issue 16132 | 
|  | 184 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | 
|  | 185 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | 
|  | 186 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | 
|  | 187 override_inheritance_no_such_method_test/07: StaticWarning # Issue 16132 | 
|  | 188 override_inheritance_no_such_method_test/10: StaticWarning # Issue 16132 | 
|  | 189 | 
|  | 190 # missing warning for unimplemented getter/setter | 
|  | 191 override_inheritance_abstract_test/13: MissingStaticWarning # Issue 16133 | 
|  | 192 override_inheritance_abstract_test/26: MissingStaticWarning # Issue 16133 | 
|  | 193 | 
|  | 194 # unexpected warning for override | 
|  | 195 override_inheritance_abstract_test/27: StaticWarning # Issue 16134 | 
|  | 196 override_inheritance_generic_test/03: StaticWarning # Issue 16134 | 
|  | 197 | 
|  | 198 # missing warning for override | 
|  | 199 override_inheritance_field_test/10: MissingStaticWarning # Issue 16135 | 
|  | 200 override_inheritance_field_test/33: MissingStaticWarning # Issue 16135 | 
|  | 201 override_inheritance_generic_test/04: MissingStaticWarning # Issue 16135 | 
|  | 202 override_inheritance_generic_test/06: MissingStaticWarning # Issue 16135 | 
|  | 203 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 | 
|  | 204 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 | 
|  | 205 | 
|  | 206 # missing compile-time error for getter/member override | 
|  | 207 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 | 
|  | 208 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 | 
|  | 209 | 
|  | 210 | 
| 182 abstract_exact_selector_test: StaticWarning | 211 abstract_exact_selector_test: StaticWarning | 
| 183 abstract_getter_test: StaticWarning | 212 abstract_getter_test: StaticWarning | 
| 184 abstract_object_method_test: StaticWarning | 213 abstract_object_method_test: StaticWarning | 
| 185 abstract_runtime_error_test: StaticWarning | 214 abstract_runtime_error_test: StaticWarning | 
| 186 application_negative_test: CompileTimeError | 215 application_negative_test: CompileTimeError | 
| 187 bad_constructor_test/05: CompileTimeError | 216 bad_constructor_test/05: CompileTimeError | 
| 188 bad_initializer1_negative_test: CompileTimeError | 217 bad_initializer1_negative_test: CompileTimeError | 
| 189 bad_named_constructor_negative_test: CompileTimeError | 218 bad_named_constructor_negative_test: CompileTimeError | 
| 190 bad_named_parameters2_test: StaticWarning | 219 bad_named_parameters2_test: StaticWarning | 
| 191 bad_named_parameters_test: StaticWarning | 220 bad_named_parameters_test: StaticWarning | 
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 457 type_variable_identifier_expression_test: StaticWarning | 486 type_variable_identifier_expression_test: StaticWarning | 
| 458 type_variable_scope2_test: StaticWarning | 487 type_variable_scope2_test: StaticWarning | 
| 459 unary_plus_negative_test: CompileTimeError | 488 unary_plus_negative_test: CompileTimeError | 
| 460 unbound_getter_test: StaticWarning | 489 unbound_getter_test: StaticWarning | 
| 461 unhandled_exception_negative_test: CompileTimeError | 490 unhandled_exception_negative_test: CompileTimeError | 
| 462 unresolved_top_level_method_negative_test: CompileTimeError | 491 unresolved_top_level_method_negative_test: CompileTimeError | 
| 463 vm/type_cast_vm_test: StaticWarning | 492 vm/type_cast_vm_test: StaticWarning | 
| 464 vm/type_vm_test: StaticWarning | 493 vm/type_vm_test: StaticWarning | 
| 465 void_type_test: StaticWarning | 494 void_type_test: StaticWarning | 
| 466 | 495 | 
| OLD | NEW | 
|---|