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/kompile.status

Issue 2916633002: Remove TODOs from KernelConditionalExpression._inferExpression. (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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 inference/block_bodied_lambdas_nested_lambdas: Crash 77 inference/block_bodied_lambdas_nested_lambdas: Crash
78 inference/block_bodied_lambdas_no_return: Crash 78 inference/block_bodied_lambdas_no_return: Crash
79 inference/block_bodied_lambdas_returns: Crash 79 inference/block_bodied_lambdas_returns: Crash
80 inference/block_bodied_lambdas_sync_star: Crash 80 inference/block_bodied_lambdas_sync_star: Crash
81 inference/block_bodied_lambdas_void_context: Crash 81 inference/block_bodied_lambdas_void_context: Crash
82 inference/bottom: Crash 82 inference/bottom: Crash
83 inference/bottom_in_closure: Crash 83 inference/bottom_in_closure: Crash
84 inference/circular_reference_via_closures: Crash 84 inference/circular_reference_via_closures: Crash
85 inference/circular_reference_via_closures_initializer_types: Crash 85 inference/circular_reference_via_closures_initializer_types: Crash
86 inference/conditional_lub: Crash 86 inference/conditional_lub: Crash
87 inference/conditional_upwards_inference: Crash
87 inference/conflicts_can_happen2: Crash 88 inference/conflicts_can_happen2: Crash
88 inference/conflicts_can_happen: Crash 89 inference/conflicts_can_happen: Crash
89 inference/constructors_downwards_with_constraint: Fail 90 inference/constructors_downwards_with_constraint: Fail
90 inference/constructors_infer_from_arguments: Crash 91 inference/constructors_infer_from_arguments: Crash
91 inference/constructors_infer_from_arguments_argument_not_assignable: Crash 92 inference/constructors_infer_from_arguments_argument_not_assignable: Crash
92 inference/constructors_infer_from_arguments_const: Crash 93 inference/constructors_infer_from_arguments_const: Crash
93 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash 94 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash
94 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash 95 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash
95 inference/constructors_infer_from_arguments_factory: Crash 96 inference/constructors_infer_from_arguments_factory: Crash
96 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash 97 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 rasta/switch_fall_through: Fail 408 rasta/switch_fall_through: Fail
408 rasta/this_invoke: Crash 409 rasta/this_invoke: Crash
409 rasta/try_label: Crash 410 rasta/try_label: Crash
410 rasta/type_literals: Crash 411 rasta/type_literals: Crash
411 rasta/type_with_parse_error: Fail 412 rasta/type_with_parse_error: Fail
412 rasta/typedef: Crash 413 rasta/typedef: Crash
413 rasta/unresolved: Fail 414 rasta/unresolved: Fail
414 rasta/unresolved_constructor: Crash 415 rasta/unresolved_constructor: Crash
415 rasta/unresolved_for_in: Crash 416 rasta/unresolved_for_in: Crash
416 rasta/unresolved_recovery: Fail 417 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698