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

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

Issue 2705263002: Handle redirecting constructors to DillMemberBuilder. (Closed)
Patch Set: Update status file. Created 3 years, 10 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 accessors: Crash 10 accessors: Crash
11 await: Fail 11 await: Fail
12 classes: Crash 12 classes: Crash
13 cycles: Crash 13 cycles: Crash
14 default_values: Crash 14 default_values: Crash
15 expressions: Crash 15 expressions: Crash
16 fibonacci: Crash 16 fibonacci: Crash
17 for_in_scope: Crash 17 for_in_scope: Crash
18 functions: Crash 18 functions: Crash
19 implicit_this: Crash 19 implicit_this: Crash
20 invocations: Fail 20 invocations: Fail
21 map: Crash 21 map: Crash
22 mixin: Crash 22 mixin: Crash
23 operators: Crash 23 operators: Crash
24 redirecting_constructor: Crash
24 statements: Crash 25 statements: Crash
25 super_rasta_copy: Crash 26 super_rasta_copy: Crash
26 top_level_accessors: Crash 27 top_level_accessors: Crash
27 typedef: Crash 28 typedef: Crash
28 29
29 rasta/abstract_constructor: Crash 30 rasta/abstract_constructor: Crash
30 rasta/bad_constructor_redirection: Crash 31 rasta/bad_constructor_redirection: Crash
31 rasta/bad_continue: Crash 32 rasta/bad_continue: Crash
32 rasta/bad_default_constructor: Crash 33 rasta/bad_default_constructor: Crash
33 rasta/bad_explicit_super_constructor: Crash 34 rasta/bad_explicit_super_constructor: Crash
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 rasta/this_invoke: Crash 103 rasta/this_invoke: Crash
103 rasta/try_label: Crash 104 rasta/try_label: Crash
104 rasta/type_literals: Crash 105 rasta/type_literals: Crash
105 rasta/type_with_parse_error: Fail 106 rasta/type_with_parse_error: Fail
106 rasta/typedef: Crash 107 rasta/typedef: Crash
107 rasta/unresolved: Crash 108 rasta/unresolved: Crash
108 rasta/unresolved_constructor: Crash 109 rasta/unresolved_constructor: Crash
109 rasta/unresolved_for_in: Crash 110 rasta/unresolved_for_in: Crash
110 rasta/unresolved_recovery: Crash 111 rasta/unresolved_recovery: Crash
111 rasta/unsupported_platform_library: Fail 112 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_class_builder.dart ('k') | pkg/front_end/test/fasta/redirecting_constructor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698