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

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

Issue 2886443003: Minor type inference fixes. (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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 strong_test.dart test suite. This is testing generating 5 # Status file for the strong_test.dart test suite. This is testing generating
6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
7 # strong-mode enabled. 7 # strong-mode enabled.
8 8
9 DeltaBlue: Fail 9 DeltaBlue: Fail
10 accessors: Fail 10 accessors: Fail
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 inference/generic_methods_iterable_and_future: Fail 137 inference/generic_methods_iterable_and_future: Fail
138 inference/generic_methods_nested_generic_instantiation: Fail 138 inference/generic_methods_nested_generic_instantiation: Fail
139 inference/generic_methods_uses_greatest_lower_bound: Fail 139 inference/generic_methods_uses_greatest_lower_bound: Fail
140 inference/infer_assign_to_index: Fail 140 inference/infer_assign_to_index: Fail
141 inference/infer_assign_to_property: Fail 141 inference/infer_assign_to_property: Fail
142 inference/infer_assign_to_property_custom: Fail 142 inference/infer_assign_to_property_custom: Fail
143 inference/infer_binary_double_double: Fail 143 inference/infer_binary_double_double: Fail
144 inference/infer_binary_double_int: Fail 144 inference/infer_binary_double_int: Fail
145 inference/infer_binary_int_double: Fail 145 inference/infer_binary_int_double: Fail
146 inference/infer_binary_int_int: Fail 146 inference/infer_binary_int_int: Fail
147 inference/infer_conditional: Fail
148 inference/infer_consts_transitively_2: Fail 147 inference/infer_consts_transitively_2: Fail
149 inference/infer_consts_transitively_2_a: Fail 148 inference/infer_consts_transitively_2_a: Fail
150 inference/infer_correctly_on_multiple_variables_declared_together: Fail 149 inference/infer_correctly_on_multiple_variables_declared_together: Fail
151 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail 150 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
152 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail 151 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
153 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail 152 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
154 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail 153 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail
155 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail 154 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail
156 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail 155 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail
157 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail 156 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 rasta/this_invoke: Fail 292 rasta/this_invoke: Fail
294 rasta/try_label: Fail 293 rasta/try_label: Fail
295 rasta/type_literals: VerificationError 294 rasta/type_literals: VerificationError
296 rasta/type_with_parse_error: Fail 295 rasta/type_with_parse_error: Fail
297 rasta/typedef: VerificationError 296 rasta/typedef: VerificationError
298 rasta/unresolved: Fail 297 rasta/unresolved: Fail
299 rasta/unresolved_constructor: Fail 298 rasta/unresolved_constructor: Fail
300 rasta/unresolved_for_in: Fail 299 rasta/unresolved_for_in: Fail
301 rasta/unresolved_recovery: Fail 300 rasta/unresolved_recovery: Fail
302 rasta/unsupported_platform_library: Fail 301 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698