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

Side by Side Diff: pkg/front_end/test/fasta/kompile.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 kompile_test.dart (notice k, not c) test suite. This is 5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
6 # testing generating Analyzer ASTs, that is, code in 6 # testing generating Analyzer ASTs, that is, code in
7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
8 # there are many crashes. 8 # there are many crashes.
9 9
10 DeltaBlue: Crash 10 DeltaBlue: Crash
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 stringliteral: Crash 49 stringliteral: Crash
50 super_rasta_copy: Crash 50 super_rasta_copy: Crash
51 top_level_accessors: Crash 51 top_level_accessors: Crash
52 inference/toplevel_inference_toplevel_var: Crash 52 inference/toplevel_inference_toplevel_var: Crash
53 type_variable_as_super: Fail 53 type_variable_as_super: Fail
54 typedef: Crash 54 typedef: Crash
55 uninitialized_fields: Crash 55 uninitialized_fields: Crash
56 unused_methods: Crash 56 unused_methods: Crash
57 void-methods: Crash 57 void-methods: Crash
58 58
59 inference/local_constructor_from_arguments: Crash 59 inference/*: Crash, Fail
60 inference/int_upwards_local: Pass
61 inference/local_reference_upwards_local: Pass
62 inference/type_promotion_simple: Pass
63 inference/type_promotion_stopped_by_access_in_a_closure: Pass
64 inference/type_promotion_stopped_by_assignment_in_scope: Pass
65 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass
60 66
61 rasta/abstract_constructor: Fail 67 rasta/abstract_constructor: Fail
62 rasta/bad_constructor_redirection: Crash 68 rasta/bad_constructor_redirection: Crash
63 rasta/bad_continue: Crash 69 rasta/bad_continue: Crash
64 rasta/bad_default_constructor: Crash 70 rasta/bad_default_constructor: Crash
65 rasta/bad_explicit_super_constructor: Crash 71 rasta/bad_explicit_super_constructor: Crash
66 rasta/bad_implicit_super_constructor: Crash 72 rasta/bad_implicit_super_constructor: Crash
67 rasta/bad_interpolation: Fail 73 rasta/bad_interpolation: Fail
68 rasta/bad_redirection: Fail 74 rasta/bad_redirection: Fail
69 rasta/bad_setter_initializer: Crash 75 rasta/bad_setter_initializer: Crash
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 rasta/this_invoke: Crash 138 rasta/this_invoke: Crash
133 rasta/try_label: Crash 139 rasta/try_label: Crash
134 rasta/type_literals: Crash 140 rasta/type_literals: Crash
135 rasta/type_with_parse_error: Fail 141 rasta/type_with_parse_error: Fail
136 rasta/typedef: Crash 142 rasta/typedef: Crash
137 rasta/unresolved: Fail 143 rasta/unresolved: Fail
138 rasta/unresolved_constructor: Crash 144 rasta/unresolved_constructor: Crash
139 rasta/unresolved_for_in: Crash 145 rasta/unresolved_for_in: Crash
140 rasta/unresolved_recovery: Fail 146 rasta/unresolved_recovery: Fail
141 rasta/unsupported_platform_library: Fail 147 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698