| OLD | NEW |
| 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 Loading... |
| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 unsupported_operators_test/03: MissingCompileTimeError | 784 unsupported_operators_test/03: MissingCompileTimeError |
| 786 unsupported_operators_test/04: MissingCompileTimeError | 785 unsupported_operators_test/04: MissingCompileTimeError |
| 787 vm/closure_memory_retention_test: Skip # Hits OOM | 786 vm/closure_memory_retention_test: Skip # Hits OOM |
| 788 | 787 |
| 789 # dartk: precompilation failures (debug) | 788 # dartk: precompilation failures (debug) |
| 790 [ $compiler == dartkp && $mode == debug ] | 789 [ $compiler == dartkp && $mode == debug ] |
| 791 external_test/13: Crash | 790 external_test/13: Crash |
| 792 final_syntax_test/09: Crash | 791 final_syntax_test/09: Crash |
| 793 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 792 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 794 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 793 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |