| 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/abstract_class_instantiation: Crash |
| 61 inference/assert: VerificationError | 62 inference/assert: VerificationError |
| 62 inference/async_closure_return_type_flatten: Crash | 63 inference/async_closure_return_type_flatten: Crash |
| 63 inference/async_closure_return_type_future: Crash | 64 inference/async_closure_return_type_future: Crash |
| 64 inference/async_closure_return_type_future_or: Crash | 65 inference/async_closure_return_type_future_or: Crash |
| 65 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash | 66 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash |
| 66 inference/block_bodied_lambdas_async_all_returns_are_values: Crash | 67 inference/block_bodied_lambdas_async_all_returns_are_values: Crash |
| 67 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash | 68 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash |
| 68 inference/block_bodied_lambdas_async_star: Crash | 69 inference/block_bodied_lambdas_async_star: Crash |
| 69 inference/block_bodied_lambdas_basic: Crash | 70 inference/block_bodied_lambdas_basic: Crash |
| 70 inference/block_bodied_lambdas_basic_void: Crash | 71 inference/block_bodied_lambdas_basic_void: Crash |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 regress/issue_29977: Crash | 531 regress/issue_29977: Crash |
| 531 regress/issue_29978: Crash | 532 regress/issue_29978: Crash |
| 532 regress/issue_29979: Crash | 533 regress/issue_29979: Crash |
| 533 regress/issue_29980: Crash | 534 regress/issue_29980: Crash |
| 534 regress/issue_29981: Crash | 535 regress/issue_29981: Crash |
| 535 regress/issue_29982: Crash | 536 regress/issue_29982: Crash |
| 536 regress/issue_29984: RuntimeError | 537 regress/issue_29984: RuntimeError |
| 537 regress/issue_29985: Crash | 538 regress/issue_29985: Crash |
| 538 regress/issue_29986: Crash | 539 regress/issue_29986: Crash |
| 539 regress/issue_29987: Crash | 540 regress/issue_29987: Crash |
| OLD | NEW |