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

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

Issue 2745583002: Deal with bad supertypes. (Closed)
Patch Set: 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 [ $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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 mixin_illegal_constructor_test/11: MissingCompileTimeError 462 mixin_illegal_constructor_test/11: MissingCompileTimeError
463 mixin_illegal_constructor_test/12: MissingCompileTimeError 463 mixin_illegal_constructor_test/12: MissingCompileTimeError
464 mixin_illegal_cycles_test/01: MissingCompileTimeError 464 mixin_illegal_cycles_test/01: MissingCompileTimeError
465 mixin_illegal_cycles_test/02: MissingCompileTimeError 465 mixin_illegal_cycles_test/02: MissingCompileTimeError
466 mixin_illegal_cycles_test/03: MissingCompileTimeError 466 mixin_illegal_cycles_test/03: MissingCompileTimeError
467 mixin_illegal_cycles_test/04: MissingCompileTimeError 467 mixin_illegal_cycles_test/04: MissingCompileTimeError
468 mixin_illegal_cycles_test/05: MissingCompileTimeError 468 mixin_illegal_cycles_test/05: MissingCompileTimeError
469 mixin_illegal_cycles_test/06: MissingCompileTimeError 469 mixin_illegal_cycles_test/06: MissingCompileTimeError
470 mixin_illegal_object_test/01: MissingCompileTimeError 470 mixin_illegal_object_test/01: MissingCompileTimeError
471 mixin_illegal_object_test/02: MissingCompileTimeError 471 mixin_illegal_object_test/02: MissingCompileTimeError
472 mixin_invalid_inheritance2_test/03: DartkCrash
473 mixin_issue10216_2_test: RuntimeError 472 mixin_issue10216_2_test: RuntimeError
474 mixin_mixin2_test: RuntimeError 473 mixin_mixin2_test: RuntimeError
475 mixin_mixin3_test: RuntimeError 474 mixin_mixin3_test: RuntimeError
476 mixin_mixin4_test: RuntimeError 475 mixin_mixin4_test: RuntimeError
477 mixin_mixin5_test: RuntimeError 476 mixin_mixin5_test: RuntimeError
478 mixin_mixin6_test: RuntimeError 477 mixin_mixin6_test: RuntimeError
479 mixin_mixin7_test: RuntimeError 478 mixin_mixin7_test: RuntimeError
480 mixin_mixin_bound2_test: RuntimeError 479 mixin_mixin_bound2_test: RuntimeError
481 mixin_mixin_bound_test: RuntimeError 480 mixin_mixin_bound_test: RuntimeError
482 mixin_mixin_test: RuntimeError 481 mixin_mixin_test: RuntimeError
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 unsupported_operators_test/03: MissingCompileTimeError 787 unsupported_operators_test/03: MissingCompileTimeError
789 unsupported_operators_test/04: MissingCompileTimeError 788 unsupported_operators_test/04: MissingCompileTimeError
790 vm/closure_memory_retention_test: Skip # Hits OOM 789 vm/closure_memory_retention_test: Skip # Hits OOM
791 790
792 # dartk: precompilation failures (debug) 791 # dartk: precompilation failures (debug)
793 [ $compiler == dartkp && $mode == debug ] 792 [ $compiler == dartkp && $mode == debug ]
794 external_test/13: Crash 793 external_test/13: Crash
795 final_syntax_test/09: Crash 794 final_syntax_test/09: Crash
796 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 795 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
797 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 796 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« pkg/front_end/lib/src/fasta/kernel/kernel_target.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