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

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

Issue 2733413002: Recover correctly from positional argument after named argument. (Closed)
Patch Set: Rename firstNamedArgumentIndex. 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/kernel/body_builder.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 # 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError 207 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
208 Language/Expressions/Constants/static_method_t02: Crash 208 Language/Expressions/Constants/static_method_t02: Crash
209 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError 209 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
210 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError 210 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
211 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError 211 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
212 Language/Expressions/Constants/top_level_function_t01: Crash 212 Language/Expressions/Constants/top_level_function_t01: Crash
213 Language/Expressions/Constants/top_level_function_t02: Crash 213 Language/Expressions/Constants/top_level_function_t02: Crash
214 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError 214 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
215 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError 215 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
216 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError 216 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError
217 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t02: DartkCrash
218 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t03: DartkCrash
219 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 217 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
220 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 218 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
221 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 219 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
222 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError 220 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
223 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError 221 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
224 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError 222 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
225 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError 223 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
226 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError 224 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
227 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError 225 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
228 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError 226 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 Language/Expressions/Maps/constant_map_t01: Crash 279 Language/Expressions/Maps/constant_map_t01: Crash
282 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 280 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
283 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError 281 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
284 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError 282 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
285 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh 283 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh
286 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh 284 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh
287 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh 285 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh
288 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562 286 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562
289 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError 287 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
290 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562 288 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562
291 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02: DartkCras h
292 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03: DartkCras h
293 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h
294 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h
295 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError 289 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
296 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError 290 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
297 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError 291 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
298 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError 292 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
299 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 293 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
300 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 294 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
301 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash
302 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash
303 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError 295 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
304 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError 296 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
305 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError 297 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
306 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError 298 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
307 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError 299 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
308 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError 300 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
309 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash 301 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
310 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash 302 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
311 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 303 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
312 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 304 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 775 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
784 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 776 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
785 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 777 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
786 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 778 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
787 Language/Statements/Try/syntax_t12: MissingCompileTimeError 779 Language/Statements/Try/syntax_t12: MissingCompileTimeError
788 Language/Variables/final_t03: MissingCompileTimeError 780 Language/Variables/final_t03: MissingCompileTimeError
789 781
790 # dartk: precompilation failures (debug) 782 # dartk: precompilation failures (debug)
791 [ $compiler == dartkp && $mode == debug ] 783 [ $compiler == dartkp && $mode == debug ]
792 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 784 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698