| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 try_catch_syntax_test/17: Crash | 623 try_catch_syntax_test/17: Crash |
| 624 type_variable_conflict2_test/01: RuntimeError | 624 type_variable_conflict2_test/01: RuntimeError |
| 625 type_variable_conflict_test/01: MissingCompileTimeError | 625 type_variable_conflict_test/01: MissingCompileTimeError |
| 626 type_variable_conflict_test/02: MissingCompileTimeError | 626 type_variable_conflict_test/02: MissingCompileTimeError |
| 627 type_variable_conflict_test/03: MissingCompileTimeError | 627 type_variable_conflict_test/03: MissingCompileTimeError |
| 628 type_variable_conflict_test/04: MissingCompileTimeError | 628 type_variable_conflict_test/04: MissingCompileTimeError |
| 629 type_variable_conflict_test/05: MissingCompileTimeError | 629 type_variable_conflict_test/05: MissingCompileTimeError |
| 630 type_variable_conflict_test/06: MissingCompileTimeError | 630 type_variable_conflict_test/06: MissingCompileTimeError |
| 631 type_variable_function_type_test: RuntimeError | 631 type_variable_function_type_test: RuntimeError |
| 632 type_variable_scope3_test/00: MissingCompileTimeError | 632 type_variable_scope3_test/00: MissingCompileTimeError |
| 633 vm/causal_async_exception_stack_test: RuntimeError | |
| 634 vm/debug_break_enabled_vm_test/01: CompileTimeError | 633 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 635 vm/debug_break_enabled_vm_test/none: CompileTimeError | 634 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 636 vm/regress_27201_test: CompileTimeError | 635 vm/regress_27201_test: CompileTimeError |
| 637 vm/regress_27671_test: RuntimeError | 636 vm/regress_27671_test: RuntimeError |
| 638 vm/type_vm_test: RuntimeError | 637 vm/type_vm_test: RuntimeError |
| 639 | 638 |
| 640 # dartk: JIT & AOT failures (debug) | 639 # dartk: JIT & AOT failures (debug) |
| 641 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 640 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 642 async_await_syntax_test/a05g: Crash | 641 async_await_syntax_test/a05g: Crash |
| 643 async_await_syntax_test/a05h: Crash | 642 async_await_syntax_test/a05h: Crash |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 unsupported_operators_test/03: MissingCompileTimeError | 794 unsupported_operators_test/03: MissingCompileTimeError |
| 796 unsupported_operators_test/04: MissingCompileTimeError | 795 unsupported_operators_test/04: MissingCompileTimeError |
| 797 vm/closure_memory_retention_test: Skip # Hits OOM | 796 vm/closure_memory_retention_test: Skip # Hits OOM |
| 798 | 797 |
| 799 # dartk: precompilation failures (debug) | 798 # dartk: precompilation failures (debug) |
| 800 [ $compiler == dartkp && $mode == debug ] | 799 [ $compiler == dartkp && $mode == debug ] |
| 801 external_test/13: Crash | 800 external_test/13: Crash |
| 802 final_syntax_test/09: Crash | 801 final_syntax_test/09: Crash |
| 803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 802 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 803 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |