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

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

Issue 2954693002: Add/fix/cleanup type inference for throw and rethrow. (Closed)
Patch Set: Add a clarifying comment 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
« no previous file with comments | « pkg/front_end/testcases/inference/infer_throw_downwards.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) 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 inference/infer_getter_from_later_inferred_getter: Crash 245 inference/infer_getter_from_later_inferred_getter: Crash
246 inference/infer_list_literal_nested_in_map_literal: Crash 246 inference/infer_list_literal_nested_in_map_literal: Crash
247 inference/infer_local_function_referenced_before_declaration: Crash 247 inference/infer_local_function_referenced_before_declaration: Crash
248 inference/infer_local_function_return_type: Crash 248 inference/infer_local_function_return_type: Crash
249 inference/infer_method_function_typed: Crash 249 inference/infer_method_function_typed: Crash
250 inference/infer_method_missing_params: Crash 250 inference/infer_method_missing_params: Crash
251 inference/infer_parameter_type_setter_from_field: Crash 251 inference/infer_parameter_type_setter_from_field: Crash
252 inference/infer_parameter_type_setter_from_setter: Crash 252 inference/infer_parameter_type_setter_from_setter: Crash
253 inference/infer_prefix_expression: Crash 253 inference/infer_prefix_expression: Crash
254 inference/infer_prefix_expression_custom: Crash 254 inference/infer_prefix_expression_custom: Crash
255 inference/infer_rethrow: Crash
255 inference/infer_return_of_statement_lambda: Crash 256 inference/infer_return_of_statement_lambda: Crash
256 inference/infer_setter_cross_to_getter: Crash 257 inference/infer_setter_cross_to_getter: Crash
257 inference/infer_setter_from_later_inferred_setter: Crash 258 inference/infer_setter_from_later_inferred_setter: Crash
258 inference/infer_setter_function_typed: Crash 259 inference/infer_setter_function_typed: Crash
259 inference/infer_statics_transitively2: Crash 260 inference/infer_statics_transitively2: Crash
260 inference/infer_statics_transitively3: Crash 261 inference/infer_statics_transitively3: Crash
261 inference/infer_statics_transitively3_a: Crash 262 inference/infer_statics_transitively3_a: Crash
262 inference/infer_statics_transitively: Crash 263 inference/infer_statics_transitively: Crash
263 inference/infer_statics_transitively_2_a: Crash 264 inference/infer_statics_transitively_2_a: Crash
264 inference/infer_statics_transitively_a: Crash 265 inference/infer_statics_transitively_a: Crash
265 inference/infer_statics_transitively_b: Crash 266 inference/infer_statics_transitively_b: Crash
266 inference/infer_statics_with_method_invocations: Crash 267 inference/infer_statics_with_method_invocations: Crash
267 inference/infer_statics_with_method_invocations_a: Crash 268 inference/infer_statics_with_method_invocations_a: Crash
268 inference/infer_throw: Crash 269 inference/infer_throw: Crash
270 inference/infer_throw_downwards: Crash
269 inference/infer_type_on_overridden_fields2: Crash 271 inference/infer_type_on_overridden_fields2: Crash
270 inference/infer_type_on_overridden_fields4: Crash 272 inference/infer_type_on_overridden_fields4: Crash
271 inference/infer_type_on_var_from_field: Crash 273 inference/infer_type_on_var_from_field: Crash
272 inference/infer_type_on_var_from_top_level: Crash 274 inference/infer_type_on_var_from_top_level: Crash
273 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail 275 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail
274 inference/infer_typed_map_literal: Crash 276 inference/infer_typed_map_literal: Crash
275 inference/infer_types_on_generic_instantiations_3: Crash 277 inference/infer_types_on_generic_instantiations_3: Crash
276 inference/infer_types_on_generic_instantiations_4: Crash 278 inference/infer_types_on_generic_instantiations_4: Crash
277 inference/infer_types_on_generic_instantiations_5: Crash 279 inference/infer_types_on_generic_instantiations_5: Crash
278 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash 280 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 regress/issue_29977: Crash 499 regress/issue_29977: Crash
498 regress/issue_29978: Crash 500 regress/issue_29978: Crash
499 regress/issue_29979: Crash 501 regress/issue_29979: Crash
500 regress/issue_29980: Crash 502 regress/issue_29980: Crash
501 regress/issue_29981: Crash 503 regress/issue_29981: Crash
502 regress/issue_29982: Crash 504 regress/issue_29982: Crash
503 regress/issue_29984: RuntimeError 505 regress/issue_29984: RuntimeError
504 regress/issue_29985: Crash 506 regress/issue_29985: Crash
505 regress/issue_29986: Crash 507 regress/issue_29986: Crash
506 regress/issue_29987: Crash 508 regress/issue_29987: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/inference/infer_throw_downwards.dart.strong.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698