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

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

Issue 2925603002: Add type inference for `this` 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) 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 inference/refine_binary_expression_type_type_parameter_t_double: Crash 305 inference/refine_binary_expression_type_type_parameter_t_double: Crash
306 inference/refine_binary_expression_type_type_parameter_t_int: Crash 306 inference/refine_binary_expression_type_type_parameter_t_int: Crash
307 inference/refine_binary_expression_type_type_parameter_t_t: Crash 307 inference/refine_binary_expression_type_type_parameter_t_t: Crash
308 inference/simple_literal_bool: Crash 308 inference/simple_literal_bool: Crash
309 inference/simple_literal_double: Crash 309 inference/simple_literal_double: Crash
310 inference/simple_literal_int: Crash 310 inference/simple_literal_int: Crash
311 inference/simple_literal_null: Crash 311 inference/simple_literal_null: Crash
312 inference/static_method_tear_off: Crash 312 inference/static_method_tear_off: Crash
313 inference/string_literal: Crash 313 inference/string_literal: Crash
314 inference/subexpressions_of_explicitly_typed_fields: Crash 314 inference/subexpressions_of_explicitly_typed_fields: Crash
315 inference/this_reference: Crash
315 inference/top_level_return_and_yield: Crash 316 inference/top_level_return_and_yield: Crash
316 inference/toplevel_inference_toplevel_var: Crash 317 inference/toplevel_inference_toplevel_var: Crash
317 inference/type_cast: Crash 318 inference/type_cast: Crash
318 inference/type_promotion_ignores_local_functions: Crash 319 inference/type_promotion_ignores_local_functions: Crash
319 inference/type_promotion_not_and_not: Crash 320 inference/type_promotion_not_and_not: Crash
320 inference/unsafe_block_closure_inference_closure_call: Crash 321 inference/unsafe_block_closure_inference_closure_call: Crash
321 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash 322 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash
322 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash 323 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash
323 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash 324 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash
324 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash 325 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 rasta/switch_fall_through: Fail 416 rasta/switch_fall_through: Fail
416 rasta/this_invoke: Crash 417 rasta/this_invoke: Crash
417 rasta/try_label: Crash 418 rasta/try_label: Crash
418 rasta/type_literals: Crash 419 rasta/type_literals: Crash
419 rasta/type_with_parse_error: Fail 420 rasta/type_with_parse_error: Fail
420 rasta/typedef: Crash 421 rasta/typedef: Crash
421 rasta/unresolved: Fail 422 rasta/unresolved: Fail
422 rasta/unresolved_constructor: Crash 423 rasta/unresolved_constructor: Crash
423 rasta/unresolved_for_in: Crash 424 rasta/unresolved_for_in: Crash
424 rasta/unresolved_recovery: Fail 425 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698