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

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

Issue 2926533004: Semantic checks on switch cases and fall-through errors. (Closed)
Patch Set: Address review comments. 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
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 compile_test.dart (notice c, not k) test suite. This is 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is
6 # testing generating Kernel ASTs directly, that is, code in 6 # testing generating Kernel ASTs directly, that is, code in
7 # pkg/fasta/lib/src/kernel/. 7 # pkg/fasta/lib/src/kernel/.
8 8
9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
10 10
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 rasta/malformed_function_type: Fail 338 rasta/malformed_function_type: Fail
339 rasta/mandatory_parameter_initializer: Fail 339 rasta/mandatory_parameter_initializer: Fail
340 rasta/mixin_library: Fail 340 rasta/mixin_library: Fail
341 rasta/native_is_illegal: Fail 341 rasta/native_is_illegal: Fail
342 rasta/parser_error: Fail 342 rasta/parser_error: Fail
343 rasta/super: Fail 343 rasta/super: Fail
344 rasta/super_initializer: Fail 344 rasta/super_initializer: Fail
345 rasta/super_mixin: Fail 345 rasta/super_mixin: Fail
346 rasta/super_operator: Fail 346 rasta/super_operator: Fail
347 rasta/supports_reflection: VerificationError 347 rasta/supports_reflection: VerificationError
348 rasta/switch_execution_case_t02: Fail
349 rasta/switch_fall_through: Fail 348 rasta/switch_fall_through: Fail
350 rasta/try_label: Fail 349 rasta/try_label: Fail
351 rasta/type_literals: Fail 350 rasta/type_literals: Fail
352 rasta/type_with_parse_error: Fail 351 rasta/type_with_parse_error: Fail
353 rasta/typedef: Fail 352 rasta/typedef: Fail
354 rasta/unresolved: Fail 353 rasta/unresolved: Fail
355 rasta/unresolved_constructor: Fail 354 rasta/unresolved_constructor: Fail
356 rasta/unresolved_for_in: Fail 355 rasta/unresolved_for_in: Fail
357 rasta/unresolved_recovery: Fail 356 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698