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

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

Issue 2935763004: Implement type inference for "not" expressions. (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
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 strong_test.dart test suite. This is testing generating 5 # Status file for the strong_test.dart test suite. This is testing generating
6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
7 # strong-mode enabled. 7 # strong-mode enabled.
8 8
9 inference/infer_local_function_return_type: RuntimeError 9 inference/infer_local_function_return_type: RuntimeError
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 uninitialized_fields: Fail 54 uninitialized_fields: Fail
55 unused_methods: Fail 55 unused_methods: Fail
56 void-methods: Fail 56 void-methods: Fail
57 57
58 inference/constructors_too_many_positional_arguments: Fail 58 inference/constructors_too_many_positional_arguments: Fail
59 inference/downwards_inference_annotations: Fail 59 inference/downwards_inference_annotations: Fail
60 inference/downwards_inference_on_function_of_t_using_the_t: Fail 60 inference/downwards_inference_on_function_of_t_using_the_t: Fail
61 inference/future_then_explicit_future: Fail 61 inference/future_then_explicit_future: Fail
62 inference/generic_functions_return_typedef: Fail 62 inference/generic_functions_return_typedef: Fail
63 inference/generic_methods_infer_js_builtin: Fail 63 inference/generic_methods_infer_js_builtin: Fail
64 inference/infer_binary_double_double: Fail
65 inference/infer_binary_double_int: Fail
66 inference/infer_binary_int_double: Fail 64 inference/infer_binary_int_double: Fail
67 inference/infer_binary_int_int: Fail 65 inference/infer_binary_int_int: Fail
68 inference/infer_consts_transitively_2: Fail 66 inference/infer_consts_transitively_2: Fail
69 inference/infer_consts_transitively_2_a: Fail 67 inference/infer_consts_transitively_2_a: Fail
70 inference/infer_correctly_on_multiple_variables_declared_together: Fail 68 inference/infer_correctly_on_multiple_variables_declared_together: Fail
71 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail 69 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
72 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail 70 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
73 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail 71 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
74 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail 72 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail
75 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail 73 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail
76 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail 74 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail
77 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail 75 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
78 inference/infer_prefix_expression: Fail
79 inference/infer_statics_transitively: Fail 76 inference/infer_statics_transitively: Fail
80 inference/infer_statics_transitively3: Fail 77 inference/infer_statics_transitively3: Fail
81 inference/infer_statics_transitively_a: Fail 78 inference/infer_statics_transitively_a: Fail
82 inference/infer_types_on_loop_indices_for_each_loop: Fail 79 inference/infer_types_on_loop_indices_for_each_loop: Fail
83 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 80 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
84 inference/inferred_type_cascade: Fail 81 inference/inferred_type_cascade: Fail
85 inference/lambda_does_not_have_propagated_type_hint: Fail 82 inference/lambda_does_not_have_propagated_type_hint: Fail
86 inference/list_literals_can_infer_null_top_level: Fail 83 inference/list_literals_can_infer_null_top_level: Fail
87 inference/map_literals_can_infer_null_top_level: Fail 84 inference/map_literals_can_infer_null_top_level: Fail
88 inference/null_coalescing_operator: Fail 85 inference/null_coalescing_operator: Fail
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 rasta/this_invoke: Fail 174 rasta/this_invoke: Fail
178 rasta/try_label: Fail 175 rasta/try_label: Fail
179 rasta/type_literals: Fail 176 rasta/type_literals: Fail
180 rasta/type_with_parse_error: Fail 177 rasta/type_with_parse_error: Fail
181 rasta/typedef: Fail 178 rasta/typedef: Fail
182 rasta/unresolved: Fail 179 rasta/unresolved: Fail
183 rasta/unresolved_constructor: Fail 180 rasta/unresolved_constructor: Fail
184 rasta/unresolved_for_in: Fail 181 rasta/unresolved_for_in: Fail
185 rasta/unresolved_recovery: Fail 182 rasta/unresolved_recovery: Fail
186 rasta/unsupported_platform_library: Fail 183 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698