| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 inference/this_reference: Crash | 370 inference/this_reference: Crash |
| 371 inference/top_level_return_and_yield: Crash | 371 inference/top_level_return_and_yield: Crash |
| 372 inference/toplevel_inference_toplevel_var: Crash | 372 inference/toplevel_inference_toplevel_var: Crash |
| 373 inference/try_catch: Crash | 373 inference/try_catch: Crash |
| 374 inference/try_catch_finally: Crash | 374 inference/try_catch_finally: Crash |
| 375 inference/try_catch_promotion: Crash | 375 inference/try_catch_promotion: Crash |
| 376 inference/try_finally: Crash | 376 inference/try_finally: Crash |
| 377 inference/type_cast: Crash | 377 inference/type_cast: Crash |
| 378 inference/type_promotion_ignores_local_functions: Crash | 378 inference/type_promotion_ignores_local_functions: Crash |
| 379 inference/type_promotion_not_and_not: Crash | 379 inference/type_promotion_not_and_not: Crash |
| 380 inference/unresolved_super: VerificationError |
| 380 inference/unsafe_block_closure_inference_closure_call: Crash | 381 inference/unsafe_block_closure_inference_closure_call: Crash |
| 381 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param
: Crash | 382 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param
: Crash |
| 382 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C
rash | 383 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C
rash |
| 383 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C
rash | 384 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C
rash |
| 384 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash | 385 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash |
| 385 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C
rash | 386 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C
rash |
| 386 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Crash | 387 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Crash |
| 387 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Crash | 388 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Crash |
| 388 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras
h | 389 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras
h |
| 389 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Crash | 390 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Crash |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 regress/issue_29977: Crash | 521 regress/issue_29977: Crash |
| 521 regress/issue_29978: Crash | 522 regress/issue_29978: Crash |
| 522 regress/issue_29979: Crash | 523 regress/issue_29979: Crash |
| 523 regress/issue_29980: Crash | 524 regress/issue_29980: Crash |
| 524 regress/issue_29981: Crash | 525 regress/issue_29981: Crash |
| 525 regress/issue_29982: Crash | 526 regress/issue_29982: Crash |
| 526 regress/issue_29984: RuntimeError | 527 regress/issue_29984: RuntimeError |
| 527 regress/issue_29985: Crash | 528 regress/issue_29985: Crash |
| 528 regress/issue_29986: Crash | 529 regress/issue_29986: Crash |
| 529 regress/issue_29987: Crash | 530 regress/issue_29987: Crash |
| OLD | NEW |