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

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

Issue 2682333004: Remove convertConstructors. (Closed)
Patch Set: Long line. 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
(...skipping 23 matching lines...) Expand all
34 rasta/bad_setter_initializer: Crash 34 rasta/bad_setter_initializer: Crash
35 rasta/bad_unicode: Fail 35 rasta/bad_unicode: Fail
36 rasta/breaking_bad: Crash 36 rasta/breaking_bad: Crash
37 rasta/cascades: Crash 37 rasta/cascades: Crash
38 rasta/class_hierarchy: Fail 38 rasta/class_hierarchy: Fail
39 rasta/class_member: Crash 39 rasta/class_member: Crash
40 rasta/constant_get_and_invoke: Crash 40 rasta/constant_get_and_invoke: Crash
41 rasta/deferred_lib: Fail 41 rasta/deferred_lib: Fail
42 rasta/deferred_load: Crash 42 rasta/deferred_load: Crash
43 rasta/duplicated_mixin: Crash 43 rasta/duplicated_mixin: Crash
44 rasta/enum: Fail
45 rasta/export: Fail 44 rasta/export: Fail
46 rasta/external_factory_redirection: Crash 45 rasta/external_factory_redirection: Crash
47 rasta/foo: Fail 46 rasta/foo: Fail
48 rasta/for_loop: Crash 47 rasta/for_loop: Crash
49 rasta/generic_factory: Crash 48 rasta/generic_factory: Crash
50 rasta/issue_000001: Crash 49 rasta/issue_000001: Crash
51 rasta/issue_000002: Crash 50 rasta/issue_000002: Crash
52 rasta/issue_000004: Crash 51 rasta/issue_000004: Crash
53 rasta/issue_000006: Crash 52 rasta/issue_000006: Crash
54 rasta/issue_000007: Crash 53 rasta/issue_000007: Crash
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 rasta/this_invoke: Crash 99 rasta/this_invoke: Crash
101 rasta/try_label: Crash 100 rasta/try_label: Crash
102 rasta/type_literals: Crash 101 rasta/type_literals: Crash
103 rasta/type_with_parse_error: Fail 102 rasta/type_with_parse_error: Fail
104 rasta/typedef: Crash 103 rasta/typedef: Crash
105 rasta/unresolved: Crash 104 rasta/unresolved: Crash
106 rasta/unresolved_constructor: Crash 105 rasta/unresolved_constructor: Crash
107 rasta/unresolved_for_in: Crash 106 rasta/unresolved_for_in: Crash
108 rasta/unresolved_recovery: Crash 107 rasta/unresolved_recovery: Crash
109 rasta/unsupported_platform_library: Fail 108 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698