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

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

Issue 2872323003: Propagate type inference through variable gets. (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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/*: Crash, Fail 59 inference/*: Crash, Fail
60 inference/conditional_lub: Pass 60 inference/conditional_lub: Pass
61 inference/int_upwards_local: Pass 61 inference/int_upwards_local: Pass
62 inference/local_reference_upwards_local: Pass 62 inference/local_reference_upwards_local: Pass
63 inference/propagate_variable_get: Pass
63 inference/type_promotion_simple: Pass 64 inference/type_promotion_simple: Pass
64 inference/type_promotion_stopped_by_access_in_a_closure: Pass 65 inference/type_promotion_stopped_by_access_in_a_closure: Pass
65 inference/type_promotion_stopped_by_assignment_in_scope: Pass 66 inference/type_promotion_stopped_by_assignment_in_scope: Pass
66 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass 67 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass
67 68
68 rasta/abstract_constructor: Fail 69 rasta/abstract_constructor: Fail
69 rasta/bad_constructor_redirection: Crash 70 rasta/bad_constructor_redirection: Crash
70 rasta/bad_continue: Crash 71 rasta/bad_continue: Crash
71 rasta/bad_default_constructor: Crash 72 rasta/bad_default_constructor: Crash
72 rasta/bad_explicit_super_constructor: Crash 73 rasta/bad_explicit_super_constructor: Crash
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 rasta/this_invoke: Crash 140 rasta/this_invoke: Crash
140 rasta/try_label: Crash 141 rasta/try_label: Crash
141 rasta/type_literals: Crash 142 rasta/type_literals: Crash
142 rasta/type_with_parse_error: Fail 143 rasta/type_with_parse_error: Fail
143 rasta/typedef: Crash 144 rasta/typedef: Crash
144 rasta/unresolved: Fail 145 rasta/unresolved: Fail
145 rasta/unresolved_constructor: Crash 146 rasta/unresolved_constructor: Crash
146 rasta/unresolved_for_in: Crash 147 rasta/unresolved_for_in: Crash
147 rasta/unresolved_recovery: Fail 148 rasta/unresolved_recovery: Fail
148 rasta/unsupported_platform_library: Fail 149 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698