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

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

Issue 2964013002: Implement type variables on generalized function types. (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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 inference/constructors_too_many_positional_arguments: Fail # Issue #30040 54 inference/constructors_too_many_positional_arguments: Fail # Issue #30040
55 inference/downwards_inference_annotations_for_loop_variable: Fail # Issue #30035 55 inference/downwards_inference_annotations_for_loop_variable: Fail # Issue #30035
56 inference/downwards_inference_annotations_locals: Fail # Issue #30031 and Issue #30035 56 inference/downwards_inference_annotations_locals: Fail # Issue #30031 and Issue #30035
57 inference/downwards_inference_annotations_locals_referring_to_locals: Fail # Iss ue #30035 57 inference/downwards_inference_annotations_locals_referring_to_locals: Fail # Iss ue #30035
58 inference/downwards_inference_annotations_parameter: Fail # Issue #30035 58 inference/downwards_inference_annotations_parameter: Fail # Issue #30035
59 inference/downwards_inference_annotations_parameter_local: Fail # Issue #30035 59 inference/downwards_inference_annotations_parameter_local: Fail # Issue #30035
60 inference/downwards_inference_annotations_type_variable: Fail # Issue #30035 60 inference/downwards_inference_annotations_type_variable: Fail # Issue #30035
61 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300 35 61 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300 35
62 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 62 inference/downwards_inference_annotations_typedef: Fail # Issue #30034
63 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 63 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798
64 inference/downwards_inference_on_generic_function_expressions: Fail
Paul Berry 2017/06/29 17:45:40 Feel free to put `# TODO(paulberry)` here if you w
Paul Berry 2017/06/30 03:02:22 I have a fix ready to send out as soon as you land
ahe 2017/07/04 11:07:45 Acknowledged.
ahe 2017/07/04 11:07:45 Done.
64 inference/future_then_explicit_future: Fail # Issue #30040 65 inference/future_then_explicit_future: Fail # Issue #30040
65 inference/generic_functions_return_typedef: Fail # Issue #29798 66 inference/generic_functions_return_typedef: Fail # Issue #29798
66 inference/generic_methods_infer_js_builtin: Fail # Issue #30029 67 inference/generic_methods_infer_js_builtin: Fail # Issue #30029
67 inference/unresolved_super: Fail # Issue #30000 68 inference/unresolved_super: Fail # Issue #30000
68 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail # Issue #25824 69 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail # Issue #25824
69 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Fail # Issue #25824 70 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Fail # Issue #25824
70 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail # Issue #25824 71 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail # Issue #25824
71 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Fail # Issue #25824 72 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Fail # Issue #25824
72 73
73 rasta/abstract_constructor: Fail 74 rasta/abstract_constructor: Fail
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 regress/issue_29977: Crash # Issue 29977. 169 regress/issue_29977: Crash # Issue 29977.
169 regress/issue_29978: Crash # Issue 29978. 170 regress/issue_29978: Crash # Issue 29978.
170 regress/issue_29979: Crash # Issue 29979. 171 regress/issue_29979: Crash # Issue 29979.
171 regress/issue_29980: Crash # Issue 29980. 172 regress/issue_29980: Crash # Issue 29980.
172 regress/issue_29981: Crash # Issue 29981. 173 regress/issue_29981: Crash # Issue 29981.
173 regress/issue_29982: Crash # Issue 29982. 174 regress/issue_29982: Crash # Issue 29982.
174 regress/issue_29983: Crash # Issue 29983. 175 regress/issue_29983: Crash # Issue 29983.
175 regress/issue_29984: Crash # Issue 29984. 176 regress/issue_29984: Crash # Issue 29984.
176 regress/issue_29985: Crash # Issue 29985. 177 regress/issue_29985: Crash # Issue 29985.
177 regress/issue_29987: Crash # Issue 29987. 178 regress/issue_29987: Crash # Issue 29987.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698