Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: pkg/front_end/test/fasta/compile.status

Issue 2846103002: Generated front_end/testcases/inference test files from Analyzer tests. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
29 inference/int_upwards_local: Pass
30 inference/local_constructor_from_arguments: Pass
31 inference/local_reference_upwards_local: Pass
32 inference/toplevel_inference_toplevel_var: Pass
33 inference/type_promotion_simple: Pass
34 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_mutation_in_a_closure: Pass
37
28 rasta/abstract_constructor: Fail 38 rasta/abstract_constructor: Fail
29 rasta/bad_constructor_redirection: Fail 39 rasta/bad_constructor_redirection: Fail
30 rasta/bad_continue: Fail 40 rasta/bad_continue: Fail
31 rasta/bad_default_constructor: Fail # Compile-time error destroys program. 41 rasta/bad_default_constructor: Fail # Compile-time error destroys program.
32 rasta/bad_explicit_super_constructor: Fail 42 rasta/bad_explicit_super_constructor: Fail
33 rasta/bad_implicit_super_constructor: Fail 43 rasta/bad_implicit_super_constructor: Fail
34 rasta/bad_interpolation: Fail 44 rasta/bad_interpolation: Fail
35 rasta/bad_redirection: Fail 45 rasta/bad_redirection: Fail
36 rasta/bad_setter_initializer: Fail 46 rasta/bad_setter_initializer: Fail
37 rasta/bad_unicode: Fail 47 rasta/bad_unicode: Fail
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 rasta/switch_fall_through: Fail 89 rasta/switch_fall_through: Fail
80 rasta/try_label: Fail 90 rasta/try_label: Fail
81 rasta/type_literals: VerificationError 91 rasta/type_literals: VerificationError
82 rasta/type_with_parse_error: Fail 92 rasta/type_with_parse_error: Fail
83 rasta/typedef: VerificationError 93 rasta/typedef: VerificationError
84 rasta/unresolved: Fail 94 rasta/unresolved: Fail
85 rasta/unresolved_constructor: Fail 95 rasta/unresolved_constructor: Fail
86 rasta/unresolved_for_in: Fail 96 rasta/unresolved_for_in: Fail
87 rasta/unresolved_recovery: Fail 97 rasta/unresolved_recovery: Fail
88 rasta/unsupported_platform_library: Fail 98 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698