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

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

Issue 2933643002: Implement type inference for assignments to a static variable. (Closed)
Patch Set: Created 3 years, 6 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 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
6 6
7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
8 # testing generating Analyzer ASTs, that is, code in 8 # testing generating Analyzer ASTs, that is, code in
9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
10 # there are many crashes. 10 # there are many crashes.
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 inference/generic_methods_uses_greatest_lower_bound: Crash 177 inference/generic_methods_uses_greatest_lower_bound: Crash
178 inference/infer_assign_to_index: Crash 178 inference/infer_assign_to_index: Crash
179 inference/infer_assign_to_index_full: Crash 179 inference/infer_assign_to_index_full: Crash
180 inference/infer_assign_to_index_set_vs_get: Crash 180 inference/infer_assign_to_index_set_vs_get: Crash
181 inference/infer_assign_to_index_upwards: Crash 181 inference/infer_assign_to_index_upwards: Crash
182 inference/infer_assign_to_local: Crash 182 inference/infer_assign_to_local: Crash
183 inference/infer_assign_to_local_upwards: Crash 183 inference/infer_assign_to_local_upwards: Crash
184 inference/infer_assign_to_property: Crash 184 inference/infer_assign_to_property: Crash
185 inference/infer_assign_to_property_custom: Crash 185 inference/infer_assign_to_property_custom: Crash
186 inference/infer_assign_to_ref: Crash 186 inference/infer_assign_to_ref: Crash
187 inference/infer_assign_to_static: Crash
188 inference/infer_assign_to_static_upwards: Crash
187 inference/infer_binary_custom: Crash 189 inference/infer_binary_custom: Crash
188 inference/infer_binary_double_double: Crash 190 inference/infer_binary_double_double: Crash
189 inference/infer_binary_double_int: Crash 191 inference/infer_binary_double_int: Crash
190 inference/infer_binary_int_double: Crash 192 inference/infer_binary_int_double: Crash
191 inference/infer_binary_int_int: Crash 193 inference/infer_binary_int_int: Crash
192 inference/infer_conditional: Crash 194 inference/infer_conditional: Crash
193 inference/infer_consts_transitively_2: Crash 195 inference/infer_consts_transitively_2: Crash
194 inference/infer_consts_transitively_2_a: Crash 196 inference/infer_consts_transitively_2_a: Crash
195 inference/infer_consts_transitively_2_b: Crash 197 inference/infer_consts_transitively_2_b: Crash
196 inference/infer_consts_transitively_b: Crash 198 inference/infer_consts_transitively_b: Crash
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 rasta/switch_fall_through: Fail 424 rasta/switch_fall_through: Fail
423 rasta/this_invoke: Crash 425 rasta/this_invoke: Crash
424 rasta/try_label: Crash 426 rasta/try_label: Crash
425 rasta/type_literals: Crash 427 rasta/type_literals: Crash
426 rasta/type_with_parse_error: Fail 428 rasta/type_with_parse_error: Fail
427 rasta/typedef: Crash 429 rasta/typedef: Crash
428 rasta/unresolved: Fail 430 rasta/unresolved: Fail
429 rasta/unresolved_constructor: Crash 431 rasta/unresolved_constructor: Crash
430 rasta/unresolved_for_in: Crash 432 rasta/unresolved_for_in: Crash
431 rasta/unresolved_recovery: Fail 433 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698