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

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

Issue 2723173002: Apply transformers and other work arounds to get boostrapping to work. (Closed)
Patch Set: Add exception class. Created 3 years, 9 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/test/fasta/bootstrap_test.dart ('k') | pkg/front_end/test/fasta/kompile.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 await: Fail 9 await: Fail
10 invocations: Fail 10 invocations: Fail
11 function_type_recovery: Crash 11 function_type_recovery: Crash
12 statements: Fail # Make async tranformer optional for golden file testing.
12 13
13 rasta/abstract_constructor: Fail 14 rasta/abstract_constructor: Fail
14 rasta/bad_constructor_redirection: Fail 15 rasta/bad_constructor_redirection: Fail
15 rasta/bad_continue: Fail 16 rasta/bad_continue: Fail
16 rasta/bad_default_constructor: VerificationError 17 rasta/bad_default_constructor: VerificationError
17 rasta/bad_explicit_super_constructor: Fail 18 rasta/bad_explicit_super_constructor: Fail
18 rasta/bad_implicit_super_constructor: Fail 19 rasta/bad_implicit_super_constructor: Fail
19 rasta/bad_interpolation: Fail 20 rasta/bad_interpolation: Fail
20 rasta/bad_redirection: Fail 21 rasta/bad_redirection: Fail
21 rasta/bad_setter_initializer: Fail 22 rasta/bad_setter_initializer: Fail
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 rasta/native_is_illegal: Fail 59 rasta/native_is_illegal: Fail
59 rasta/parser_error: Fail 60 rasta/parser_error: Fail
60 rasta/static: VerificationError 61 rasta/static: VerificationError
61 rasta/super: Fail 62 rasta/super: Fail
62 rasta/super_initializer: Fail 63 rasta/super_initializer: Fail
63 rasta/super_mixin: Fail 64 rasta/super_mixin: Fail
64 rasta/super_operator: Fail 65 rasta/super_operator: Fail
65 rasta/switch_execution_case_t02: Fail 66 rasta/switch_execution_case_t02: Fail
66 rasta/switch_fall_through: Fail 67 rasta/switch_fall_through: Fail
67 rasta/try_label: Fail 68 rasta/try_label: Fail
68 rasta/type_literals: Fail 69 rasta/type_literals: VerificationError
69 rasta/type_with_parse_error: Fail 70 rasta/type_with_parse_error: Fail
70 rasta/typedef: Fail 71 rasta/typedef: VerificationError
71 rasta/unresolved: Fail 72 rasta/unresolved: Fail
72 rasta/unresolved_constructor: Fail 73 rasta/unresolved_constructor: Fail
73 rasta/unresolved_for_in: Fail 74 rasta/unresolved_for_in: Fail
74 rasta/unresolved_recovery: Fail 75 rasta/unresolved_recovery: Fail
75 rasta/unsupported_platform_library: Fail 76 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/bootstrap_test.dart ('k') | pkg/front_end/test/fasta/kompile.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698