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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2739853003: Report a parse error when recovery fails. (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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError 202 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError
203 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError 203 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
204 Language/Expressions/Constants/static_method_t02: Crash 204 Language/Expressions/Constants/static_method_t02: Crash
205 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError 205 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
206 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError 206 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
207 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError 207 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
208 Language/Expressions/Constants/top_level_function_t01: Crash 208 Language/Expressions/Constants/top_level_function_t01: Crash
209 Language/Expressions/Constants/top_level_function_t02: Crash 209 Language/Expressions/Constants/top_level_function_t02: Crash
210 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError 210 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
211 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError 211 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
212 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError
213 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 212 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
214 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 213 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
215 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 214 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
216 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError 215 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
217 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError 216 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
218 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError 217 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
219 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError 218 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
220 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError 219 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
221 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError 220 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
222 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError 221 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError 266 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
268 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError 267 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError
269 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError 268 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError
270 Language/Expressions/Lists/constant_list_t02: Crash 269 Language/Expressions/Lists/constant_list_t02: Crash
271 Language/Expressions/Maps/constant_map_key_value_t01: Crash 270 Language/Expressions/Maps/constant_map_key_value_t01: Crash
272 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError 271 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
273 Language/Expressions/Maps/constant_map_t01: Crash 272 Language/Expressions/Maps/constant_map_t01: Crash
274 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 273 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
275 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError 274 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
276 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError 275 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
277 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh
278 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh
279 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh
280 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562 276 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562
281 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError 277 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
282 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562 278 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562
283 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError 279 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
284 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError 280 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
285 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError 281 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
286 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError 282 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
287 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 283 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
288 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 284 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
289 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError 285 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
290 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError 286 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
291 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError 287 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
292 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError 288 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
293 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError 289 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
294 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError 290 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
295 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 291 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
296 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 292 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
297 Language/Expressions/This/placement_t04: MissingCompileTimeError 293 Language/Expressions/This/placement_t04: MissingCompileTimeError
298 Language/Expressions/Throw/no_catch_clause_t01: Crash 294 Language/Expressions/Throw/no_catch_clause_t01: Crash
299 Language/Expressions/Throw/no_catch_clause_t02: Crash 295 Language/Expressions/Throw/no_catch_clause_t02: Crash
300 Language/Expressions/Throw/no_catch_clause_t03: Crash 296 Language/Expressions/Throw/no_catch_clause_t03: Crash
301 Language/Expressions/Throw/no_catch_clause_t04: Crash 297 Language/Expressions/Throw/no_catch_clause_t04: Crash
302 Language/Expressions/Throw/no_catch_clause_t05: Crash 298 Language/Expressions/Throw/no_catch_clause_t05: Crash
303 Language/Expressions/Throw/no_catch_clause_t06: Crash 299 Language/Expressions/Throw/no_catch_clause_t06: Crash
304 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 300 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
305 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError 301 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
306 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError 302 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
307 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError
308 Language/Expressions/Type_Test/evaluation_t03: RuntimeError 303 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
309 Language/Expressions/Type_Test/evaluation_t04: RuntimeError 304 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
310 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 305 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
311 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError 306 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
312 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError 307 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
313 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 308 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
314 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 309 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
315 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 310 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
316 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError 311 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
317 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError 312 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 756 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
762 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 757 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
763 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 758 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
764 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 759 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
765 Language/Statements/Try/syntax_t12: MissingCompileTimeError 760 Language/Statements/Try/syntax_t12: MissingCompileTimeError
766 Language/Variables/final_t03: MissingCompileTimeError 761 Language/Variables/final_t03: MissingCompileTimeError
767 762
768 # dartk: precompilation failures (debug) 763 # dartk: precompilation failures (debug)
769 [ $compiler == dartkp && $mode == debug ] 764 [ $compiler == dartkp && $mode == debug ]
770 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 765 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698