| 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 # Status file for the ast_builder_test.dart test suite. This is testing | 5 # Status file for the ast_builder_test.dart test suite. This is testing |
| 6 # generating analyzer ASTs and connecting up type inference information. | 6 # generating analyzer ASTs and connecting up type inference information. |
| 7 DeltaBlue: Crash | 7 DeltaBlue: Crash |
| 8 accessors: Crash | 8 accessors: Crash |
| 9 arithmetic: Crash | 9 arithmetic: Crash |
| 10 bad_store: Crash | 10 bad_store: Crash |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 inference/propagate_inference_transitively: Crash | 287 inference/propagate_inference_transitively: Crash |
| 288 inference/property_get_toplevel: Crash | 288 inference/property_get_toplevel: Crash |
| 289 inference/property_set: Crash | 289 inference/property_set: Crash |
| 290 inference/property_set_bad_setter: Crash | 290 inference/property_set_bad_setter: Crash |
| 291 inference/refine_binary_expression_type_type_parameter_t_double: Crash | 291 inference/refine_binary_expression_type_type_parameter_t_double: Crash |
| 292 inference/refine_binary_expression_type_type_parameter_t_int: Crash | 292 inference/refine_binary_expression_type_type_parameter_t_int: Crash |
| 293 inference/refine_binary_expression_type_type_parameter_t_t: Crash | 293 inference/refine_binary_expression_type_type_parameter_t_t: Crash |
| 294 inference/static_method_tear_off: Crash | 294 inference/static_method_tear_off: Crash |
| 295 inference/string_literal: Crash | 295 inference/string_literal: Crash |
| 296 inference/subexpressions_of_explicitly_typed_fields: Crash | 296 inference/subexpressions_of_explicitly_typed_fields: Crash |
| 297 inference/super_initializer: Crash |
| 297 inference/super_method_invocation: Crash | 298 inference/super_method_invocation: Crash |
| 298 inference/super_property_get: Crash | 299 inference/super_property_get: Crash |
| 299 inference/super_property_get_invoke_function_typed: Crash | 300 inference/super_property_get_invoke_function_typed: Crash |
| 300 inference/super_property_get_invoke_implicit_call: Crash | 301 inference/super_property_get_invoke_implicit_call: Crash |
| 301 inference/super_property_get_tearoff: Crash | 302 inference/super_property_get_tearoff: Crash |
| 302 inference/switch_continue: Crash | 303 inference/switch_continue: Crash |
| 303 inference/this_reference: Crash | 304 inference/this_reference: Crash |
| 304 inference/top_level_return_and_yield: Crash | 305 inference/top_level_return_and_yield: Crash |
| 305 inference/try_catch: Crash | 306 inference/try_catch: Crash |
| 306 inference/try_catch_finally: Crash | 307 inference/try_catch_finally: Crash |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 static_setter: Crash | 428 static_setter: Crash |
| 428 store_load: Crash | 429 store_load: Crash |
| 429 stringliteral: Crash | 430 stringliteral: Crash |
| 430 super_rasta_copy: Crash | 431 super_rasta_copy: Crash |
| 431 top_level_accessors: Crash | 432 top_level_accessors: Crash |
| 432 type_variable_as_super: Crash | 433 type_variable_as_super: Crash |
| 433 typedef: Crash | 434 typedef: Crash |
| 434 uninitialized_fields: Crash | 435 uninitialized_fields: Crash |
| 435 unused_methods: Crash | 436 unused_methods: Crash |
| 436 void-methods: Crash | 437 void-methods: Crash |
| OLD | NEW |