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

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

Issue 2829223007: Introduce initial plumbing for type promotion in fasta. (Closed)
Patch Set: Add missing copyrights Created 3 years, 8 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 # Status file for the kompile_test.dart (notice k, not c) test suite. This is 5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
6 # testing generating Analyzer ASTs, that is, code in 6 # testing generating Analyzer ASTs, that is, code in
7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
8 # there are many crashes. 8 # there are many crashes.
9 9
10 DeltaBlue: Crash 10 DeltaBlue: Crash
(...skipping 11 matching lines...) Expand all
22 default_values: Crash 22 default_values: Crash
23 escape: Crash 23 escape: Crash
24 expressions: Crash 24 expressions: Crash
25 external: Crash 25 external: Crash
26 fallthrough: Crash 26 fallthrough: Crash
27 fibonacci: Crash 27 fibonacci: Crash
28 for_in_scope: Crash 28 for_in_scope: Crash
29 function_in_field: Crash 29 function_in_field: Crash
30 function_type_recovery: Fail 30 function_type_recovery: Fail
31 functions: Crash 31 functions: Crash
32 implicit_scope_test: Crash
32 implicit_this: Crash 33 implicit_this: Crash
33 invocations: Fail 34 invocations: Fail
34 map: Fail 35 map: Fail
35 micro: Crash 36 micro: Crash
36 mixin: Crash 37 mixin: Crash
37 named_parameters: Crash 38 named_parameters: Crash
38 null_aware: Crash 39 null_aware: Crash
39 operators: Crash 40 operators: Crash
40 optional: Crash 41 optional: Crash
41 override: Crash 42 override: Crash
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 rasta/this_invoke: Crash 130 rasta/this_invoke: Crash
130 rasta/try_label: Crash 131 rasta/try_label: Crash
131 rasta/type_literals: Crash 132 rasta/type_literals: Crash
132 rasta/type_with_parse_error: Fail 133 rasta/type_with_parse_error: Fail
133 rasta/typedef: Crash 134 rasta/typedef: Crash
134 rasta/unresolved: Fail 135 rasta/unresolved: Fail
135 rasta/unresolved_constructor: Crash 136 rasta/unresolved_constructor: Crash
136 rasta/unresolved_for_in: Crash 137 rasta/unresolved_for_in: Crash
137 rasta/unresolved_recovery: Fail 138 rasta/unresolved_recovery: Fail
138 rasta/unsupported_platform_library: Fail 139 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698