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

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

Issue 2746763003: Add default type arguments on Supertype as well. (Closed)
Patch Set: Rebased on 1cb1b70d5daf9ec7f24a98be9d2fdac919ae0c24. 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/kernel_function_type_alias_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 [ $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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 mixin_mixin6_test: RuntimeError 477 mixin_mixin6_test: RuntimeError
478 mixin_mixin7_test: RuntimeError 478 mixin_mixin7_test: RuntimeError
479 mixin_mixin_bound2_test: RuntimeError 479 mixin_mixin_bound2_test: RuntimeError
480 mixin_mixin_bound_test: RuntimeError 480 mixin_mixin_bound_test: RuntimeError
481 mixin_mixin_test: RuntimeError 481 mixin_mixin_test: RuntimeError
482 mixin_of_mixin_test/03: RuntimeError 482 mixin_of_mixin_test/03: RuntimeError
483 mixin_of_mixin_test/14: RuntimeError 483 mixin_of_mixin_test/14: RuntimeError
484 mixin_super_constructor_named_test/01: MissingCompileTimeError 484 mixin_super_constructor_named_test/01: MissingCompileTimeError
485 mixin_super_constructor_positionals_test/01: MissingCompileTimeError 485 mixin_super_constructor_positionals_test/01: MissingCompileTimeError
486 mixin_super_test: RuntimeError 486 mixin_super_test: RuntimeError
487 mixin_type_parameters_errors_test/01: DartkCrash
488 mixin_type_parameters_errors_test/02: DartkCrash
489 mixin_type_parameters_errors_test/05: DartkCrash
490 mixin_type_parameters_super_extends_test: RuntimeError 487 mixin_type_parameters_super_extends_test: RuntimeError
491 mixin_type_parameters_super_test: RuntimeError 488 mixin_type_parameters_super_test: RuntimeError
492 multiline_newline_test/01: RuntimeError 489 multiline_newline_test/01: RuntimeError
493 multiline_newline_test/02: RuntimeError 490 multiline_newline_test/02: RuntimeError
494 multiline_newline_test/03: RuntimeError 491 multiline_newline_test/03: RuntimeError
495 multiline_newline_test/04: MissingCompileTimeError 492 multiline_newline_test/04: MissingCompileTimeError
496 multiline_newline_test/05: MissingCompileTimeError 493 multiline_newline_test/05: MissingCompileTimeError
497 multiline_newline_test/06: MissingCompileTimeError 494 multiline_newline_test/06: MissingCompileTimeError
498 multiline_newline_test/none: RuntimeError 495 multiline_newline_test/none: RuntimeError
499 named_constructor_test/01: MissingRuntimeError 496 named_constructor_test/01: MissingRuntimeError
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 final_syntax_test/09: Crash 713 final_syntax_test/09: Crash
717 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 714 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
718 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 715 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
719 716
720 [$compiler == dartk && $runtime == vm] 717 [$compiler == dartk && $runtime == vm]
721 part_of_uri_test: DartkCrash 718 part_of_uri_test: DartkCrash
722 part_of_uri2_test: Crash 719 part_of_uri2_test: Crash
723 [$compiler == dartkp && $runtime == dart_precompiled] 720 [$compiler == dartkp && $runtime == dart_precompiled]
724 part_of_uri_test: DartkCrash 721 part_of_uri_test: DartkCrash
725 part_of_uri2_test: Crash 722 part_of_uri2_test: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698