| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. | 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
| 6 | 6 |
| 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is | 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is |
| 8 # testing generating Analyzer ASTs, that is, code in | 8 # testing generating Analyzer ASTs, that is, code in |
| 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so | 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so |
| 10 # there are many crashes. | 10 # there are many crashes. |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 inference/generic_methods_infer_generic_function_parameter_type2: Crash | 168 inference/generic_methods_infer_generic_function_parameter_type2: Crash |
| 169 inference/generic_methods_infer_generic_function_parameter_type: Crash | 169 inference/generic_methods_infer_generic_function_parameter_type: Crash |
| 170 inference/generic_methods_infer_generic_function_return_type: Crash | 170 inference/generic_methods_infer_generic_function_return_type: Crash |
| 171 inference/generic_methods_infer_generic_instantiation: Crash | 171 inference/generic_methods_infer_generic_instantiation: Crash |
| 172 inference/generic_methods_infer_generic_method_type: Crash | 172 inference/generic_methods_infer_generic_method_type: Crash |
| 173 inference/generic_methods_infer_js_builtin: Fail | 173 inference/generic_methods_infer_js_builtin: Fail |
| 174 inference/generic_methods_inference_error: Crash | 174 inference/generic_methods_inference_error: Crash |
| 175 inference/generic_methods_iterable_and_future: Crash | 175 inference/generic_methods_iterable_and_future: Crash |
| 176 inference/generic_methods_nested_generic_instantiation: Crash | 176 inference/generic_methods_nested_generic_instantiation: Crash |
| 177 inference/generic_methods_uses_greatest_lower_bound: Crash | 177 inference/generic_methods_uses_greatest_lower_bound: Crash |
| 178 inference/infer_accessor_from_later_inferred_field: Crash |
| 178 inference/infer_assign_to_implicit_this: Crash | 179 inference/infer_assign_to_implicit_this: Crash |
| 179 inference/infer_assign_to_implicit_this_upwards: Crash | 180 inference/infer_assign_to_implicit_this_upwards: Crash |
| 180 inference/infer_assign_to_index: Crash | 181 inference/infer_assign_to_index: Crash |
| 181 inference/infer_assign_to_index_full: Crash | 182 inference/infer_assign_to_index_full: Crash |
| 182 inference/infer_assign_to_index_set_vs_get: Crash | 183 inference/infer_assign_to_index_set_vs_get: Crash |
| 183 inference/infer_assign_to_index_super: Crash | 184 inference/infer_assign_to_index_super: Crash |
| 184 inference/infer_assign_to_index_super_upwards: Crash | 185 inference/infer_assign_to_index_super_upwards: Crash |
| 185 inference/infer_assign_to_index_this: Crash | 186 inference/infer_assign_to_index_this: Crash |
| 186 inference/infer_assign_to_index_this_upwards: Crash | 187 inference/infer_assign_to_index_this_upwards: Crash |
| 187 inference/infer_assign_to_index_upwards: Crash | 188 inference/infer_assign_to_index_upwards: Crash |
| (...skipping 15 matching lines...) Expand all Loading... |
| 203 inference/infer_binary_double_int: Crash | 204 inference/infer_binary_double_int: Crash |
| 204 inference/infer_binary_int_double: Crash | 205 inference/infer_binary_int_double: Crash |
| 205 inference/infer_binary_int_int: Crash | 206 inference/infer_binary_int_int: Crash |
| 206 inference/infer_conditional: Crash | 207 inference/infer_conditional: Crash |
| 207 inference/infer_consts_transitively_2: Crash | 208 inference/infer_consts_transitively_2: Crash |
| 208 inference/infer_consts_transitively_2_a: Crash | 209 inference/infer_consts_transitively_2_a: Crash |
| 209 inference/infer_consts_transitively_2_b: Crash | 210 inference/infer_consts_transitively_2_b: Crash |
| 210 inference/infer_consts_transitively_b: Crash | 211 inference/infer_consts_transitively_b: Crash |
| 211 inference/infer_correctly_on_multiple_variables_declared_together: Crash | 212 inference/infer_correctly_on_multiple_variables_declared_together: Crash |
| 212 inference/infer_field_from_later_inferred_field: Crash | 213 inference/infer_field_from_later_inferred_field: Crash |
| 214 inference/infer_field_from_later_inferred_getter: Crash |
| 215 inference/infer_field_from_later_inferred_setter: Crash |
| 213 inference/infer_field_getter_setter_mismatch: Crash | 216 inference/infer_field_getter_setter_mismatch: Crash |
| 214 inference/infer_field_override_getter_overrides_setter: Crash | 217 inference/infer_field_override_getter_overrides_setter: Crash |
| 215 inference/infer_field_override_multiple: Crash | 218 inference/infer_field_override_multiple: Crash |
| 216 inference/infer_field_override_of_override: Crash | 219 inference/infer_field_override_of_override: Crash |
| 217 inference/infer_field_override_setter_overrides_getter: Crash | 220 inference/infer_field_override_setter_overrides_getter: Crash |
| 218 inference/infer_field_override_with_substitution: Crash | 221 inference/infer_field_override_with_substitution: Crash |
| 219 inference/infer_field_overrides_getter: Crash | 222 inference/infer_field_overrides_getter: Crash |
| 220 inference/infer_field_overrides_setter: Crash | 223 inference/infer_field_overrides_setter: Crash |
| 221 inference/infer_field_static: Crash | 224 inference/infer_field_static: Crash |
| 222 inference/infer_final_field_getter_and_setter: Crash | 225 inference/infer_final_field_getter_and_setter: Crash |
| 223 inference/infer_final_field_getter_only: Crash | 226 inference/infer_final_field_getter_only: Crash |
| 224 inference/infer_final_field_setter_only: Crash | 227 inference/infer_final_field_setter_only: Crash |
| 225 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash | 228 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash |
| 226 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash | 229 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash |
| 227 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash | 230 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash |
| 228 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash | 231 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash |
| 229 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash | 232 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash |
| 230 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash | 233 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash |
| 231 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash | 234 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash |
| 232 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash | 235 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash |
| 233 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash | 236 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash |
| 234 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash | 237 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash |
| 235 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash | 238 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash |
| 236 inference/infer_generic_method_type_named: Crash | 239 inference/infer_generic_method_type_named: Crash |
| 237 inference/infer_generic_method_type_positional2: Crash | 240 inference/infer_generic_method_type_positional2: Crash |
| 238 inference/infer_generic_method_type_positional: Crash | 241 inference/infer_generic_method_type_positional: Crash |
| 239 inference/infer_generic_method_type_required: Crash | 242 inference/infer_generic_method_type_required: Crash |
| 243 inference/infer_getter_from_later_inferred_getter: Crash |
| 240 inference/infer_list_literal_nested_in_map_literal: Crash | 244 inference/infer_list_literal_nested_in_map_literal: Crash |
| 241 inference/infer_local_function_return_type: Crash | 245 inference/infer_local_function_return_type: Crash |
| 242 inference/infer_parameter_type_setter_from_field: Crash | 246 inference/infer_parameter_type_setter_from_field: Crash |
| 243 inference/infer_parameter_type_setter_from_setter: Crash | 247 inference/infer_parameter_type_setter_from_setter: Crash |
| 244 inference/infer_prefix_expression: Crash | 248 inference/infer_prefix_expression: Crash |
| 245 inference/infer_prefix_expression_custom: Crash | 249 inference/infer_prefix_expression_custom: Crash |
| 246 inference/infer_return_of_statement_lambda: Crash | 250 inference/infer_return_of_statement_lambda: Crash |
| 251 inference/infer_setter_from_later_inferred_setter: Crash |
| 247 inference/infer_statics_transitively2: Crash | 252 inference/infer_statics_transitively2: Crash |
| 248 inference/infer_statics_transitively3: Crash | 253 inference/infer_statics_transitively3: Crash |
| 249 inference/infer_statics_transitively3_a: Crash | 254 inference/infer_statics_transitively3_a: Crash |
| 250 inference/infer_statics_transitively: Crash | 255 inference/infer_statics_transitively: Crash |
| 251 inference/infer_statics_transitively_2_a: Crash | 256 inference/infer_statics_transitively_2_a: Crash |
| 252 inference/infer_statics_transitively_a: Crash | 257 inference/infer_statics_transitively_a: Crash |
| 253 inference/infer_statics_transitively_b: Crash | 258 inference/infer_statics_transitively_b: Crash |
| 254 inference/infer_statics_with_method_invocations: Crash | 259 inference/infer_statics_with_method_invocations: Crash |
| 255 inference/infer_statics_with_method_invocations_a: Crash | 260 inference/infer_statics_with_method_invocations_a: Crash |
| 256 inference/infer_throw: Crash | 261 inference/infer_throw: Crash |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 inference/local_constructor_from_arguments: Crash | 322 inference/local_constructor_from_arguments: Crash |
| 318 inference/local_return_and_yield: Crash | 323 inference/local_return_and_yield: Crash |
| 319 inference/map_literals: Fail | 324 inference/map_literals: Fail |
| 320 inference/map_literals_can_infer_null: Fail | 325 inference/map_literals_can_infer_null: Fail |
| 321 inference/map_literals_can_infer_null_top_level: Crash | 326 inference/map_literals_can_infer_null_top_level: Crash |
| 322 inference/map_literals_top_level: Crash | 327 inference/map_literals_top_level: Crash |
| 323 inference/method_call_with_type_arguments_instance_method: Crash | 328 inference/method_call_with_type_arguments_instance_method: Crash |
| 324 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C
rash | 329 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C
rash |
| 325 inference/method_call_with_type_arguments_static_method: Crash | 330 inference/method_call_with_type_arguments_static_method: Crash |
| 326 inference/method_call_with_type_arguments_top_level_function: Crash | 331 inference/method_call_with_type_arguments_top_level_function: Crash |
| 332 inference/non_inferrable_getter_setter: Crash |
| 327 inference/null_literal_should_not_infer_as_bottom: Crash | 333 inference/null_literal_should_not_infer_as_bottom: Crash |
| 328 inference/parameter_defaults_downwards: Crash | 334 inference/parameter_defaults_downwards: Crash |
| 329 inference/parameter_defaults_upwards: Crash | 335 inference/parameter_defaults_upwards: Crash |
| 330 inference/propagate_inference_to_field_in_class: Crash | 336 inference/propagate_inference_to_field_in_class: Crash |
| 331 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash | 337 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash |
| 332 inference/propagate_inference_transitively2: Crash | 338 inference/propagate_inference_transitively2: Crash |
| 333 inference/propagate_inference_transitively: Crash | 339 inference/propagate_inference_transitively: Crash |
| 334 inference/property_get_toplevel: Crash | 340 inference/property_get_toplevel: Crash |
| 335 inference/property_set: Crash | 341 inference/property_set: Crash |
| 336 inference/property_set_bad_setter: Crash | 342 inference/property_set_bad_setter: Crash |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 rasta/switch_fall_through: Fail | 468 rasta/switch_fall_through: Fail |
| 463 rasta/this_invoke: Crash | 469 rasta/this_invoke: Crash |
| 464 rasta/try_label: Crash | 470 rasta/try_label: Crash |
| 465 rasta/type_literals: Crash | 471 rasta/type_literals: Crash |
| 466 rasta/type_with_parse_error: Fail | 472 rasta/type_with_parse_error: Fail |
| 467 rasta/typedef: Crash | 473 rasta/typedef: Crash |
| 468 rasta/unresolved: Fail | 474 rasta/unresolved: Fail |
| 469 rasta/unresolved_constructor: Crash | 475 rasta/unresolved_constructor: Crash |
| 470 rasta/unresolved_for_in: Crash | 476 rasta/unresolved_for_in: Crash |
| 471 rasta/unresolved_recovery: Fail | 477 rasta/unresolved_recovery: Fail |
| OLD | NEW |