| 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 # TBD: using built-in identifers | 9 # TBD: using built-in identifers |
| 10 built_in_identifier_prefix_test: fail # Issue 12694 | 10 built_in_identifier_prefix_test: fail # Issue 12694 |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 const_optional_args_negative_test: CompileTimeError | 199 const_optional_args_negative_test: CompileTimeError |
| 200 constructor_named_arguments_test/01: StaticWarning | 200 constructor_named_arguments_test/01: StaticWarning |
| 201 constructor_redirect1_negative_test: CompileTimeError | 201 constructor_redirect1_negative_test: CompileTimeError |
| 202 constructor_redirect2_negative_test: CompileTimeError | 202 constructor_redirect2_negative_test: CompileTimeError |
| 203 constructor_setter_negative_test: CompileTimeError | 203 constructor_setter_negative_test: CompileTimeError |
| 204 constructor_test: StaticWarning | 204 constructor_test: StaticWarning |
| 205 core_type_check_test: StaticWarning | 205 core_type_check_test: StaticWarning |
| 206 crash_6725_test: StaticWarning | 206 crash_6725_test: StaticWarning |
| 207 default_factory_library_test: StaticWarning | 207 default_factory_library_test: StaticWarning |
| 208 default_factory_test: StaticWarning | 208 default_factory_test: StaticWarning |
| 209 div_with_power_of_two2_test: StaticWarning | |
| 210 double_to_string_as_exponential2_test: StaticWarning | 209 double_to_string_as_exponential2_test: StaticWarning |
| 211 double_to_string_as_fixed2_test: StaticWarning | 210 double_to_string_as_fixed2_test: StaticWarning |
| 212 double_to_string_as_precision2_test: StaticWarning | 211 double_to_string_as_precision2_test: StaticWarning |
| 213 duplicate_export_negative_test: CompileTimeError | 212 duplicate_export_negative_test: CompileTimeError |
| 214 duplicate_interface_negative_test: CompileTimeError | 213 duplicate_interface_negative_test: CompileTimeError |
| 215 dynamic_field_test: StaticWarning | 214 dynamic_field_test: StaticWarning |
| 216 dynamic_prefix_core_test: StaticWarning | 215 dynamic_prefix_core_test: StaticWarning |
| 217 empty_block_case_test: StaticWarning | 216 empty_block_case_test: StaticWarning |
| 218 error_stacktrace_test: StaticWarning | 217 error_stacktrace_test: StaticWarning |
| 219 export_ambiguous_main_negative_test: CompileTimeError | 218 export_ambiguous_main_negative_test: CompileTimeError |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 type_variable_identifier_expression_test: StaticWarning | 442 type_variable_identifier_expression_test: StaticWarning |
| 444 type_variable_scope2_test: StaticWarning | 443 type_variable_scope2_test: StaticWarning |
| 445 unary_plus_negative_test: CompileTimeError | 444 unary_plus_negative_test: CompileTimeError |
| 446 unbound_getter_test: StaticWarning | 445 unbound_getter_test: StaticWarning |
| 447 unhandled_exception_negative_test: CompileTimeError | 446 unhandled_exception_negative_test: CompileTimeError |
| 448 unresolved_top_level_method_negative_test: CompileTimeError | 447 unresolved_top_level_method_negative_test: CompileTimeError |
| 449 vm/type_cast_vm_test: StaticWarning | 448 vm/type_cast_vm_test: StaticWarning |
| 450 vm/type_vm_test: StaticWarning | 449 vm/type_vm_test: StaticWarning |
| 451 void_type_test: StaticWarning | 450 void_type_test: StaticWarning |
| 452 | 451 |
| OLD | NEW |