| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 174 getter_no_setter2_test/00: MissingCompileTimeError | 174 getter_no_setter2_test/00: MissingCompileTimeError | 
| 175 getter_no_setter2_test/01: MissingCompileTimeError | 175 getter_no_setter2_test/01: MissingCompileTimeError | 
| 176 getter_no_setter2_test/03: MissingCompileTimeError | 176 getter_no_setter2_test/03: MissingCompileTimeError | 
| 177 getter_no_setter_test/00: MissingCompileTimeError | 177 getter_no_setter_test/00: MissingCompileTimeError | 
| 178 getter_no_setter_test/01: MissingCompileTimeError | 178 getter_no_setter_test/01: MissingCompileTimeError | 
| 179 getter_no_setter_test/03: MissingCompileTimeError | 179 getter_no_setter_test/03: MissingCompileTimeError | 
| 180 getter_override_test/03: MissingCompileTimeError | 180 getter_override_test/03: MissingCompileTimeError | 
| 181 getters_setters2_test/02: MissingCompileTimeError | 181 getters_setters2_test/02: MissingCompileTimeError | 
| 182 | 182 | 
| 183 [ $compiler == dart2analyzer ] | 183 [ $compiler == dart2analyzer ] | 
|  | 184 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
     rror # Issue #30568 | 
|  | 185 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
     sue #30568 | 
| 184 async_return_types_test/nestedFuture: MissingCompileTimeError | 186 async_return_types_test/nestedFuture: MissingCompileTimeError | 
| 185 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | 187 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | 
| 186 bad_initializer2_negative_test: fail # Issue 14880 | 188 bad_initializer2_negative_test: fail # Issue 14880 | 
| 187 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | 189 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | 
| 188 bit_operations_test/01: MissingCompileTimeError | 190 bit_operations_test/01: MissingCompileTimeError | 
| 189 bit_operations_test/02: MissingCompileTimeError | 191 bit_operations_test/02: MissingCompileTimeError | 
| 190 bit_operations_test/03: MissingCompileTimeError | 192 bit_operations_test/03: MissingCompileTimeError | 
| 191 bit_operations_test/04: MissingCompileTimeError | 193 bit_operations_test/04: MissingCompileTimeError | 
| 192 black_listed_test/none: fail # Issue 14228 | 194 black_listed_test/none: fail # Issue 14228 | 
| 193 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 195 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 
| (...skipping 10 matching lines...) Expand all  Loading... | 
| 204 getter_setter_in_lib_test: Fail # Issue 23286 | 206 getter_setter_in_lib_test: Fail # Issue 23286 | 
| 205 getter_declaration_negative_test: CompileTimeError | 207 getter_declaration_negative_test: CompileTimeError | 
| 206 | 208 | 
| 207 [ $strong && $compiler == dart2analyzer ] | 209 [ $strong && $compiler == dart2analyzer ] | 
| 208 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 210 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 
| 209 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 211 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 
| 210 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 212 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 
| 211 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 213 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 
| 212 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 214 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 
| 213 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 215 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 
|  | 216 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 | 
| 214 async_return_types_test/nestedFuture: MissingCompileTimeError | 217 async_return_types_test/nestedFuture: MissingCompileTimeError | 
| 215 bit_operations_test/01: MissingStaticWarning # Issue 28823 | 218 bit_operations_test/01: MissingStaticWarning # Issue 28823 | 
| 216 bit_operations_test/02: MissingStaticWarning # Issue 28823 | 219 bit_operations_test/02: MissingStaticWarning # Issue 28823 | 
| 217 bit_operations_test/03: MissingStaticWarning # Issue 28823 | 220 bit_operations_test/03: MissingStaticWarning # Issue 28823 | 
| 218 bit_operations_test/04: MissingStaticWarning # Issue 28823 | 221 bit_operations_test/04: MissingStaticWarning # Issue 28823 | 
| 219 generic_list_checked_test: CompileTimeError | 222 generic_list_checked_test: CompileTimeError | 
| 220 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
     07 | 223 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
     07 | 
| 221 generic_methods_test: CompileTimeError | 224 generic_methods_test: CompileTimeError | 
| 222 generic_no_such_method_dispatcher_test: CompileTimeError | 225 generic_no_such_method_dispatcher_test: CompileTimeError | 
| 223 generic_tearoff_test: CompileTimeError | 226 generic_tearoff_test: CompileTimeError | 
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 276 void_type_callbacks_test/00: MissingCompileTimeError # Issue 30177 | 279 void_type_callbacks_test/00: MissingCompileTimeError # Issue 30177 | 
| 277 void_type_override_test/none: CompileTimeError # Issue 30177 | 280 void_type_override_test/none: CompileTimeError # Issue 30177 | 
| 278 | 281 | 
| 279 [ ! $strong && $compiler == dart2analyzer ] | 282 [ ! $strong && $compiler == dart2analyzer ] | 
| 280 accessor_conflict_export2_test: StaticWarning # Issue 25626 | 283 accessor_conflict_export2_test: StaticWarning # Issue 25626 | 
| 281 accessor_conflict_export_test: StaticWarning # Issue 25626 | 284 accessor_conflict_export_test: StaticWarning # Issue 25626 | 
| 282 accessor_conflict_import2_test: StaticWarning # Issue 25626 | 285 accessor_conflict_import2_test: StaticWarning # Issue 25626 | 
| 283 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | 286 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | 
| 284 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | 287 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | 
| 285 accessor_conflict_import_test: StaticWarning # Issue 25626 | 288 accessor_conflict_import_test: StaticWarning # Issue 25626 | 
|  | 289 additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTi
     meError | 
|  | 290 additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError | 
|  | 291 additional_interface_adds_optional_args_test: StaticWarning | 
| 286 cast_test/04: MissingCompileTimeError | 292 cast_test/04: MissingCompileTimeError | 
| 287 cast_test/05: MissingCompileTimeError | 293 cast_test/05: MissingCompileTimeError | 
| 288 checked_null_test/01: MissingCompileTimeError | 294 checked_null_test/01: MissingCompileTimeError | 
| 289 checked_setter_test: MissingCompileTimeError | 295 checked_setter_test: MissingCompileTimeError | 
| 290 checked_setter2_test: MissingCompileTimeError | 296 checked_setter2_test: MissingCompileTimeError | 
| 291 checked_setter3_test/01: MissingCompileTimeError | 297 checked_setter3_test/01: MissingCompileTimeError | 
| 292 checked_setter3_test/02: MissingCompileTimeError | 298 checked_setter3_test/02: MissingCompileTimeError | 
| 293 checked_setter3_test/03: MissingCompileTimeError | 299 checked_setter3_test/03: MissingCompileTimeError | 
| 294 class_literal_test/01: MissingCompileTimeError | 300 class_literal_test/01: MissingCompileTimeError | 
| 295 class_literal_test/02: MissingCompileTimeError | 301 class_literal_test/02: MissingCompileTimeError | 
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 330 assertion_initializer_test: CompileTimeError | 336 assertion_initializer_test: CompileTimeError | 
| 331 | 337 | 
| 332 [ $compiler == dart2analyzer && $strong ] | 338 [ $compiler == dart2analyzer && $strong ] | 
| 333 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 339 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 
| 334 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 340 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 
| 335 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 341 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 
| 336 generic_methods_closure_test: CompileTimeError # Issue 29070 | 342 generic_methods_closure_test: CompileTimeError # Issue 29070 | 
| 337 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 343 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 
| 338 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 344 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 
| 339 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
     ype parameter in "is" test. | 345 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
     ype parameter in "is" test. | 
| OLD | NEW | 
|---|