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

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

Issue 2691613002: Improve compile-time error handling. (Closed)
Patch Set: Update status and expectations for rasta tests. 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 rasta/issue_000081: Crash 82 rasta/issue_000081: Crash
83 rasta/malformed_const_constructor: Fail 83 rasta/malformed_const_constructor: Fail
84 rasta/malformed_function: Fail 84 rasta/malformed_function: Fail
85 rasta/malformed_function_type: Crash 85 rasta/malformed_function_type: Crash
86 rasta/mandatory_parameter_initializer: Fail 86 rasta/mandatory_parameter_initializer: Fail
87 rasta/mixin_library: Crash 87 rasta/mixin_library: Crash
88 rasta/native_is_illegal: Fail 88 rasta/native_is_illegal: Fail
89 rasta/parser_error: Crash 89 rasta/parser_error: Crash
90 rasta/previsit_deferred: Crash 90 rasta/previsit_deferred: Crash
91 rasta/static: Crash 91 rasta/static: Crash
92 rasta/super: Crash
92 rasta/super: Fail 93 rasta/super: Fail
93 rasta/super_initializer: Crash 94 rasta/super_initializer: Crash
94 rasta/super_mixin: Crash 95 rasta/super_mixin: Crash
95 rasta/super_operator: Crash 96 rasta/super_operator: Crash
96 rasta/supports_reflection: Crash 97 rasta/supports_reflection: Crash
97 rasta/switch_execution_case_t02: Crash 98 rasta/switch_execution_case_t02: Crash
98 rasta/switch_fall_through: Crash 99 rasta/switch_fall_through: Crash
99 rasta/this_invoke: Crash 100 rasta/this_invoke: Crash
100 rasta/try_label: Crash 101 rasta/try_label: Crash
101 rasta/type_literals: Crash 102 rasta/type_literals: Crash
102 rasta/type_with_parse_error: Fail 103 rasta/type_with_parse_error: Fail
103 rasta/typedef: Crash 104 rasta/typedef: Crash
104 rasta/unresolved: Crash 105 rasta/unresolved: Crash
105 rasta/unresolved_constructor: Crash 106 rasta/unresolved_constructor: Crash
106 rasta/unresolved_for_in: Crash 107 rasta/unresolved_for_in: Crash
107 rasta/unresolved_recovery: Crash 108 rasta/unresolved_recovery: Crash
108 rasta/unsupported_platform_library: Fail 109 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698