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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 inference/simple_literal_bool: Crash | 355 inference/simple_literal_bool: Crash |
356 inference/simple_literal_double: Crash | 356 inference/simple_literal_double: Crash |
357 inference/simple_literal_int: Crash | 357 inference/simple_literal_int: Crash |
358 inference/simple_literal_null: Crash | 358 inference/simple_literal_null: Crash |
359 inference/static_method_tear_off: Crash | 359 inference/static_method_tear_off: Crash |
360 inference/string_literal: Crash | 360 inference/string_literal: Crash |
361 inference/subexpressions_of_explicitly_typed_fields: Crash | 361 inference/subexpressions_of_explicitly_typed_fields: Crash |
362 inference/this_reference: Crash | 362 inference/this_reference: Crash |
363 inference/top_level_return_and_yield: Crash | 363 inference/top_level_return_and_yield: Crash |
364 inference/toplevel_inference_toplevel_var: Crash | 364 inference/toplevel_inference_toplevel_var: Crash |
| 365 inference/try_catch: Crash |
| 366 inference/try_catch_finally: Crash |
| 367 inference/try_catch_promotion: Crash |
| 368 inference/try_finally: Crash |
365 inference/type_cast: Crash | 369 inference/type_cast: Crash |
366 inference/type_promotion_ignores_local_functions: Crash | 370 inference/type_promotion_ignores_local_functions: Crash |
367 inference/type_promotion_not_and_not: Crash | 371 inference/type_promotion_not_and_not: Crash |
368 inference/unsafe_block_closure_inference_closure_call: Crash | 372 inference/unsafe_block_closure_inference_closure_call: Crash |
369 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param
: Crash | 373 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param
: Crash |
370 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C
rash | 374 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C
rash |
371 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C
rash | 375 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C
rash |
372 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash | 376 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash |
373 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C
rash | 377 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C
rash |
374 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Crash | 378 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Crash |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 regress/issue_29977: Crash | 509 regress/issue_29977: Crash |
506 regress/issue_29978: Crash | 510 regress/issue_29978: Crash |
507 regress/issue_29979: Crash | 511 regress/issue_29979: Crash |
508 regress/issue_29980: Crash | 512 regress/issue_29980: Crash |
509 regress/issue_29981: Crash | 513 regress/issue_29981: Crash |
510 regress/issue_29982: Crash | 514 regress/issue_29982: Crash |
511 regress/issue_29984: RuntimeError | 515 regress/issue_29984: RuntimeError |
512 regress/issue_29985: Crash | 516 regress/issue_29985: Crash |
513 regress/issue_29986: Crash | 517 regress/issue_29986: Crash |
514 regress/issue_29987: Crash | 518 regress/issue_29987: Crash |
OLD | NEW |