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

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

Issue 2951373002: Move tests {list,map}_literals_can_infer_null_top_level 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 inference/instantiate_to_bounds_generic2_no_bound: Crash 317 inference/instantiate_to_bounds_generic2_no_bound: Crash
318 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash 318 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash
319 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash 319 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash
320 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail 320 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail
321 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash 321 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash
322 inference/instantiate_to_bounds_not_generic: Crash 322 inference/instantiate_to_bounds_not_generic: Crash
323 inference/lambda_does_not_have_propagated_type_hint: Crash 323 inference/lambda_does_not_have_propagated_type_hint: Crash
324 inference/lambda_return_type: Crash 324 inference/lambda_return_type: Crash
325 inference/lambda_void_context: Crash 325 inference/lambda_void_context: Crash
326 inference/list_literal_typed: Crash 326 inference/list_literal_typed: Crash
327 inference/list_literals_can_infer_null_top_level: Crash
328 inference/list_literals_top_level: Crash 327 inference/list_literals_top_level: Crash
329 inference/local_constructor_from_arguments: Crash 328 inference/local_constructor_from_arguments: Crash
330 inference/local_return_and_yield: Crash 329 inference/local_return_and_yield: Crash
331 inference/map_literals: Fail 330 inference/map_literals: Fail
332 inference/map_literals_can_infer_null: Fail 331 inference/map_literals_can_infer_null: Fail
333 inference/map_literals_can_infer_null_top_level: Crash
334 inference/map_literals_top_level: Crash 332 inference/map_literals_top_level: Crash
335 inference/method_call_with_type_arguments_instance_method: Crash 333 inference/method_call_with_type_arguments_instance_method: Crash
336 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash 334 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash
337 inference/method_call_with_type_arguments_static_method: Crash 335 inference/method_call_with_type_arguments_static_method: Crash
338 inference/method_call_with_type_arguments_top_level_function: Crash 336 inference/method_call_with_type_arguments_top_level_function: Crash
339 inference/non_inferrable_getter_setter: Crash 337 inference/non_inferrable_getter_setter: Crash
340 inference/null_aware_method_invocation: Crash 338 inference/null_aware_method_invocation: Crash
341 inference/null_aware_property_get: Crash 339 inference/null_aware_property_get: Crash
342 inference/null_literal_should_not_infer_as_bottom: Crash 340 inference/null_literal_should_not_infer_as_bottom: Crash
343 inference/parameter_defaults_downwards: Crash 341 inference/parameter_defaults_downwards: Crash
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 inference_new/dependency_only_if_generic_method: Crash 391 inference_new/dependency_only_if_generic_method: Crash
394 inference_new/dependency_only_if_overloaded: Crash 392 inference_new/dependency_only_if_overloaded: Crash
395 inference_new/field_inference_circularity: Crash 393 inference_new/field_inference_circularity: Crash
396 inference_new/infer_assign_to_index: Crash 394 inference_new/infer_assign_to_index: Crash
397 inference_new/infer_assign_to_property: Crash 395 inference_new/infer_assign_to_property: Crash
398 inference_new/infer_assign_to_property_custom: Crash 396 inference_new/infer_assign_to_property_custom: Crash
399 inference_new/infer_assign_to_ref: Crash 397 inference_new/infer_assign_to_ref: Crash
400 inference_new/infer_instance_accessor_ref: Crash 398 inference_new/infer_instance_accessor_ref: Crash
401 inference_new/infer_instance_field_ref: Crash 399 inference_new/infer_instance_field_ref: Crash
402 inference_new/infer_instance_field_ref_circular: Crash 400 inference_new/infer_instance_field_ref_circular: Crash
401 inference_new/list_literals_can_infer_null_top_level: Crash
402 inference_new/map_literals_can_infer_null_top_level: 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