| 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 # Status file for the compile_test.dart (notice c, not k) test suite. This is | 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is |
| 6 # testing generating Kernel ASTs directly, that is, code in | 6 # testing generating Kernel ASTs directly, that is, code in |
| 7 # pkg/fasta/lib/src/kernel/. | 7 # pkg/fasta/lib/src/kernel/. |
| 8 | 8 |
| 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. | 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
| 10 | 10 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 inference/constructors_infer_from_arguments_redirecting_factory: Fail | 60 inference/constructors_infer_from_arguments_redirecting_factory: Fail |
| 61 inference/constructors_inference_f_bounded: Fail | 61 inference/constructors_inference_f_bounded: Fail |
| 62 inference/constructors_reverse_type_parameters: Fail | 62 inference/constructors_reverse_type_parameters: Fail |
| 63 inference/constructors_too_many_positional_arguments: Fail | 63 inference/constructors_too_many_positional_arguments: Fail |
| 64 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Fail | 64 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Fail |
| 65 inference/dont_infer_field_type_when_initializer_is_null: Fail | 65 inference/dont_infer_field_type_when_initializer_is_null: Fail |
| 66 inference/dont_infer_type_on_dynamic: Fail | 66 inference/dont_infer_type_on_dynamic: Fail |
| 67 inference/dont_infer_type_when_initializer_is_null: Fail | 67 inference/dont_infer_type_when_initializer_is_null: Fail |
| 68 inference/downward_inference_fixes_no_upwards_errors: Fail | 68 inference/downward_inference_fixes_no_upwards_errors: Fail |
| 69 inference/downward_inference_miscellaneous: Fail | 69 inference/downward_inference_miscellaneous: Fail |
| 70 inference/downwards_inference_annotations: Fail | 70 inference/downwards_inference_annotations_locals: Fail # Issue #30031 |
| 71 inference/downwards_inference_assignment_statements: Fail | 71 inference/downwards_inference_assignment_statements: Fail |
| 72 inference/downwards_inference_async_await: Fail | 72 inference/downwards_inference_async_await: Fail |
| 73 inference/downwards_inference_for_each: Fail | 73 inference/downwards_inference_for_each: Fail |
| 74 inference/downwards_inference_initializing_formal_default_formal: Fail | 74 inference/downwards_inference_initializing_formal_default_formal: Fail |
| 75 inference/downwards_inference_inside_top_level: Fail | 75 inference/downwards_inference_inside_top_level: Fail |
| 76 inference/downwards_inference_on_constructor_arguments_infer_downwards: Fail | 76 inference/downwards_inference_on_constructor_arguments_infer_downwards: Fail |
| 77 inference/downwards_inference_on_function_arguments_infer_downwards: Fail | 77 inference/downwards_inference_on_function_arguments_infer_downwards: Fail |
| 78 inference/downwards_inference_on_function_expressions: Fail | 78 inference/downwards_inference_on_function_expressions: Fail |
| 79 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 79 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
| 80 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Fail | 80 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Fail |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 regress/issue_29977: Crash # Issue 29977. | 358 regress/issue_29977: Crash # Issue 29977. |
| 359 regress/issue_29978: Crash # Issue 29978. | 359 regress/issue_29978: Crash # Issue 29978. |
| 360 regress/issue_29979: Crash # Issue 29979. | 360 regress/issue_29979: Crash # Issue 29979. |
| 361 regress/issue_29980: Crash # Issue 29980. | 361 regress/issue_29980: Crash # Issue 29980. |
| 362 regress/issue_29981: Crash # Issue 29981. | 362 regress/issue_29981: Crash # Issue 29981. |
| 363 regress/issue_29982: Crash # Issue 29982. | 363 regress/issue_29982: Crash # Issue 29982. |
| 364 regress/issue_29983: Crash # Issue 29983. | 364 regress/issue_29983: Crash # Issue 29983. |
| 365 regress/issue_29984: Crash # Issue 29984. | 365 regress/issue_29984: Crash # Issue 29984. |
| 366 regress/issue_29985: Crash # Issue 29985. | 366 regress/issue_29985: Crash # Issue 29985. |
| 367 regress/issue_29987: Crash # Issue 29987. | 367 regress/issue_29987: Crash # Issue 29987. |
| OLD | NEW |