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

Side by Side Diff: pkg/front_end/testcases/strong.status

Issue 2954133002: Resolve type parameter bounds when looking up interface members. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « pkg/front_end/testcases/inference/refine_binary_expression_type_type_parameter_t_t.dart.strong.expect ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 inference/downwards_inference_on_function_of_t_using_the_t: Fail 57 inference/downwards_inference_on_function_of_t_using_the_t: Fail
58 inference/future_then_explicit_future: Fail 58 inference/future_then_explicit_future: Fail
59 inference/generic_functions_return_typedef: Fail 59 inference/generic_functions_return_typedef: Fail
60 inference/generic_methods_infer_js_builtin: Fail 60 inference/generic_methods_infer_js_builtin: Fail
61 inference/infer_use_of_void: Fail 61 inference/infer_use_of_void: Fail
62 inference/list_literals_can_infer_null_top_level: Fail 62 inference/list_literals_can_infer_null_top_level: Fail
63 inference/map_literals_can_infer_null_top_level: Fail 63 inference/map_literals_can_infer_null_top_level: Fail
64 inference/property_set: Fail 64 inference/property_set: Fail
65 inference/property_set_bad_setter: Crash 65 inference/property_set_bad_setter: Crash
66 inference/reference_to_typedef: Fail 66 inference/reference_to_typedef: Fail
67 inference/refine_binary_expression_type_type_parameter_t_double: Fail
68 inference/refine_binary_expression_type_type_parameter_t_int: Fail
69 inference/refine_binary_expression_type_type_parameter_t_t: Fail
70 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail 67 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail
71 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Fail 68 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Fail
72 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail 69 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail
73 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Fail 70 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Fail
74 71
75 rasta/abstract_constructor: Fail 72 rasta/abstract_constructor: Fail
76 rasta/bad_constructor_redirection: Fail 73 rasta/bad_constructor_redirection: Fail
77 rasta/bad_continue: Fail 74 rasta/bad_continue: Fail
78 rasta/bad_default_constructor: Fail 75 rasta/bad_default_constructor: Fail
79 rasta/bad_explicit_super_constructor: Fail 76 rasta/bad_explicit_super_constructor: Fail
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 regress/issue_29979: Crash # Issue 29979. 170 regress/issue_29979: Crash # Issue 29979.
174 regress/issue_29980: Crash # Issue 29980. 171 regress/issue_29980: Crash # Issue 29980.
175 regress/issue_29981: Crash # Issue 29981. 172 regress/issue_29981: Crash # Issue 29981.
176 regress/issue_29982: Crash # Issue 29982. 173 regress/issue_29982: Crash # Issue 29982.
177 regress/issue_29983: Crash # Issue 29983. 174 regress/issue_29983: Crash # Issue 29983.
178 regress/issue_29984: Crash # Issue 29984. 175 regress/issue_29984: Crash # Issue 29984.
179 regress/issue_29985: Crash # Issue 29985. 176 regress/issue_29985: Crash # Issue 29985.
180 regress/issue_29986: Crash # Issue 29986. 177 regress/issue_29986: Crash # Issue 29986.
181 regress/issue_29986: Crash # Issue 29986. 178 regress/issue_29986: Crash # Issue 29986.
182 regress/issue_29987: Crash # Issue 29987. 179 regress/issue_29987: Crash # Issue 29987.
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/inference/refine_binary_expression_type_type_parameter_t_t.dart.strong.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698