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

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

Issue 2859703004: Re-remove ad hoc Future.then inference. (Closed)
Patch Set: rebase 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) 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 # Status file for the compile_test.dart (notice c, not k) test suite. This is 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is
6 # testing generating Kernel ASTs directly, that is, code in 6 # testing generating Kernel ASTs directly, that is, code in
7 # pkg/fasta/lib/src/kernel/. 7 # pkg/fasta/lib/src/kernel/.
8 8
9 DeltaBlue: Fail # Missing types on constructor parameters. 9 DeltaBlue: Fail # Missing types on constructor parameters.
10 async_function: Fail # Async transformer should be optional. 10 async_function: Fail # Async transformer should be optional.
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 inference/future_then_3: Fail 96 inference/future_then_3: Fail
97 inference/future_then_4: Fail 97 inference/future_then_4: Fail
98 inference/future_then_5: Fail 98 inference/future_then_5: Fail
99 inference/future_then_6: Fail 99 inference/future_then_6: Fail
100 inference/future_then_conditional: Fail 100 inference/future_then_conditional: Fail
101 inference/future_then_conditional_2: Fail 101 inference/future_then_conditional_2: Fail
102 inference/future_then_conditional_3: Fail 102 inference/future_then_conditional_3: Fail
103 inference/future_then_conditional_4: Fail 103 inference/future_then_conditional_4: Fail
104 inference/future_then_conditional_5: Fail 104 inference/future_then_conditional_5: Fail
105 inference/future_then_conditional_6: Fail 105 inference/future_then_conditional_6: Fail
106 inference/future_then_conditional_deprecated: Fail
107 inference/future_then_conditional_deprecated_2: Fail
108 inference/future_then_conditional_deprecated_3: Fail
109 inference/future_then_conditional_deprecated_4: Fail
110 inference/future_then_deprecated: Fail
111 inference/future_then_deprecated_2: Fail
112 inference/future_then_deprecated_3: Fail
113 inference/future_then_deprecated_4: Fail
114 inference/future_then_deprecated_5: Fail
115 inference/future_then_deprecated_6: Fail
116 inference/future_then_downwards_method_target: Fail 106 inference/future_then_downwards_method_target: Fail
117 inference/future_then_explicit_future: Fail 107 inference/future_then_explicit_future: Fail
118 inference/future_then_upwards: Fail 108 inference/future_then_upwards: Fail
119 inference/future_then_upwards_2: Fail 109 inference/future_then_upwards_2: Fail
120 inference/future_then_upwards_3: Fail 110 inference/future_then_upwards_3: Fail
121 inference/future_then_upwards_deprecated: Fail
122 inference/future_then_upwards_deprecated_2: Fail
123 inference/future_then_upwards_deprecated_3: Fail
124 inference/future_then_upwards_from_block: Fail 111 inference/future_then_upwards_from_block: Fail
125 inference/future_union_async_conditional: Fail 112 inference/future_union_async_conditional: Fail
126 inference/future_union_async_conditional_2: Fail 113 inference/future_union_async_conditional_2: Fail
127 inference/future_union_async_conditional_deprecated: Fail
128 inference/future_union_async_conditional_deprecated_2: Fail
129 inference/future_union_downwards: Fail 114 inference/future_union_downwards: Fail
130 inference/future_union_downwards_2: Fail 115 inference/future_union_downwards_2: Fail
131 inference/future_union_downwards_3: Fail 116 inference/future_union_downwards_3: Fail
132 inference/future_union_downwards_4: Fail 117 inference/future_union_downwards_4: Fail
133 inference/future_union_downwards_deprecated: Fail
134 inference/future_union_downwards_deprecated_2: Fail
135 inference/future_union_downwards_deprecated_3: Fail
136 inference/future_union_downwards_deprecated_4: Fail
137 inference/future_union_downwards_generic_method_with_future_return: Fail 118 inference/future_union_downwards_generic_method_with_future_return: Fail
138 inference/future_union_downwards_generic_method_with_generic_return: Fail 119 inference/future_union_downwards_generic_method_with_generic_return: Fail
139 inference/future_union_upwards_generic_methods: Fail 120 inference/future_union_upwards_generic_methods: Fail
140 inference/generic_functions_return_typedef: Fail 121 inference/generic_functions_return_typedef: Fail
141 inference/generic_methods_basic_downward_inference: Fail 122 inference/generic_methods_basic_downward_inference: Fail
142 inference/generic_methods_correctly_recognize_generic_upper_bound: Fail 123 inference/generic_methods_correctly_recognize_generic_upper_bound: Fail
143 inference/generic_methods_dart_math_min_max: Fail 124 inference/generic_methods_dart_math_min_max: Fail
144 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail 125 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail
145 inference/generic_methods_downwards_inference_affects_arguments: Fail 126 inference/generic_methods_downwards_inference_affects_arguments: Fail
146 inference/generic_methods_downwards_inference_fold: Fail 127 inference/generic_methods_downwards_inference_fold: Fail
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 rasta/switch_fall_through: Fail 348 rasta/switch_fall_through: Fail
368 rasta/try_label: Fail 349 rasta/try_label: Fail
369 rasta/type_literals: VerificationError 350 rasta/type_literals: VerificationError
370 rasta/type_with_parse_error: Fail 351 rasta/type_with_parse_error: Fail
371 rasta/typedef: VerificationError 352 rasta/typedef: VerificationError
372 rasta/unresolved: Fail 353 rasta/unresolved: Fail
373 rasta/unresolved_constructor: Fail 354 rasta/unresolved_constructor: Fail
374 rasta/unresolved_for_in: Fail 355 rasta/unresolved_for_in: Fail
375 rasta/unresolved_recovery: Fail 356 rasta/unresolved_recovery: Fail
376 rasta/unsupported_platform_library: Fail 357 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « pkg/analyzer/test/src/task/strong/inferred_type_test.dart ('k') | pkg/front_end/test/fasta/outline.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698