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

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

Issue 2953903002: Move test infer_use_of_void to inference_new (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
« no previous file with comments | « pkg/front_end/test/fasta/compile.status ('k') | pkg/front_end/test/fasta/outline.status » ('j') | 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail 273 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail
274 inference/infer_typed_map_literal: Crash 274 inference/infer_typed_map_literal: Crash
275 inference/infer_types_on_generic_instantiations_3: Crash 275 inference/infer_types_on_generic_instantiations_3: Crash
276 inference/infer_types_on_generic_instantiations_4: Crash 276 inference/infer_types_on_generic_instantiations_4: Crash
277 inference/infer_types_on_generic_instantiations_5: Crash 277 inference/infer_types_on_generic_instantiations_5: Crash
278 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash 278 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash
279 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash 279 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash
280 inference/infer_types_on_generic_instantiations_infer: Crash 280 inference/infer_types_on_generic_instantiations_infer: Crash
281 inference/infer_types_on_loop_indices_for_each_loop: Crash 281 inference/infer_types_on_loop_indices_for_each_loop: Crash
282 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 282 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
283 inference/infer_use_of_void: Crash
284 inference/infer_variable_void: Crash 283 inference/infer_variable_void: Crash
285 inference/inferred_initializing_formal_checks_default_value: Crash 284 inference/inferred_initializing_formal_checks_default_value: Crash
286 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash 285 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash
287 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash 286 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash
288 inference/inferred_type_block_closure_no_args_no_return_void_context: Crash 287 inference/inferred_type_block_closure_no_args_no_return_void_context: Crash
289 inference/inferred_type_cascade: Crash 288 inference/inferred_type_cascade: Crash
290 inference/inferred_type_custom_binary_op: Crash 289 inference/inferred_type_custom_binary_op: Crash
291 inference/inferred_type_custom_binary_op_via_interface: Crash 290 inference/inferred_type_custom_binary_op_via_interface: Crash
292 inference/inferred_type_custom_index_op: Crash 291 inference/inferred_type_custom_index_op: Crash
293 inference/inferred_type_custom_index_op_via_interface: Crash 292 inference/inferred_type_custom_index_op_via_interface: Crash
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 inference_new/dependency_only_if_generic_method: Crash 392 inference_new/dependency_only_if_generic_method: Crash
394 inference_new/dependency_only_if_overloaded: Crash 393 inference_new/dependency_only_if_overloaded: Crash
395 inference_new/field_inference_circularity: Crash 394 inference_new/field_inference_circularity: Crash
396 inference_new/infer_assign_to_index: Crash 395 inference_new/infer_assign_to_index: Crash
397 inference_new/infer_assign_to_property: Crash 396 inference_new/infer_assign_to_property: Crash
398 inference_new/infer_assign_to_property_custom: Crash 397 inference_new/infer_assign_to_property_custom: Crash
399 inference_new/infer_assign_to_ref: Crash 398 inference_new/infer_assign_to_ref: Crash
400 inference_new/infer_instance_accessor_ref: Crash 399 inference_new/infer_instance_accessor_ref: Crash
401 inference_new/infer_instance_field_ref: Crash 400 inference_new/infer_instance_field_ref: Crash
402 inference_new/infer_instance_field_ref_circular: Crash 401 inference_new/infer_instance_field_ref_circular: Crash
402 inference_new/infer_use_of_void: Crash
403 inference_new/property_get_toplevel: Crash 403 inference_new/property_get_toplevel: Crash
404 inference_new/strongly_connected_component: Crash 404 inference_new/strongly_connected_component: Crash
405 405
406 rasta/abstract_constructor: Fail 406 rasta/abstract_constructor: Fail
407 rasta/bad_constructor_redirection: Crash 407 rasta/bad_constructor_redirection: Crash
408 rasta/bad_continue: Crash 408 rasta/bad_continue: Crash
409 rasta/bad_default_constructor: Crash 409 rasta/bad_default_constructor: Crash
410 rasta/bad_explicit_super_constructor: Crash 410 rasta/bad_explicit_super_constructor: Crash
411 rasta/bad_implicit_super_constructor: Crash 411 rasta/bad_implicit_super_constructor: Crash
412 rasta/bad_interpolation: Fail 412 rasta/bad_interpolation: Fail
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 rasta/switch_fall_through: Fail 477 rasta/switch_fall_through: Fail
478 rasta/this_invoke: Crash 478 rasta/this_invoke: Crash
479 rasta/try_label: Crash 479 rasta/try_label: Crash
480 rasta/type_literals: Crash 480 rasta/type_literals: Crash
481 rasta/type_with_parse_error: Fail 481 rasta/type_with_parse_error: Fail
482 rasta/typedef: Crash 482 rasta/typedef: Crash
483 rasta/unresolved: Fail 483 rasta/unresolved: Fail
484 rasta/unresolved_constructor: Crash 484 rasta/unresolved_constructor: Crash
485 rasta/unresolved_for_in: Crash 485 rasta/unresolved_for_in: Crash
486 rasta/unresolved_recovery: Fail 486 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/compile.status ('k') | pkg/front_end/test/fasta/outline.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698