| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 const_optional_args_negative_test: CompileTimeError | 202 const_optional_args_negative_test: CompileTimeError |
| 203 constructor_named_arguments_test/01: StaticWarning | 203 constructor_named_arguments_test/01: StaticWarning |
| 204 constructor_redirect1_negative_test: CompileTimeError | 204 constructor_redirect1_negative_test: CompileTimeError |
| 205 constructor_redirect2_negative_test: CompileTimeError | 205 constructor_redirect2_negative_test: CompileTimeError |
| 206 constructor_setter_negative_test: CompileTimeError | 206 constructor_setter_negative_test: CompileTimeError |
| 207 constructor_test: StaticWarning | 207 constructor_test: StaticWarning |
| 208 core_type_check_test: StaticWarning | 208 core_type_check_test: StaticWarning |
| 209 crash_6725_test: StaticWarning | 209 crash_6725_test: StaticWarning |
| 210 default_factory_library_test: StaticWarning | 210 default_factory_library_test: StaticWarning |
| 211 default_factory_test: StaticWarning | 211 default_factory_test: StaticWarning |
| 212 div_with_power_of_two2_test: StaticWarning | |
| 213 double_to_string_as_exponential2_test: StaticWarning | 212 double_to_string_as_exponential2_test: StaticWarning |
| 214 double_to_string_as_fixed2_test: StaticWarning | 213 double_to_string_as_fixed2_test: StaticWarning |
| 215 double_to_string_as_precision2_test: StaticWarning | 214 double_to_string_as_precision2_test: StaticWarning |
| 216 duplicate_export_negative_test: CompileTimeError | 215 duplicate_export_negative_test: CompileTimeError |
| 217 duplicate_interface_negative_test: CompileTimeError | 216 duplicate_interface_negative_test: CompileTimeError |
| 218 dynamic_field_test: StaticWarning | 217 dynamic_field_test: StaticWarning |
| 219 dynamic_prefix_core_test: StaticWarning | 218 dynamic_prefix_core_test: StaticWarning |
| 220 empty_block_case_test: StaticWarning | 219 empty_block_case_test: StaticWarning |
| 221 error_stacktrace_test: StaticWarning | 220 error_stacktrace_test: StaticWarning |
| 222 export_ambiguous_main_negative_test: CompileTimeError | 221 export_ambiguous_main_negative_test: CompileTimeError |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 type_variable_identifier_expression_test: StaticWarning | 445 type_variable_identifier_expression_test: StaticWarning |
| 447 type_variable_scope2_test: StaticWarning | 446 type_variable_scope2_test: StaticWarning |
| 448 unary_plus_negative_test: CompileTimeError | 447 unary_plus_negative_test: CompileTimeError |
| 449 unbound_getter_test: StaticWarning | 448 unbound_getter_test: StaticWarning |
| 450 unhandled_exception_negative_test: CompileTimeError | 449 unhandled_exception_negative_test: CompileTimeError |
| 451 unresolved_top_level_method_negative_test: CompileTimeError | 450 unresolved_top_level_method_negative_test: CompileTimeError |
| 452 vm/type_cast_vm_test: StaticWarning | 451 vm/type_cast_vm_test: StaticWarning |
| 453 vm/type_vm_test: StaticWarning | 452 vm/type_vm_test: StaticWarning |
| 454 void_type_test: StaticWarning | 453 void_type_test: StaticWarning |
| 455 | 454 |
| OLD | NEW |