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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 store_load: Crash | 51 store_load: Crash |
52 stringliteral: Crash | 52 stringliteral: Crash |
53 super_rasta_copy: Crash | 53 super_rasta_copy: Crash |
54 top_level_accessors: Crash | 54 top_level_accessors: Crash |
55 type_variable_as_super: Fail | 55 type_variable_as_super: Fail |
56 typedef: Crash | 56 typedef: Crash |
57 uninitialized_fields: Crash | 57 uninitialized_fields: Crash |
58 unused_methods: Crash | 58 unused_methods: Crash |
59 void-methods: Crash | 59 void-methods: Crash |
60 | 60 |
| 61 inference/assert: VerificationError |
61 inference/async_closure_return_type_flatten: Crash | 62 inference/async_closure_return_type_flatten: Crash |
62 inference/async_closure_return_type_future: Crash | 63 inference/async_closure_return_type_future: Crash |
63 inference/async_closure_return_type_future_or: Crash | 64 inference/async_closure_return_type_future_or: Crash |
64 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash | 65 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash |
65 inference/block_bodied_lambdas_async_all_returns_are_values: Crash | 66 inference/block_bodied_lambdas_async_all_returns_are_values: Crash |
66 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash | 67 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash |
67 inference/block_bodied_lambdas_async_star: Crash | 68 inference/block_bodied_lambdas_async_star: Crash |
68 inference/block_bodied_lambdas_basic: Crash | 69 inference/block_bodied_lambdas_basic: Crash |
69 inference/block_bodied_lambdas_basic_void: Crash | 70 inference/block_bodied_lambdas_basic_void: Crash |
70 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr
ash | 71 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr
ash |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 regress/issue_29977: Crash | 506 regress/issue_29977: Crash |
506 regress/issue_29978: Crash | 507 regress/issue_29978: Crash |
507 regress/issue_29979: Crash | 508 regress/issue_29979: Crash |
508 regress/issue_29980: Crash | 509 regress/issue_29980: Crash |
509 regress/issue_29981: Crash | 510 regress/issue_29981: Crash |
510 regress/issue_29982: Crash | 511 regress/issue_29982: Crash |
511 regress/issue_29984: RuntimeError | 512 regress/issue_29984: RuntimeError |
512 regress/issue_29985: Crash | 513 regress/issue_29985: Crash |
513 regress/issue_29986: Crash | 514 regress/issue_29986: Crash |
514 regress/issue_29987: Crash | 515 regress/issue_29987: Crash |
OLD | NEW |