| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 regress/issue_29945: Crash | 424 regress/issue_29945: Crash |
| 425 regress/issue_29977: Crash | 425 regress/issue_29977: Crash |
| 426 regress/issue_29978: Crash | 426 regress/issue_29978: Crash |
| 427 regress/issue_29979: Crash | 427 regress/issue_29979: Crash |
| 428 regress/issue_29980: Crash | 428 regress/issue_29980: Crash |
| 429 regress/issue_29981: Crash | 429 regress/issue_29981: Crash |
| 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 |
| 435 runtime_checks/contravariant_generic_method_type_parameter: Crash |
| 436 runtime_checks/contravariant_generic_return: Crash |
| 437 runtime_checks/contravariant_generic_return_tear_off: Crash |
| 438 runtime_checks/contravariant_getter: 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 |
| 442 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail |
| 443 runtime_checks/covariant_generic_parameter_in_interface_super: Fail |
| 444 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail |
| 445 runtime_checks/covariant_generic_parameter_tear_off: Crash |
| 446 runtime_checks/covariant_keyword: Crash |
| 447 runtime_checks/covariant_setter: Crash |
| 448 runtime_checks/dynamic_invocation: Fail |
| 449 runtime_checks/dynamic_invocation_generic: Fail |
| 450 runtime_checks/dynamic_invocation_of_getter: Crash |
| 434 static_setter: Crash | 451 static_setter: Crash |
| 435 store_load: Crash | 452 store_load: Crash |
| 436 stringliteral: Crash | 453 stringliteral: Crash |
| 437 super_rasta_copy: Crash | 454 super_rasta_copy: Crash |
| 438 top_level_accessors: Crash | 455 top_level_accessors: Crash |
| 439 type_variable_as_super: Crash | 456 type_variable_as_super: Crash |
| 440 typedef: Crash | 457 typedef: Crash |
| 441 uninitialized_fields: Crash | 458 uninitialized_fields: Crash |
| 442 unused_methods: Crash | 459 unused_methods: Crash |
| 443 void-methods: Crash | 460 void-methods: Crash |
| OLD | NEW |