| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 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 |
| 180 typevariable_substitution2_test/01: StaticWarning # Issue 15714 |
| 181 |
| 179 abstract_exact_selector_test: StaticWarning | 182 abstract_exact_selector_test: StaticWarning |
| 180 abstract_getter_test: StaticWarning | 183 abstract_getter_test: StaticWarning |
| 181 abstract_object_method_test: StaticWarning | 184 abstract_object_method_test: StaticWarning |
| 182 abstract_runtime_error_test: StaticWarning | 185 abstract_runtime_error_test: StaticWarning |
| 183 application_negative_test: CompileTimeError | 186 application_negative_test: CompileTimeError |
| 184 bad_constructor_test/05: CompileTimeError | 187 bad_constructor_test/05: CompileTimeError |
| 185 bad_initializer1_negative_test: CompileTimeError | 188 bad_initializer1_negative_test: CompileTimeError |
| 186 bad_named_constructor_negative_test: CompileTimeError | 189 bad_named_constructor_negative_test: CompileTimeError |
| 187 bad_named_parameters2_test: StaticWarning | 190 bad_named_parameters2_test: StaticWarning |
| 188 bad_named_parameters_test: StaticWarning | 191 bad_named_parameters_test: StaticWarning |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 type_variable_identifier_expression_test: StaticWarning | 457 type_variable_identifier_expression_test: StaticWarning |
| 455 type_variable_scope2_test: StaticWarning | 458 type_variable_scope2_test: StaticWarning |
| 456 unary_plus_negative_test: CompileTimeError | 459 unary_plus_negative_test: CompileTimeError |
| 457 unbound_getter_test: StaticWarning | 460 unbound_getter_test: StaticWarning |
| 458 unhandled_exception_negative_test: CompileTimeError | 461 unhandled_exception_negative_test: CompileTimeError |
| 459 unresolved_top_level_method_negative_test: CompileTimeError | 462 unresolved_top_level_method_negative_test: CompileTimeError |
| 460 vm/type_cast_vm_test: StaticWarning | 463 vm/type_cast_vm_test: StaticWarning |
| 461 vm/type_vm_test: StaticWarning | 464 vm/type_vm_test: StaticWarning |
| 462 void_type_test: StaticWarning | 465 void_type_test: StaticWarning |
| 463 | 466 |
| OLD | NEW |