Chromium Code Reviews| 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 DeltaBlue: Fail # Missing types on constructor parameters. | 9 DeltaBlue: Fail # Missing types on constructor parameters. |
| 10 async_function: Fail # Async transformer should be optional. | 10 async_function: Fail # Async transformer should be optional. |
| 11 await: Fail | 11 await: Fail |
| 12 call: Fail # Test can't run. | 12 call: Fail # Test can't run. |
| 13 covariant_generic: Fail # Missing types on constructor parameters. | 13 covariant_generic: Fail # Missing types on constructor parameters. |
| 14 cycles: Fail # Compile-time error handling destroys program. | 14 cycles: Fail # Compile-time error handling destroys program. |
| 15 external: Fail # External method marked abstract. | 15 external: Fail # External method marked abstract. |
| 16 fallthrough: Fail # Missing FallThroughError. | 16 fallthrough: Fail # Missing FallThroughError. |
| 17 function_type_recovery: Fail | 17 function_type_recovery: Fail |
| 18 invocations: Fail | 18 invocations: Fail |
| 19 micro: Fail # External method marked abstract. | 19 micro: Fail # External method marked abstract. |
| 20 named_parameters: Fail # Missing types and unnecessary default values. | 20 named_parameters: Fail # Missing types and unnecessary default values. |
| 21 optional: Fail # Unnecessary default values. | 21 optional: Fail # Unnecessary default values. |
| 22 redirecting_factory: Fail # Missing types on constructor parameters. | 22 redirecting_factory: Fail # Missing types on constructor parameters. |
| 23 statements: Fail # Make async tranformer optional for golden file testing. | 23 statements: Fail # Make async tranformer optional for golden file testing. |
| 24 type_variable_as_super: Fail | 24 type_variable_as_super: Fail |
| 25 uninitialized_fields: Fail # Missing types and unnecessary default values. | 25 uninitialized_fields: Fail # Missing types and unnecessary default values. |
| 26 void-methods: Fail # Bad return from setters. | 26 void-methods: Fail # Bad return from setters. |
| 27 | 27 |
| 28 inference/*: Fail | 28 inference/*: Fail |
| 29 inference/conditional_lub: Pass | |
|
ahe
2017/05/02 18:32:56
I think this test is now marked flaky. You probabl
Paul Berry
2017/05/03 17:31:25
Thanks. Konstantin took care of this in a CL that
| |
| 29 inference/int_upwards_local: Pass | 30 inference/int_upwards_local: Pass |
| 30 inference/local_constructor_from_arguments: Pass | 31 inference/local_constructor_from_arguments: Pass |
| 31 inference/local_reference_upwards_local: Pass | 32 inference/local_reference_upwards_local: Pass |
| 32 inference/toplevel_inference_toplevel_var: Pass | 33 inference/toplevel_inference_toplevel_var: Pass |
| 33 inference/type_promotion_simple: Pass | 34 inference/type_promotion_simple: Pass |
| 34 inference/type_promotion_stopped_by_access_in_a_closure: Pass | 35 inference/type_promotion_stopped_by_access_in_a_closure: Pass |
| 35 inference/type_promotion_stopped_by_assignment_in_scope: Pass | 36 inference/type_promotion_stopped_by_assignment_in_scope: Pass |
| 36 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass | 37 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass |
| 37 | 38 |
| 38 rasta/abstract_constructor: Fail | 39 rasta/abstract_constructor: Fail |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 89 rasta/switch_fall_through: Fail | 90 rasta/switch_fall_through: Fail |
| 90 rasta/try_label: Fail | 91 rasta/try_label: Fail |
| 91 rasta/type_literals: VerificationError | 92 rasta/type_literals: VerificationError |
| 92 rasta/type_with_parse_error: Fail | 93 rasta/type_with_parse_error: Fail |
| 93 rasta/typedef: VerificationError | 94 rasta/typedef: VerificationError |
| 94 rasta/unresolved: Fail | 95 rasta/unresolved: Fail |
| 95 rasta/unresolved_constructor: Fail | 96 rasta/unresolved_constructor: Fail |
| 96 rasta/unresolved_for_in: Fail | 97 rasta/unresolved_for_in: Fail |
| 97 rasta/unresolved_recovery: Fail | 98 rasta/unresolved_recovery: Fail |
| 98 rasta/unsupported_platform_library: Fail | 99 rasta/unsupported_platform_library: Fail |
| OLD | NEW |