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

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

Issue 2777533002: Report compile-time error on invalid constructors. (Closed)
Patch Set: Update status files. 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
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 cycles: Fail # Compile-time error handling destroys program. 10 cycles: Fail # Compile-time error handling destroys program.
11 function_type_recovery: Fail 11 function_type_recovery: Fail
12 invocations: Fail 12 invocations: Fail
13 statements: Fail # Make async tranformer optional for golden file testing. 13 statements: Fail # Make async tranformer optional for golden file testing.
14 type_variable_as_super: Fail 14 type_variable_as_super: Fail
15 15
16 rasta/abstract_constructor: Fail 16 rasta/abstract_constructor: Fail
17 rasta/bad_constructor_redirection: Fail 17 rasta/bad_constructor_redirection: Fail
18 rasta/bad_continue: Fail 18 rasta/bad_continue: Fail
19 rasta/bad_default_constructor: VerificationError 19 rasta/bad_default_constructor: Fail # Compile-time error destroys program.
20 rasta/bad_explicit_super_constructor: Fail 20 rasta/bad_explicit_super_constructor: Fail
21 rasta/bad_implicit_super_constructor: Fail 21 rasta/bad_implicit_super_constructor: Fail
22 rasta/bad_interpolation: Fail 22 rasta/bad_interpolation: Fail
23 rasta/bad_redirection: Fail 23 rasta/bad_redirection: Fail
24 rasta/bad_setter_initializer: Fail 24 rasta/bad_setter_initializer: Fail
25 rasta/bad_unicode: Fail 25 rasta/bad_unicode: Fail
26 rasta/breaking_bad: Fail 26 rasta/breaking_bad: Fail
27 rasta/class_hierarchy: Fail 27 rasta/class_hierarchy: Fail
28 rasta/class_member: Fail 28 rasta/class_member: Fail
29 rasta/constant_get_and_invoke: Fail 29 rasta/constant_get_and_invoke: Fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 rasta/switch_fall_through: Fail 68 rasta/switch_fall_through: Fail
69 rasta/try_label: Fail 69 rasta/try_label: Fail
70 rasta/type_literals: VerificationError 70 rasta/type_literals: VerificationError
71 rasta/type_with_parse_error: Fail 71 rasta/type_with_parse_error: Fail
72 rasta/typedef: VerificationError 72 rasta/typedef: VerificationError
73 rasta/unresolved: Fail 73 rasta/unresolved: Fail
74 rasta/unresolved_constructor: Fail 74 rasta/unresolved_constructor: Fail
75 rasta/unresolved_for_in: Fail 75 rasta/unresolved_for_in: Fail
76 rasta/unresolved_recovery: Fail 76 rasta/unresolved_recovery: Fail
77 rasta/unsupported_platform_library: Fail 77 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_target.dart ('k') | pkg/front_end/test/fasta/kompile.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698