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

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

Issue 2730093002: Avoid crashing on function syntax. (Closed)
Patch Set: Update status. 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/test/fasta/type_variable_as_super.dart ('k') | tools/patch_sdk.dart » ('j') | 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 function_type_alias9_test/00: MissingCompileTimeError 381 function_type_alias9_test/00: MissingCompileTimeError
382 function_type_parameter2_negative_test: Crash 382 function_type_parameter2_negative_test: Crash
383 function_type_parameter_negative_test: Crash 383 function_type_parameter_negative_test: Crash
384 generic_closure_test: RuntimeError 384 generic_closure_test: RuntimeError
385 generic_constructor_mixin3_test: Crash 385 generic_constructor_mixin3_test: Crash
386 generic_field_mixin2_test: RuntimeError 386 generic_field_mixin2_test: RuntimeError
387 generic_field_mixin3_test: RuntimeError 387 generic_field_mixin3_test: RuntimeError
388 generic_field_mixin4_test: RuntimeError 388 generic_field_mixin4_test: RuntimeError
389 generic_field_mixin5_test: RuntimeError 389 generic_field_mixin5_test: RuntimeError
390 generic_field_mixin_test: RuntimeError 390 generic_field_mixin_test: RuntimeError
391 generic_function_typedef2_test: DartkCrash # Issue 27969
392 generic_function_typedef_test: DartkCrash # Issue 27969
393 generic_local_functions_test: DartkCrash 391 generic_local_functions_test: DartkCrash
394 generic_metadata_test/02: MissingCompileTimeError 392 generic_metadata_test/02: MissingCompileTimeError
395 generic_metadata_test/03: MissingCompileTimeError 393 generic_metadata_test/03: MissingCompileTimeError
396 generic_method_types_test: Pass, RuntimeError 394 generic_method_types_test: Pass, RuntimeError
397 generic_methods_generic_function_parameter_test: DartkCrash 395 generic_methods_generic_function_parameter_test: DartkCrash
398 getter_closure_execution_order_test: RuntimeError 396 getter_closure_execution_order_test: RuntimeError
399 getter_parameters_test/01: MissingCompileTimeError 397 getter_parameters_test/01: MissingCompileTimeError
400 getter_parameters_test/03: MissingCompileTimeError 398 getter_parameters_test/03: MissingCompileTimeError
401 getter_parameters_test/04: MissingCompileTimeError 399 getter_parameters_test/04: MissingCompileTimeError
402 getter_setter_in_lib_test: RuntimeError 400 getter_setter_in_lib_test: RuntimeError
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 mixin_illegal_constructor_test/11: MissingCompileTimeError 465 mixin_illegal_constructor_test/11: MissingCompileTimeError
468 mixin_illegal_constructor_test/12: MissingCompileTimeError 466 mixin_illegal_constructor_test/12: MissingCompileTimeError
469 mixin_illegal_cycles_test/01: MissingCompileTimeError 467 mixin_illegal_cycles_test/01: MissingCompileTimeError
470 mixin_illegal_cycles_test/02: MissingCompileTimeError 468 mixin_illegal_cycles_test/02: MissingCompileTimeError
471 mixin_illegal_cycles_test/03: MissingCompileTimeError 469 mixin_illegal_cycles_test/03: MissingCompileTimeError
472 mixin_illegal_cycles_test/04: MissingCompileTimeError 470 mixin_illegal_cycles_test/04: MissingCompileTimeError
473 mixin_illegal_cycles_test/05: MissingCompileTimeError 471 mixin_illegal_cycles_test/05: MissingCompileTimeError
474 mixin_illegal_cycles_test/06: MissingCompileTimeError 472 mixin_illegal_cycles_test/06: MissingCompileTimeError
475 mixin_illegal_object_test/01: MissingCompileTimeError 473 mixin_illegal_object_test/01: MissingCompileTimeError
476 mixin_illegal_object_test/02: MissingCompileTimeError 474 mixin_illegal_object_test/02: MissingCompileTimeError
477 mixin_illegal_syntax_test/00: DartkCrash
478 mixin_invalid_inheritance2_test/03: DartkCrash 475 mixin_invalid_inheritance2_test/03: DartkCrash
479 mixin_issue10216_2_test: RuntimeError 476 mixin_issue10216_2_test: RuntimeError
480 mixin_mixin2_test: RuntimeError 477 mixin_mixin2_test: RuntimeError
481 mixin_mixin3_test: RuntimeError 478 mixin_mixin3_test: RuntimeError
482 mixin_mixin4_test: RuntimeError 479 mixin_mixin4_test: RuntimeError
483 mixin_mixin5_test: RuntimeError 480 mixin_mixin5_test: RuntimeError
484 mixin_mixin6_test: RuntimeError 481 mixin_mixin6_test: RuntimeError
485 mixin_mixin7_test: RuntimeError 482 mixin_mixin7_test: RuntimeError
486 mixin_mixin_bound2_test: RuntimeError 483 mixin_mixin_bound2_test: RuntimeError
487 mixin_mixin_bound_test: RuntimeError 484 mixin_mixin_bound_test: RuntimeError
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 unsupported_operators_test/02: MissingCompileTimeError 792 unsupported_operators_test/02: MissingCompileTimeError
796 unsupported_operators_test/03: MissingCompileTimeError 793 unsupported_operators_test/03: MissingCompileTimeError
797 unsupported_operators_test/04: MissingCompileTimeError 794 unsupported_operators_test/04: MissingCompileTimeError
798 795
799 # dartk: precompilation failures (debug) 796 # dartk: precompilation failures (debug)
800 [ $compiler == dartkp && $mode == debug ] 797 [ $compiler == dartkp && $mode == debug ]
801 external_test/13: Crash 798 external_test/13: Crash
802 final_syntax_test/09: Crash 799 final_syntax_test/09: Crash
803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 800 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 801 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/type_variable_as_super.dart ('k') | tools/patch_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698