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

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

Issue 2828253003: Add top level type inference logic for integer literals. (Closed)
Patch Set: Clean up, bug fix, and remove unintentional expectations changes Created 3 years, 8 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 DeltaBlue: Crash 10 DeltaBlue: Crash
(...skipping 30 matching lines...) Expand all
41 override: Crash 41 override: Crash
42 prefer_baseclass: Crash 42 prefer_baseclass: Crash
43 redirecting_constructor: Fail 43 redirecting_constructor: Fail
44 redirecting_factory: Crash 44 redirecting_factory: Crash
45 statements: Fail 45 statements: Fail
46 static_setter: Crash 46 static_setter: Crash
47 store_load: Crash 47 store_load: Crash
48 stringliteral: Crash 48 stringliteral: Crash
49 super_rasta_copy: Crash 49 super_rasta_copy: Crash
50 top_level_accessors: Crash 50 top_level_accessors: Crash
51 inference/toplevel_inference_toplevel_var: Crash
51 type_variable_as_super: Fail 52 type_variable_as_super: Fail
52 typedef: Crash 53 typedef: Crash
53 uninitialized_fields: Crash 54 uninitialized_fields: Crash
54 unused_methods: Crash 55 unused_methods: Crash
55 void-methods: Crash 56 void-methods: Crash
56 57
57 rasta/abstract_constructor: Fail 58 rasta/abstract_constructor: Fail
58 rasta/bad_constructor_redirection: Crash 59 rasta/bad_constructor_redirection: Crash
59 rasta/bad_continue: Crash 60 rasta/bad_continue: Crash
60 rasta/bad_default_constructor: Crash 61 rasta/bad_default_constructor: Crash
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 rasta/this_invoke: Crash 129 rasta/this_invoke: Crash
129 rasta/try_label: Crash 130 rasta/try_label: Crash
130 rasta/type_literals: Crash 131 rasta/type_literals: Crash
131 rasta/type_with_parse_error: Fail 132 rasta/type_with_parse_error: Fail
132 rasta/typedef: Crash 133 rasta/typedef: Crash
133 rasta/unresolved: Fail 134 rasta/unresolved: Fail
134 rasta/unresolved_constructor: Crash 135 rasta/unresolved_constructor: Crash
135 rasta/unresolved_for_in: Crash 136 rasta/unresolved_for_in: Crash
136 rasta/unresolved_recovery: Fail 137 rasta/unresolved_recovery: Fail
137 rasta/unsupported_platform_library: Fail 138 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698