| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 regress/issue_29984: Crash | 430 regress/issue_29984: Crash |
| 431 regress/issue_29985: Crash | 431 regress/issue_29985: Crash |
| 432 regress/issue_29987: Crash | 432 regress/issue_29987: Crash |
| 433 reorder_super: Crash | 433 reorder_super: Crash |
| 434 runtime_checks/call_through_this: Crash | 434 runtime_checks/call_through_this: Crash |
| 435 runtime_checks/contravariant_generic_method_type_parameter: Crash | 435 runtime_checks/contravariant_generic_method_type_parameter: Crash |
| 436 runtime_checks/contravariant_generic_return: Crash | 436 runtime_checks/contravariant_generic_return: Crash |
| 437 runtime_checks/contravariant_generic_return_tear_off: Crash | 437 runtime_checks/contravariant_generic_return_tear_off: Crash |
| 438 runtime_checks/contravariant_getter: Crash | 438 runtime_checks/contravariant_getter: Crash |
| 439 runtime_checks/covariant_generic_method_type_parameter: Crash | 439 runtime_checks/covariant_generic_method_type_parameter: Crash |
| 440 runtime_checks/covariant_generic_parameter: Fail | |
| 441 runtime_checks/covariant_generic_parameter_in_interface: Crash | 440 runtime_checks/covariant_generic_parameter_in_interface: Crash |
| 442 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail | 441 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail |
| 443 runtime_checks/covariant_generic_parameter_in_interface_super: Fail | 442 runtime_checks/covariant_generic_parameter_in_interface_super: Fail |
| 444 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail | 443 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail |
| 445 runtime_checks/covariant_generic_parameter_tear_off: Crash | 444 runtime_checks/covariant_generic_parameter_tear_off: Crash |
| 446 runtime_checks/covariant_keyword: Crash | 445 runtime_checks/covariant_keyword: Crash |
| 447 runtime_checks/covariant_setter: Crash | 446 runtime_checks/covariant_setter: Crash |
| 448 runtime_checks/dynamic_invocation: Fail | 447 runtime_checks/dynamic_invocation: Fail |
| 449 runtime_checks/dynamic_invocation_generic: Fail | 448 runtime_checks/dynamic_invocation_generic: Fail |
| 450 runtime_checks/dynamic_invocation_of_getter: Crash | 449 runtime_checks/dynamic_invocation_of_getter: Crash |
| 451 static_setter: Crash | 450 static_setter: Crash |
| 452 store_load: Crash | 451 store_load: Crash |
| 453 stringliteral: Crash | 452 stringliteral: Crash |
| 454 super_rasta_copy: Crash | 453 super_rasta_copy: Crash |
| 455 top_level_accessors: Crash | 454 top_level_accessors: Crash |
| 456 type_variable_as_super: Crash | 455 type_variable_as_super: Crash |
| 457 typedef: Crash | 456 typedef: Crash |
| 458 uninitialized_fields: Crash | 457 uninitialized_fields: Crash |
| 459 unused_methods: Crash | 458 unused_methods: Crash |
| 460 void-methods: Crash | 459 void-methods: Crash |
| OLD | NEW |