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

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

Issue 2999403003: Properly annotate the checks needed when invoking function-typed objects. (Closed)
Patch Set: Created 3 years, 3 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/runtime_checks/covariant_generic_parameter_tear_off.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) 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 DeltaBlue: Fail 9 DeltaBlue: Fail
10 accessors: Fail 10 accessors: Fail
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 174
175 runtime_checks/call_through_this: Fail 175 runtime_checks/call_through_this: Fail
176 runtime_checks/contravariant_generic_return: Fail 176 runtime_checks/contravariant_generic_return: Fail
177 runtime_checks/contravariant_generic_return_tear_off: Fail 177 runtime_checks/contravariant_generic_return_tear_off: Fail
178 runtime_checks/contravariant_getter: Fail 178 runtime_checks/contravariant_getter: Fail
179 runtime_checks/covariant_generic_method_type_parameter: Fail 179 runtime_checks/covariant_generic_method_type_parameter: Fail
180 runtime_checks/covariant_generic_parameter_in_interface: Fail 180 runtime_checks/covariant_generic_parameter_in_interface: Fail
181 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail 181 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail
182 runtime_checks/covariant_generic_parameter_in_interface_super: Fail 182 runtime_checks/covariant_generic_parameter_in_interface_super: Fail
183 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail 183 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail
184 runtime_checks/covariant_generic_parameter_tear_off: Fail
185 runtime_checks/covariant_keyword: Fail 184 runtime_checks/covariant_keyword: Fail
186 runtime_checks/covariant_setter: Fail 185 runtime_checks/covariant_setter: Fail
187 runtime_checks/dynamic_invocation: Fail 186 runtime_checks/dynamic_invocation: Fail
188 runtime_checks/dynamic_invocation_generic: Fail 187 runtime_checks/dynamic_invocation_generic: Fail
189 runtime_checks/dynamic_invocation_of_getter: Fail 188 runtime_checks/dynamic_invocation_of_getter: Fail
190 189
191 illegal_named_function_expression: RuntimeError 190 illegal_named_function_expression: RuntimeError
192 local_generic_function: RuntimeError 191 local_generic_function: RuntimeError
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/runtime_checks/covariant_generic_parameter_tear_off.dart.strong.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698