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

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

Issue 2863733003: Hook up full list literal type inference logic. (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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail 266 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail
267 inference/instantiate_to_bounds_generic2_no_bound: Fail 267 inference/instantiate_to_bounds_generic2_no_bound: Fail
268 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail 268 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail
269 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail 269 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail
270 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail 270 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail
271 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail 271 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail
272 inference/instantiate_to_bounds_not_generic: Fail 272 inference/instantiate_to_bounds_not_generic: Fail
273 inference/lambda_does_not_have_propagated_type_hint: Fail 273 inference/lambda_does_not_have_propagated_type_hint: Fail
274 inference/list_literals: Fail 274 inference/list_literals: Fail
275 inference/list_literals_can_infer_null_bottom: Fail 275 inference/list_literals_can_infer_null_bottom: Fail
276 inference/list_literals_can_infer_null_top_level: Fail
277 inference/list_literals_top_level: Fail
278 inference/local_constructor_from_arguments: Fail 276 inference/local_constructor_from_arguments: Fail
279 inference/map_literals: Fail 277 inference/map_literals: Fail
280 inference/map_literals_can_infer_null: Fail 278 inference/map_literals_can_infer_null: Fail
281 inference/map_literals_can_infer_null_top_level: Fail 279 inference/map_literals_can_infer_null_top_level: Fail
282 inference/map_literals_top_level: Fail 280 inference/map_literals_top_level: Fail
283 inference/method_call_with_type_arguments_instance_method: Fail 281 inference/method_call_with_type_arguments_instance_method: Fail
284 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F ail 282 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F ail
285 inference/method_call_with_type_arguments_static_method: Fail 283 inference/method_call_with_type_arguments_static_method: Fail
286 inference/method_call_with_type_arguments_top_level_function: Fail 284 inference/method_call_with_type_arguments_top_level_function: Fail
287 inference/null_coalescing_operator: Fail 285 inference/null_coalescing_operator: Fail
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 rasta/this_invoke: Fail 403 rasta/this_invoke: Fail
406 rasta/try_label: Fail 404 rasta/try_label: Fail
407 rasta/type_literals: VerificationError 405 rasta/type_literals: VerificationError
408 rasta/type_with_parse_error: Fail 406 rasta/type_with_parse_error: Fail
409 rasta/typedef: VerificationError 407 rasta/typedef: VerificationError
410 rasta/unresolved: Fail 408 rasta/unresolved: Fail
411 rasta/unresolved_constructor: Fail 409 rasta/unresolved_constructor: Fail
412 rasta/unresolved_for_in: Fail 410 rasta/unresolved_for_in: Fail
413 rasta/unresolved_recovery: Fail 411 rasta/unresolved_recovery: Fail
414 rasta/unsupported_platform_library: Fail 412 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698