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

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

Issue 2906253004: Avoid using Invalid{Statement,Expression,Initializer}. (Closed)
Patch Set: Created 3 years, 6 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 strong_test.dart test suite. This is testing generating 5 # Status file for the strong_test.dart test suite. This is testing generating
6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
7 # strong-mode enabled. 7 # strong-mode enabled.
8 8
9 DeltaBlue: Fail 9 DeltaBlue: Fail
10 accessors: Fail 10 accessors: Fail
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 rasta/static: Fail 202 rasta/static: Fail
203 rasta/super: Fail 203 rasta/super: Fail
204 rasta/super_initializer: Fail 204 rasta/super_initializer: Fail
205 rasta/super_mixin: Fail 205 rasta/super_mixin: Fail
206 rasta/super_operator: Fail 206 rasta/super_operator: Fail
207 rasta/supports_reflection: VerificationError 207 rasta/supports_reflection: VerificationError
208 rasta/switch_execution_case_t02: Fail 208 rasta/switch_execution_case_t02: Fail
209 rasta/switch_fall_through: Fail 209 rasta/switch_fall_through: Fail
210 rasta/this_invoke: Fail 210 rasta/this_invoke: Fail
211 rasta/try_label: Fail 211 rasta/try_label: Fail
212 rasta/type_literals: VerificationError 212 rasta/type_literals: Fail
213 rasta/type_with_parse_error: Fail 213 rasta/type_with_parse_error: Fail
214 rasta/typedef: VerificationError 214 rasta/typedef: Fail
215 rasta/unresolved: Fail 215 rasta/unresolved: Fail
216 rasta/unresolved_constructor: Fail 216 rasta/unresolved_constructor: Fail
217 rasta/unresolved_for_in: Fail 217 rasta/unresolved_for_in: Fail
218 rasta/unresolved_recovery: Fail 218 rasta/unresolved_recovery: Fail
219 rasta/unsupported_platform_library: Fail 219 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698