| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 least_upper_bound_test/31: MissingStaticWarning # Issue 15060 | 165 least_upper_bound_test/31: MissingStaticWarning # Issue 15060 |
| 166 least_upper_bound_expansive_test/02: MissingStaticWarning # Issue 15060 | 166 least_upper_bound_expansive_test/02: MissingStaticWarning # Issue 15060 |
| 167 least_upper_bound_expansive_test/04: MissingStaticWarning # Issue 15060 | 167 least_upper_bound_expansive_test/04: MissingStaticWarning # Issue 15060 |
| 168 least_upper_bound_expansive_test/05: MissingStaticWarning # Issue 15060 | 168 least_upper_bound_expansive_test/05: MissingStaticWarning # Issue 15060 |
| 169 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 | 169 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 |
| 170 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 | 170 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 |
| 171 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 | 171 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 |
| 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 |
| 176 proxy_test/05: StaticWarning # Issue 15467 |
| 177 proxy_test/06: StaticWarning # Issue 15467 |
| 178 |
| 175 abstract_exact_selector_test: StaticWarning | 179 abstract_exact_selector_test: StaticWarning |
| 176 abstract_getter_test: StaticWarning | 180 abstract_getter_test: StaticWarning |
| 177 abstract_object_method_test: StaticWarning | 181 abstract_object_method_test: StaticWarning |
| 178 abstract_runtime_error_test: StaticWarning | 182 abstract_runtime_error_test: StaticWarning |
| 179 application_negative_test: CompileTimeError | 183 application_negative_test: CompileTimeError |
| 180 bad_constructor_test/05: CompileTimeError | 184 bad_constructor_test/05: CompileTimeError |
| 181 bad_initializer1_negative_test: CompileTimeError | 185 bad_initializer1_negative_test: CompileTimeError |
| 182 bad_named_constructor_negative_test: CompileTimeError | 186 bad_named_constructor_negative_test: CompileTimeError |
| 183 bad_named_parameters2_test: StaticWarning | 187 bad_named_parameters2_test: StaticWarning |
| 184 bad_named_parameters_test: StaticWarning | 188 bad_named_parameters_test: StaticWarning |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 type_variable_identifier_expression_test: StaticWarning | 455 type_variable_identifier_expression_test: StaticWarning |
| 452 type_variable_scope2_test: StaticWarning | 456 type_variable_scope2_test: StaticWarning |
| 453 unary_plus_negative_test: CompileTimeError | 457 unary_plus_negative_test: CompileTimeError |
| 454 unbound_getter_test: StaticWarning | 458 unbound_getter_test: StaticWarning |
| 455 unhandled_exception_negative_test: CompileTimeError | 459 unhandled_exception_negative_test: CompileTimeError |
| 456 unresolved_top_level_method_negative_test: CompileTimeError | 460 unresolved_top_level_method_negative_test: CompileTimeError |
| 457 vm/type_cast_vm_test: StaticWarning | 461 vm/type_cast_vm_test: StaticWarning |
| 458 vm/type_vm_test: StaticWarning | 462 vm/type_vm_test: StaticWarning |
| 459 void_type_test: StaticWarning | 463 void_type_test: StaticWarning |
| 460 | 464 |
| OLD | NEW |