| 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 |
| 11 | 11 |
| 12 # Issue 15315 | 12 # Issue 15315 |
| 13 class_literal_test: fail | 13 class_literal_test/01: CompileTimeError |
| 14 class_literal_test/03: CompileTimeError |
| 15 class_literal_test/07: CompileTimeError |
| 14 constructor_call_as_function_test/01: fail | 16 constructor_call_as_function_test/01: fail |
| 15 call_type_literal_test/01: fail | 17 call_type_literal_test/01: fail |
| 16 | 18 |
| 17 # TBF: we should check conflicts not only for methods, but for accessors too | 19 # TBF: we should check conflicts not only for methods, but for accessors too |
| 18 override_field_test/03: fail | 20 override_field_test/03: fail |
| 19 method_override7_test/03: Fail # Issue 11496 | 21 method_override7_test/03: Fail # Issue 11496 |
| 20 | 22 |
| 21 unicode_bom_test: Fail # Issue 16314 | 23 unicode_bom_test: Fail # Issue 16314 |
| 22 | 24 |
| 23 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. | 25 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 34 field3a_negative_test: Fail # Issue 11124 | 36 field3a_negative_test: Fail # Issue 11124 |
| 35 final_syntax_test/01: Fail # Issue 11124 | 37 final_syntax_test/01: Fail # Issue 11124 |
| 36 final_syntax_test/04: Fail # Issue 11124 | 38 final_syntax_test/04: Fail # Issue 11124 |
| 37 final_syntax_test/02: Fail # Issue 11124 | 39 final_syntax_test/02: Fail # Issue 11124 |
| 38 final_syntax_test/03: Fail # Issue 11124 | 40 final_syntax_test/03: Fail # Issue 11124 |
| 39 | 41 |
| 40 # Test issue 11545, using not existing constructor name in annotation | 42 # Test issue 11545, using not existing constructor name in annotation |
| 41 metadata_test: fail | 43 metadata_test: fail |
| 42 | 44 |
| 43 # test issue 11575, classes with abstrac members are not marked as abstract | 45 # test issue 11575, classes with abstrac members are not marked as abstract |
| 44 abstract_factory_constructor_test/none: fail # Issue 11575 | |
| 45 get_set_syntax_test/none: fail # Issue 11575 | 46 get_set_syntax_test/none: fail # Issue 11575 |
| 46 implicit_this_test/none: fail # Issue 11575 | 47 implicit_this_test/none: fail # Issue 11575 |
| 47 interface_test/none: fail # Issue 11575 | 48 interface_test/none: fail # Issue 11575 |
| 48 syntax_test/none: fail # Issue 11575 | 49 syntax_test/none: fail # Issue 11575 |
| 49 | 50 |
| 50 # test issue 11576 | 51 # test issue 11576 |
| 51 bad_constructor_test/none: fail # Issue 11576 | 52 bad_constructor_test/none: fail # Issue 11576 |
| 52 | 53 |
| 53 # test issue 11577, has return type for []= | 54 # test issue 11577, has return type for []= |
| 54 cascade_test/none: fail # Issue 11577 | 55 cascade_test/none: fail # Issue 11577 |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 | 197 |
| 197 # missing compile-time error for getter/member override | 198 # missing compile-time error for getter/member override |
| 198 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 | 199 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 |
| 199 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 | 200 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 |
| 200 | 201 |
| 201 # flaky override tests | 202 # flaky override tests |
| 202 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 | 203 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 |
| 203 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 | 204 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 |
| 204 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 | 205 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 |
| 205 | 206 |
| 207 # missing warning for assignment to method |
| 208 assign_top_method_test/01: MissingStaticWarning # Issue 16672 |
| 206 | 209 |
| 207 abstract_exact_selector_test: StaticWarning | 210 # missing warning for assignment to type variable |
| 208 abstract_getter_test: StaticWarning | 211 checked_setter3_test/01: MissingStaticWarning # Issue 16673 |
| 212 checked_setter3_test/02: MissingStaticWarning # Issue 16673 |
| 213 |
| 209 abstract_object_method_test: StaticWarning | 214 abstract_object_method_test: StaticWarning |
| 210 abstract_runtime_error_test: StaticWarning | |
| 211 application_negative_test: CompileTimeError | 215 application_negative_test: CompileTimeError |
| 212 bad_constructor_test/05: CompileTimeError | 216 bad_constructor_test/05: CompileTimeError |
| 213 bad_initializer1_negative_test: CompileTimeError | 217 bad_initializer1_negative_test: CompileTimeError |
| 214 bad_named_constructor_negative_test: CompileTimeError | 218 bad_named_constructor_negative_test: CompileTimeError |
| 215 bad_named_parameters2_test: StaticWarning | |
| 216 bad_named_parameters_test: StaticWarning | |
| 217 bit_operations_test: StaticWarning | |
| 218 body_less_constructor_wrong_arg_negative_test: CompileTimeError | 219 body_less_constructor_wrong_arg_negative_test: CompileTimeError |
| 219 call_constructor_on_unresolvable_class_test/04: StaticWarning | |
| 220 call_constructor_on_unresolvable_class_test/05: StaticWarning | |
| 221 call_constructor_on_unresolvable_class_test/06: StaticWarning | |
| 222 call_nonexistent_constructor_test: StaticWarning | |
| 223 checked_null_test: StaticWarning | |
| 224 checked_setter2_test: StaticWarning | |
| 225 checked_setter_test: StaticWarning | |
| 226 closure_type_test: StaticWarning | |
| 227 compile_time_constant_checked2_test/02: MissingCompileTimeError | 220 compile_time_constant_checked2_test/02: MissingCompileTimeError |
| 228 compile_time_constant_checked2_test/03: MissingCompileTimeError | 221 compile_time_constant_checked2_test/03: MissingCompileTimeError |
| 229 compile_time_constant_checked2_test/04: MissingCompileTimeError | 222 compile_time_constant_checked2_test/04: MissingCompileTimeError |
| 230 compile_time_constant_checked2_test/06: MissingCompileTimeError | 223 compile_time_constant_checked2_test/06: MissingCompileTimeError |
| 231 compile_time_constant_checked3_test/02: MissingCompileTimeError | 224 compile_time_constant_checked3_test/02: MissingCompileTimeError |
| 232 compile_time_constant_checked3_test/03: MissingCompileTimeError | 225 compile_time_constant_checked3_test/03: MissingCompileTimeError |
| 233 compile_time_constant_checked3_test/04: MissingCompileTimeError | 226 compile_time_constant_checked3_test/04: MissingCompileTimeError |
| 234 compile_time_constant_checked3_test/06: MissingCompileTimeError | 227 compile_time_constant_checked3_test/06: MissingCompileTimeError |
| 235 compile_time_constant_checked_test/02: MissingCompileTimeError | 228 compile_time_constant_checked_test/02: MissingCompileTimeError |
| 236 compile_time_constant_k_test: StaticWarning | |
| 237 compile_time_constant_o_test: StaticWarning | |
| 238 const_counter_negative_test: CompileTimeError | 229 const_counter_negative_test: CompileTimeError |
| 239 const_objects_are_immutable_test: StaticWarning | |
| 240 const_optional_args_negative_test: CompileTimeError | 230 const_optional_args_negative_test: CompileTimeError |
| 241 constructor_named_arguments_test/01: StaticWarning | |
| 242 constructor_redirect1_negative_test: CompileTimeError | 231 constructor_redirect1_negative_test: CompileTimeError |
| 243 constructor_redirect2_negative_test: CompileTimeError | 232 constructor_redirect2_negative_test: CompileTimeError |
| 244 constructor_setter_negative_test: CompileTimeError | 233 constructor_setter_negative_test: CompileTimeError |
| 245 constructor_test: StaticWarning | |
| 246 core_type_check_test: StaticWarning | |
| 247 crash_6725_test: StaticWarning | |
| 248 default_factory_library_test: StaticWarning | |
| 249 default_factory_test: StaticWarning | |
| 250 double_to_string_as_exponential2_test: StaticWarning | |
| 251 double_to_string_as_fixed2_test: StaticWarning | |
| 252 double_to_string_as_precision2_test: StaticWarning | |
| 253 duplicate_export_negative_test: CompileTimeError | 234 duplicate_export_negative_test: CompileTimeError |
| 254 duplicate_interface_negative_test: CompileTimeError | 235 duplicate_interface_negative_test: CompileTimeError |
| 255 dynamic_field_test: StaticWarning | |
| 256 dynamic_prefix_core_test: StaticWarning | |
| 257 empty_block_case_test: StaticWarning | 236 empty_block_case_test: StaticWarning |
| 258 error_stacktrace_test: StaticWarning | 237 error_stacktrace_test: StaticWarning |
| 259 export_ambiguous_main_negative_test: CompileTimeError | 238 export_ambiguous_main_negative_test: CompileTimeError |
| 260 extend_type_parameter2_negative_test: CompileTimeError | 239 extend_type_parameter2_negative_test: CompileTimeError |
| 261 extend_type_parameter_negative_test: CompileTimeError | 240 extend_type_parameter_negative_test: CompileTimeError |
| 262 external_test/20: StaticWarning | 241 external_test/20: StaticWarning |
| 263 factory2_negative_test: CompileTimeError | 242 factory2_negative_test: CompileTimeError |
| 264 factory2_test: StaticWarning | 243 factory2_test: StaticWarning |
| 265 factory3_negative_test: CompileTimeError | 244 factory3_negative_test: CompileTimeError |
| 266 factory3_test: StaticWarning | 245 factory3_test: StaticWarning |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 type_variable_conflict2_test/08: MissingCompileTimeError | 465 type_variable_conflict2_test/08: MissingCompileTimeError |
| 487 type_variable_conflict2_test/10: MissingCompileTimeError | 466 type_variable_conflict2_test/10: MissingCompileTimeError |
| 488 unary_plus_negative_test: CompileTimeError | 467 unary_plus_negative_test: CompileTimeError |
| 489 unbound_getter_test: StaticWarning | 468 unbound_getter_test: StaticWarning |
| 490 unhandled_exception_negative_test: CompileTimeError | 469 unhandled_exception_negative_test: CompileTimeError |
| 491 unresolved_top_level_method_negative_test: CompileTimeError | 470 unresolved_top_level_method_negative_test: CompileTimeError |
| 492 vm/type_cast_vm_test: StaticWarning | 471 vm/type_cast_vm_test: StaticWarning |
| 493 vm/type_vm_test: StaticWarning | 472 vm/type_vm_test: StaticWarning |
| 494 void_type_test: StaticWarning | 473 void_type_test: StaticWarning |
| 495 | 474 |
| OLD | NEW |