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

Side by Side Diff: tests/language/language_kernel.status

Issue 2769113004: Setup type and modifiers of local variables on creation. (Closed)
Patch Set: Address review comments. 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/lib/src/fasta/parser/parser.dart ('k') | no next file » | 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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 const_syntax_test/01: MissingCompileTimeError 105 const_syntax_test/01: MissingCompileTimeError
106 const_syntax_test/02: MissingCompileTimeError 106 const_syntax_test/02: MissingCompileTimeError
107 const_syntax_test/03: MissingCompileTimeError 107 const_syntax_test/03: MissingCompileTimeError
108 const_syntax_test/04: MissingCompileTimeError 108 const_syntax_test/04: MissingCompileTimeError
109 const_syntax_test/05: MissingCompileTimeError 109 const_syntax_test/05: MissingCompileTimeError
110 const_syntax_test/06: MissingCompileTimeError 110 const_syntax_test/06: MissingCompileTimeError
111 const_syntax_test/07: MissingCompileTimeError 111 const_syntax_test/07: MissingCompileTimeError
112 const_syntax_test/08: MissingCompileTimeError 112 const_syntax_test/08: MissingCompileTimeError
113 const_syntax_test/09: MissingCompileTimeError 113 const_syntax_test/09: MissingCompileTimeError
114 const_syntax_test/10: Crash 114 const_syntax_test/10: Crash
115 const_syntax_test/11: MissingCompileTimeError
116 const_syntax_test/12: MissingCompileTimeError 115 const_syntax_test/12: MissingCompileTimeError
117 const_types_test/07: MissingCompileTimeError 116 const_types_test/07: MissingCompileTimeError
118 const_types_test/08: MissingCompileTimeError 117 const_types_test/08: MissingCompileTimeError
119 const_types_test/09: MissingCompileTimeError 118 const_types_test/09: MissingCompileTimeError
120 const_types_test/10: MissingCompileTimeError 119 const_types_test/10: MissingCompileTimeError
121 const_types_test/11: MissingCompileTimeError 120 const_types_test/11: MissingCompileTimeError
122 const_types_test/12: MissingCompileTimeError 121 const_types_test/12: MissingCompileTimeError
123 const_types_test/14: MissingCompileTimeError 122 const_types_test/14: MissingCompileTimeError
124 const_types_test/15: MissingCompileTimeError 123 const_types_test/15: MissingCompileTimeError
125 const_types_test/16: MissingCompileTimeError 124 const_types_test/16: MissingCompileTimeError
126 const_types_test/17: MissingCompileTimeError 125 const_types_test/17: MissingCompileTimeError
127 const_types_test/18: MissingCompileTimeError 126 const_types_test/18: MissingCompileTimeError
128 const_types_test/19: MissingCompileTimeError 127 const_types_test/19: MissingCompileTimeError
129 const_types_test/20: MissingCompileTimeError 128 const_types_test/20: MissingCompileTimeError
130 const_types_test/21: MissingCompileTimeError 129 const_types_test/21: MissingCompileTimeError
131 const_types_test/22: MissingCompileTimeError 130 const_types_test/22: MissingCompileTimeError
132 const_types_test/23: MissingCompileTimeError 131 const_types_test/23: MissingCompileTimeError
133 const_types_test/24: MissingCompileTimeError 132 const_types_test/24: MissingCompileTimeError
134 const_types_test/25: MissingCompileTimeError 133 const_types_test/25: MissingCompileTimeError
135 const_types_test/26: MissingCompileTimeError 134 const_types_test/26: MissingCompileTimeError
136 const_types_test/27: MissingCompileTimeError 135 const_types_test/27: MissingCompileTimeError
137 const_types_test/28: MissingCompileTimeError 136 const_types_test/28: MissingCompileTimeError
138 const_types_test/29: MissingCompileTimeError 137 const_types_test/29: MissingCompileTimeError
139 const_types_test/30: MissingCompileTimeError 138 const_types_test/30: MissingCompileTimeError
140 const_types_test/41: MissingCompileTimeError 139 const_types_test/41: MissingCompileTimeError
141 constant_locals_test/01: MissingCompileTimeError 140 constant_locals_test/01: MissingCompileTimeError
142 constant_locals_test/02: MissingCompileTimeError 141 constant_locals_test/02: MissingCompileTimeError
143 constant_locals_test/03: MissingCompileTimeError 142 constant_locals_test/03: MissingCompileTimeError
144 constant_locals_test/04: MissingCompileTimeError 143 constant_locals_test/04: MissingCompileTimeError
145 constant_locals_test/05: MissingCompileTimeError
146 constant_type_literal_test/01: MissingCompileTimeError 144 constant_type_literal_test/01: MissingCompileTimeError
147 constructor10_test/00: Crash 145 constructor10_test/00: Crash
148 constructor10_test/01: Crash 146 constructor10_test/01: Crash
149 constructor10_test/02: Crash 147 constructor10_test/02: Crash
150 constructor_duplicate_final_test/01: MissingRuntimeError 148 constructor_duplicate_final_test/01: MissingRuntimeError
151 constructor_duplicate_final_test/02: MissingRuntimeError 149 constructor_duplicate_final_test/02: MissingRuntimeError
152 constructor_duplicate_initializers_test/03: MissingCompileTimeError 150 constructor_duplicate_initializers_test/03: MissingCompileTimeError
153 constructor_redirect2_test/01: MissingCompileTimeError 151 constructor_redirect2_test/01: MissingCompileTimeError
154 constructor_redirect_test/01: MissingCompileTimeError 152 constructor_redirect_test/01: MissingCompileTimeError
155 covariant_test/02: MissingCompileTimeError 153 covariant_test/02: MissingCompileTimeError
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 try_catch_syntax_test/05: Crash 623 try_catch_syntax_test/05: Crash
626 624
627 # dartk: precompilation failures (debug) 625 # dartk: precompilation failures (debug)
628 [ $compiler == dartkp && $mode == debug ] 626 [ $compiler == dartkp && $mode == debug ]
629 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 627 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
630 external_test/13: Crash 628 external_test/13: Crash
631 final_syntax_test/09: Crash 629 final_syntax_test/09: Crash
632 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 630 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
633 regress_22445_test: Crash 631 regress_22445_test: Crash
634 regress_23498_test: Crash 632 regress_23498_test: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698