| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 inference_new/downwards_inference_inside_top_level: Crash | 392 inference_new/downwards_inference_inside_top_level: Crash |
| 393 inference_new/downwards_inference_inside_top_level_2: Crash | 393 inference_new/downwards_inference_inside_top_level_2: Crash |
| 394 inference_new/field_inference_circularity: Crash | 394 inference_new/field_inference_circularity: Crash |
| 395 inference_new/infer_assign_to_index: Crash | 395 inference_new/infer_assign_to_index: Crash |
| 396 inference_new/infer_assign_to_property: Crash | 396 inference_new/infer_assign_to_property: Crash |
| 397 inference_new/infer_assign_to_property_custom: Crash | 397 inference_new/infer_assign_to_property_custom: Crash |
| 398 inference_new/infer_assign_to_ref: Crash | 398 inference_new/infer_assign_to_ref: Crash |
| 399 inference_new/infer_instance_accessor_ref: Crash | 399 inference_new/infer_instance_accessor_ref: Crash |
| 400 inference_new/infer_instance_field_ref: Crash | 400 inference_new/infer_instance_field_ref: Crash |
| 401 inference_new/infer_instance_field_ref_circular: Crash | 401 inference_new/infer_instance_field_ref_circular: Crash |
| 402 inference_new/infer_logical: Crash |
| 402 inference_new/infer_use_of_void: Crash | 403 inference_new/infer_use_of_void: Crash |
| 403 inference_new/list_literals_can_infer_null_top_level: Crash | 404 inference_new/list_literals_can_infer_null_top_level: Crash |
| 404 inference_new/map_literals_can_infer_null_top_level: Crash | 405 inference_new/map_literals_can_infer_null_top_level: Crash |
| 405 inference_new/property_get_toplevel: Crash | 406 inference_new/property_get_toplevel: Crash |
| 406 inference_new/strongly_connected_component: Crash | 407 inference_new/strongly_connected_component: Crash |
| 407 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para
m_via_expr2: Crash | 408 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para
m_via_expr2: Crash |
| 408 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v
ia_expr2: Crash | 409 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v
ia_expr2: Crash |
| 409 inference_new/void_return_type_subtypes_dynamic: Crash | 410 inference_new/void_return_type_subtypes_dynamic: Crash |
| 410 | 411 |
| 411 rasta/abstract_constructor: Fail | 412 rasta/abstract_constructor: Fail |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 regress/issue_29977: Crash | 503 regress/issue_29977: Crash |
| 503 regress/issue_29978: Crash | 504 regress/issue_29978: Crash |
| 504 regress/issue_29979: Crash | 505 regress/issue_29979: Crash |
| 505 regress/issue_29980: Crash | 506 regress/issue_29980: Crash |
| 506 regress/issue_29981: Crash | 507 regress/issue_29981: Crash |
| 507 regress/issue_29982: Crash | 508 regress/issue_29982: Crash |
| 508 regress/issue_29984: RuntimeError | 509 regress/issue_29984: RuntimeError |
| 509 regress/issue_29985: Crash | 510 regress/issue_29985: Crash |
| 510 regress/issue_29986: Crash | 511 regress/issue_29986: Crash |
| 511 regress/issue_29987: Crash | 512 regress/issue_29987: Crash |
| OLD | NEW |