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

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

Issue 2995553002: Implement type inference for asserts in constructor initializers. (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
11 call: Crash 11 call: Crash
12 cascade: Crash 12 cascade: Crash
13 casts: Crash 13 casts: Crash
14 classes: Crash 14 classes: Crash
15 closure: Crash 15 closure: Crash
16 covariant_generic: Crash 16 covariant_generic: Crash
17 default_values: Crash 17 default_values: Crash
18 escape: Crash 18 escape: Crash
19 expressions: Crash 19 expressions: Crash
20 external: Crash 20 external: Crash
21 fallthrough: Crash 21 fallthrough: Crash
22 fibonacci: Crash 22 fibonacci: Crash
23 for_in_scope: Crash 23 for_in_scope: Crash
24 function_type_is_check: Crash 24 function_type_is_check: Crash
25 functions: Crash 25 functions: Crash
26 implicit_scope_test: Crash 26 implicit_scope_test: Crash
27 implicit_this: Crash 27 implicit_this: Crash
28 inference/abstract_class_instantiation: Crash 28 inference/abstract_class_instantiation: Crash
29 inference/assert_initializer: Crash
29 inference/assign_local: Crash 30 inference/assign_local: Crash
30 inference/block_bodied_lambdas_basic: Crash 31 inference/block_bodied_lambdas_basic: Crash
31 inference/block_bodied_lambdas_basic_void: Crash 32 inference/block_bodied_lambdas_basic_void: Crash
32 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash 33 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash
33 inference/block_bodied_lambdas_infer_bottom_async: Fail 34 inference/block_bodied_lambdas_infer_bottom_async: Fail
34 inference/block_bodied_lambdas_infer_bottom_async_star: Fail 35 inference/block_bodied_lambdas_infer_bottom_async_star: Fail
35 inference/block_bodied_lambdas_infer_bottom_sync: Crash 36 inference/block_bodied_lambdas_infer_bottom_sync: Crash
36 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash 37 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash
37 inference/block_bodied_lambdas_lub: Crash 38 inference/block_bodied_lambdas_lub: Crash
38 inference/block_bodied_lambdas_nested_lambdas: Crash 39 inference/block_bodied_lambdas_nested_lambdas: Crash
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 static_setter: Crash 430 static_setter: Crash
430 store_load: Crash 431 store_load: Crash
431 stringliteral: Crash 432 stringliteral: Crash
432 super_rasta_copy: Crash 433 super_rasta_copy: Crash
433 top_level_accessors: Crash 434 top_level_accessors: Crash
434 type_variable_as_super: Crash 435 type_variable_as_super: Crash
435 typedef: Crash 436 typedef: Crash
436 uninitialized_fields: Crash 437 uninitialized_fields: Crash
437 unused_methods: Crash 438 unused_methods: Crash
438 void-methods: Crash 439 void-methods: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698