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

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

Issue 2987983004: Issue 30034. Parse annotations for typedef(s) and resynthesize from Kernel in analyzer. (Closed)
Patch Set: Created 3 years, 4 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 ast_builder_test.dart test suite. This is testing 5 # Status file for the ast_builder_test.dart test suite. This is testing
6 # generating analyzer ASTs and connecting up type inference information. 6 # generating analyzer ASTs and connecting up type inference information.
7 DeltaBlue: Crash 7 DeltaBlue: Crash
8 accessors: Crash 8 accessors: Crash
9 arithmetic: Crash 9 arithmetic: Crash
10 bad_store: Crash 10 bad_store: Crash
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 inference/downward_inference_miscellaneous: Crash 64 inference/downward_inference_miscellaneous: Crash
65 inference/downwards_inference_annotations: Crash 65 inference/downwards_inference_annotations: Crash
66 inference/downwards_inference_annotations_class_members: Crash 66 inference/downwards_inference_annotations_class_members: Crash
67 inference/downwards_inference_annotations_for_loop_variable: Crash 67 inference/downwards_inference_annotations_for_loop_variable: Crash
68 inference/downwards_inference_annotations_locals: Fail 68 inference/downwards_inference_annotations_locals: Fail
69 inference/downwards_inference_annotations_locals_referring_to_locals: Crash 69 inference/downwards_inference_annotations_locals_referring_to_locals: Crash
70 inference/downwards_inference_annotations_parameter: Fail 70 inference/downwards_inference_annotations_parameter: Fail
71 inference/downwards_inference_annotations_parameter_local: Crash 71 inference/downwards_inference_annotations_parameter_local: Crash
72 inference/downwards_inference_annotations_type_variable: Fail 72 inference/downwards_inference_annotations_type_variable: Fail
73 inference/downwards_inference_annotations_type_variable_local: Crash 73 inference/downwards_inference_annotations_type_variable_local: Crash
74 inference/downwards_inference_annotations_typedef: Fail 74 inference/downwards_inference_annotations_typedef: Crash
75 inference/downwards_inference_assignment_statements: Crash 75 inference/downwards_inference_assignment_statements: Crash
76 inference/downwards_inference_async_await: Fail 76 inference/downwards_inference_async_await: Fail
77 inference/downwards_inference_for_each: Fail 77 inference/downwards_inference_for_each: Fail
78 inference/downwards_inference_initializing_formal_default_formal: Crash 78 inference/downwards_inference_initializing_formal_default_formal: Crash
79 inference/downwards_inference_inside_top_level: Crash 79 inference/downwards_inference_inside_top_level: Crash
80 inference/downwards_inference_inside_top_level_2: Crash 80 inference/downwards_inference_inside_top_level_2: Crash
81 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash 81 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash
82 inference/downwards_inference_on_function_arguments_infer_downwards: Crash 82 inference/downwards_inference_on_function_arguments_infer_downwards: Crash
83 inference/downwards_inference_on_function_expressions: Crash 83 inference/downwards_inference_on_function_expressions: Crash
84 inference/downwards_inference_on_function_of_t_using_the_t: Crash 84 inference/downwards_inference_on_function_of_t_using_the_t: Crash
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 static_setter: Crash 425 static_setter: Crash
426 store_load: Crash 426 store_load: Crash
427 stringliteral: Crash 427 stringliteral: Crash
428 super_rasta_copy: Crash 428 super_rasta_copy: Crash
429 top_level_accessors: Crash 429 top_level_accessors: Crash
430 type_variable_as_super: Crash 430 type_variable_as_super: Crash
431 typedef: Crash 431 typedef: Crash
432 uninitialized_fields: Crash 432 uninitialized_fields: Crash
433 unused_methods: Crash 433 unused_methods: Crash
434 void-methods: Crash 434 void-methods: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698