| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 getter_no_setter2_test/03: MissingCompileTimeError | 209 getter_no_setter2_test/03: MissingCompileTimeError |
| 210 getter_no_setter_test/00: MissingCompileTimeError | 210 getter_no_setter_test/00: MissingCompileTimeError |
| 211 getter_no_setter_test/01: MissingCompileTimeError | 211 getter_no_setter_test/01: MissingCompileTimeError |
| 212 getter_no_setter_test/03: MissingCompileTimeError | 212 getter_no_setter_test/03: MissingCompileTimeError |
| 213 getter_override_test/03: MissingCompileTimeError | 213 getter_override_test/03: MissingCompileTimeError |
| 214 getters_setters2_test/02: MissingCompileTimeError | 214 getters_setters2_test/02: MissingCompileTimeError |
| 215 | 215 |
| 216 [ $compiler == dart2analyzer ] | 216 [ $compiler == dart2analyzer ] |
| 217 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror # Issue #30568 | 217 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror # Issue #30568 |
| 218 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
sue #30568 | 218 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
sue #30568 |
| 219 abstract_override_adds_optional_args_supercall_test: MissingCompileTimeError # I
ssue #30568 |
| 219 async_return_types_test/nestedFuture: MissingCompileTimeError | 220 async_return_types_test/nestedFuture: MissingCompileTimeError |
| 220 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | 221 bad_initializer1_negative_test: CompileTimeError # Issue 14529 |
| 221 bad_initializer2_negative_test: fail # Issue 14880 | 222 bad_initializer2_negative_test: fail # Issue 14880 |
| 222 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | 223 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
| 223 bit_operations_test/01: MissingCompileTimeError | 224 bit_operations_test/01: MissingCompileTimeError |
| 224 bit_operations_test/02: MissingCompileTimeError | 225 bit_operations_test/02: MissingCompileTimeError |
| 225 bit_operations_test/03: MissingCompileTimeError | 226 bit_operations_test/03: MissingCompileTimeError |
| 226 bit_operations_test/04: MissingCompileTimeError | 227 bit_operations_test/04: MissingCompileTimeError |
| 227 black_listed_test/none: fail # Issue 14228 | 228 black_listed_test/none: fail # Issue 14228 |
| 228 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 229 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 | 316 |
| 316 [ ! $strong && $compiler == dart2analyzer ] | 317 [ ! $strong && $compiler == dart2analyzer ] |
| 317 accessor_conflict_export2_test: StaticWarning # Issue 25626 | 318 accessor_conflict_export2_test: StaticWarning # Issue 25626 |
| 318 accessor_conflict_export_test: StaticWarning # Issue 25626 | 319 accessor_conflict_export_test: StaticWarning # Issue 25626 |
| 319 accessor_conflict_import2_test: StaticWarning # Issue 25626 | 320 accessor_conflict_import2_test: StaticWarning # Issue 25626 |
| 320 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | 321 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 |
| 321 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | 322 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 |
| 322 accessor_conflict_import_test: StaticWarning # Issue 25626 | 323 accessor_conflict_import_test: StaticWarning # Issue 25626 |
| 323 additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTi
meError | 324 additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTi
meError |
| 324 additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError | 325 additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError |
| 326 additional_interface_adds_optional_args_supercall_test: MissingCompileTimeError |
| 325 additional_interface_adds_optional_args_test: StaticWarning | 327 additional_interface_adds_optional_args_test: StaticWarning |
| 326 cast_test/04: MissingCompileTimeError | 328 cast_test/04: MissingCompileTimeError |
| 327 cast_test/05: MissingCompileTimeError | 329 cast_test/05: MissingCompileTimeError |
| 328 checked_null_test/01: MissingCompileTimeError | 330 checked_null_test/01: MissingCompileTimeError |
| 329 checked_setter_test: MissingCompileTimeError | 331 checked_setter_test: MissingCompileTimeError |
| 330 checked_setter2_test: MissingCompileTimeError | 332 checked_setter2_test: MissingCompileTimeError |
| 331 checked_setter3_test/01: MissingCompileTimeError | 333 checked_setter3_test/01: MissingCompileTimeError |
| 332 checked_setter3_test/02: MissingCompileTimeError | 334 checked_setter3_test/02: MissingCompileTimeError |
| 333 checked_setter3_test/03: MissingCompileTimeError | 335 checked_setter3_test/03: MissingCompileTimeError |
| 334 class_literal_test/01: MissingCompileTimeError | 336 class_literal_test/01: MissingCompileTimeError |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 assertion_initializer_test: CompileTimeError | 421 assertion_initializer_test: CompileTimeError |
| 420 | 422 |
| 421 [ $compiler == dart2analyzer && $strong ] | 423 [ $compiler == dart2analyzer && $strong ] |
| 422 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 424 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 |
| 423 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 425 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 |
| 424 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 426 generic_methods_shadowing_test: CompileTimeError # Issue 29070 |
| 425 generic_methods_closure_test: CompileTimeError # Issue 29070 | 427 generic_methods_closure_test: CompileTimeError # Issue 29070 |
| 426 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 428 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 |
| 427 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 429 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 |
| 428 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. | 430 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. |
| OLD | NEW |