| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2analyzer". | 5 # Sections in this file should contain "$compiler == dart2analyzer". |
| 6 | 6 |
| 7 # Analyzer only implements Dart 2.0 static type checking with "--strong". | 7 # Analyzer only implements Dart 2.0 static type checking with "--strong". |
| 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] | 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 175 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
| 176 built_in_identifier_prefix_test: CompileTimeError | 176 built_in_identifier_prefix_test: CompileTimeError |
| 177 cascade_test/none: fail # Issue 11577 | 177 cascade_test/none: fail # Issue 11577 |
| 178 closure_call_wrong_argument_count_negative_test: skip | 178 closure_call_wrong_argument_count_negative_test: skip |
| 179 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 | 179 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
| 180 generic_local_functions_test: CompileTimeError # Issue 28515 | 180 generic_local_functions_test: CompileTimeError # Issue 28515 |
| 181 get_set_syntax_test/none: fail # Issue 11575 | 181 get_set_syntax_test/none: fail # Issue 11575 |
| 182 generic_list_checked_test: StaticWarning | 182 generic_list_checked_test: StaticWarning |
| 183 generics_test: StaticWarning | 183 generics_test: StaticWarning |
| 184 generic_test: StaticWarning | 184 generic_test: StaticWarning |
| 185 type_variable_scope_test/none: fail # Issue 11578 |
| 186 type_variable_static_context_negative_test: fail # Issue 12161 |
| 185 | 187 |
| 186 [ $strong && $compiler == dart2analyzer ] | 188 [ $strong && $compiler == dart2analyzer ] |
| 187 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 189 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 188 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 190 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| 189 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 191 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
| 190 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 192 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
| 191 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 193 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
| 192 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 194 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
| 193 async_return_types_test/nestedFuture: MissingCompileTimeError | 195 async_return_types_test/nestedFuture: MissingCompileTimeError |
| 194 bit_operations_test/01: MissingStaticWarning # Issue 28823 | 196 bit_operations_test/01: MissingStaticWarning # Issue 28823 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 class_literal_test/16: MissingCompileTimeError | 288 class_literal_test/16: MissingCompileTimeError |
| 287 class_literal_test/17: MissingCompileTimeError | 289 class_literal_test/17: MissingCompileTimeError |
| 288 class_literal_test/18: MissingCompileTimeError | 290 class_literal_test/18: MissingCompileTimeError |
| 289 class_literal_test/19: MissingCompileTimeError | 291 class_literal_test/19: MissingCompileTimeError |
| 290 class_literal_test/20: MissingCompileTimeError | 292 class_literal_test/20: MissingCompileTimeError |
| 291 class_literal_test/21: MissingCompileTimeError | 293 class_literal_test/21: MissingCompileTimeError |
| 292 class_literal_test/22: MissingCompileTimeError | 294 class_literal_test/22: MissingCompileTimeError |
| 293 class_literal_test/23: MissingCompileTimeError | 295 class_literal_test/23: MissingCompileTimeError |
| 294 class_literal_test/24: MissingCompileTimeError | 296 class_literal_test/24: MissingCompileTimeError |
| 295 class_literal_test/25: MissingCompileTimeError | 297 class_literal_test/25: MissingCompileTimeError |
| 298 closure_type_test: Pass |
| 296 generic_constructor_mixin_test/01: MissingCompileTimeError | 299 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 297 generic_constructor_mixin2_test/01: MissingCompileTimeError | 300 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 298 generic_constructor_mixin3_test/01: MissingCompileTimeError | 301 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 299 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 | 302 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 |
| 300 generic_methods_type_expression_test: StaticWarning # Issue 30530 | 303 generic_methods_type_expression_test: StaticWarning # Issue 30530 |
| 301 closure_type_test: Pass | 304 type_variable_scope_test/00: MissingCompileTimeError |
| 305 type_variable_scope_test/01: MissingCompileTimeError |
| 306 type_variable_scope_test/02: MissingCompileTimeError |
| 307 type_variable_scope_test/03: MissingCompileTimeError |
| 308 type_variable_scope_test/04: MissingCompileTimeError |
| 309 type_variable_scope_test/05: MissingCompileTimeError |
| 310 type_variable_scope2_test: MissingCompileTimeError |
| 311 type_variable_static_context_test: MissingCompileTimeError |
| 312 typed_selector2_test: MissingCompileTimeError |
| 313 unbound_getter_test: MissingCompileTimeError |
| 314 unresolved_default_constructor_test/01: MissingCompileTimeError |
| 315 unresolved_in_factory_test: MissingCompileTimeError |
| 316 unresolved_top_level_method_test: MissingCompileTimeError |
| 317 unresolved_top_level_var_test: MissingCompileTimeError |
| 302 | 318 |
| 303 [ $compiler == dart2analyzer && $runtime == none ] | 319 [ $compiler == dart2analyzer && $runtime == none ] |
| 304 assertion_initializer_const_error2_test/none: CompileTimeError | 320 assertion_initializer_const_error2_test/none: CompileTimeError |
| 305 assertion_initializer_const_function_test/01: CompileTimeError | 321 assertion_initializer_const_function_test/01: CompileTimeError |
| 306 assertion_initializer_test: CompileTimeError | 322 assertion_initializer_test: CompileTimeError |
| 307 | 323 |
| 308 [ $compiler == dart2analyzer && $strong ] | 324 [ $compiler == dart2analyzer && $strong ] |
| 309 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 325 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 |
| 310 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 326 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 |
| 311 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 327 generic_methods_shadowing_test: CompileTimeError # Issue 29070 |
| 312 generic_methods_closure_test: CompileTimeError # Issue 29070 | 328 generic_methods_closure_test: CompileTimeError # Issue 29070 |
| 313 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 329 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 |
| 314 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 330 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 |
| 315 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. | 331 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. |
| OLD | NEW |