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

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

Issue 2906253004: Avoid using Invalid{Statement,Expression,Initializer}. (Closed)
Patch Set: 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
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 call_nonexistent_static_test/01: CompileTimeError 6 call_nonexistent_static_test/01: CompileTimeError
7 call_nonexistent_static_test/04: CompileTimeError 7 call_nonexistent_static_test/04: CompileTimeError
8 compile_time_constant_c_test/03: MissingCompileTimeError 8 compile_time_constant_c_test/03: MissingCompileTimeError
9 compile_time_constant_test/01: MissingCompileTimeError 9 compile_time_constant_test/01: MissingCompileTimeError
10 conditional_method_invocation_test/11: MissingCompileTimeError 10 conditional_method_invocation_test/11: MissingCompileTimeError
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 super_conditional_operator_test/07: MissingCompileTimeError 167 super_conditional_operator_test/07: MissingCompileTimeError
168 super_conditional_operator_test/08: MissingCompileTimeError 168 super_conditional_operator_test/08: MissingCompileTimeError
169 super_conditional_operator_test/09: MissingCompileTimeError 169 super_conditional_operator_test/09: MissingCompileTimeError
170 super_conditional_operator_test/10: MissingCompileTimeError 170 super_conditional_operator_test/10: MissingCompileTimeError
171 super_conditional_operator_test/11: MissingCompileTimeError 171 super_conditional_operator_test/11: MissingCompileTimeError
172 super_conditional_operator_test/12: MissingCompileTimeError 172 super_conditional_operator_test/12: MissingCompileTimeError
173 super_conditional_operator_test/13: MissingCompileTimeError 173 super_conditional_operator_test/13: MissingCompileTimeError
174 super_conditional_operator_test/14: MissingCompileTimeError 174 super_conditional_operator_test/14: MissingCompileTimeError
175 super_conditional_operator_test/15: MissingCompileTimeError 175 super_conditional_operator_test/15: MissingCompileTimeError
176 super_conditional_operator_test/16: MissingCompileTimeError 176 super_conditional_operator_test/16: MissingCompileTimeError
177 super_conditional_operator_test/17: MissingCompileTimeError
178 super_conditional_operator_test/18: MissingCompileTimeError
179 super_no_such_method1_test/01: RuntimeError 177 super_no_such_method1_test/01: RuntimeError
180 super_no_such_method2_test/01: RuntimeError 178 super_no_such_method2_test/01: RuntimeError
181 super_no_such_method3_test/01: RuntimeError 179 super_no_such_method3_test/01: RuntimeError
182 super_no_such_method4_test/01: RuntimeError 180 super_no_such_method4_test/01: RuntimeError
183 super_no_such_method5_test/01: RuntimeError 181 super_no_such_method5_test/01: RuntimeError
184 switch1_negative_test: Fail 182 switch1_negative_test: Fail
185 syntax_test/02: MissingCompileTimeError 183 syntax_test/02: MissingCompileTimeError
186 syntax_test/03: MissingCompileTimeError 184 syntax_test/03: MissingCompileTimeError
187 syntax_test/27: MissingCompileTimeError 185 syntax_test/27: MissingCompileTimeError
188 this_conditional_operator_test/01: MissingCompileTimeError 186 this_conditional_operator_test/01: MissingCompileTimeError
189 try_catch_syntax_test/07: MissingCompileTimeError 187 try_catch_syntax_test/07: MissingCompileTimeError
190 try_catch_syntax_test/09: MissingCompileTimeError 188 try_catch_syntax_test/09: MissingCompileTimeError
191 try_catch_syntax_test/10: MissingCompileTimeError 189 try_catch_syntax_test/10: MissingCompileTimeError
192 try_catch_syntax_test/11: MissingCompileTimeError 190 try_catch_syntax_test/11: MissingCompileTimeError
193 try_catch_syntax_test/12: MissingCompileTimeError 191 try_catch_syntax_test/12: MissingCompileTimeError
194 vm/regress_27201_test: CompileTimeError 192 vm/regress_27201_test: CompileTimeError
195 193
194 assign_to_type_test/01: CompileTimeError # Fasta bug: Incorrect handling of type s as expressions.
195 assign_to_type_test/02: CompileTimeError # Fasta bug: Incorrect handling of type s as expressions.
196 assign_to_type_test/03: CompileTimeError # Fasta bug: Incorrect handling of type s as expressions.
197 assign_to_type_test/04: CompileTimeError # Fasta bug: Incorrect handling of type s as expressions.
198 class_literal_test/12: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
199 class_literal_test/13: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
200 class_literal_test/24: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
201 first_class_types_literals_test/03: CompileTimeError # Fasta bug: Incorrect hand ling of types as expressions.
202 first_class_types_literals_test/04: CompileTimeError # Fasta bug: Incorrect hand ling of types as expressions.
203 first_class_types_literals_test/08: CompileTimeError # Fasta bug: Incorrect hand ling of types as expressions.
204 first_class_types_literals_test/09: CompileTimeError # Fasta bug: Incorrect hand ling of types as expressions.
205 if_null_assignment_behavior_test/15: CompileTimeError # Fasta bug: Incorrect han dling of types as expressions.
206
196 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports. 207 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
197 config_import_test: RuntimeError # KernelVM bug: Configurable imports. 208 config_import_test: RuntimeError # KernelVM bug: Configurable imports.
198 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts. 209 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts.
199 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports. 210 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports.
200 211
201 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation. 212 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation.
202 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 213 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
203 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. 214 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
204 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. 215 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
205 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation. 216 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 536 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
526 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 537 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
527 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 538 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
528 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 539 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
529 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 540 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
530 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 541 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
531 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 542 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
532 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 543 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
533 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 544 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
534 case_expression_with_assignment_test/01: Crash # Issue 29379 545 case_expression_with_assignment_test/01: Crash # Issue 29379
OLDNEW
« pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698