| 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 try_catch_syntax_test/14: MissingCompileTimeError | 790 try_catch_syntax_test/14: MissingCompileTimeError |
| 791 try_catch_syntax_test/15: MissingCompileTimeError | 791 try_catch_syntax_test/15: MissingCompileTimeError |
| 792 type_variable_conflict2_test/02: MissingCompileTimeError | 792 type_variable_conflict2_test/02: MissingCompileTimeError |
| 793 type_variable_conflict2_test/06: MissingCompileTimeError | 793 type_variable_conflict2_test/06: MissingCompileTimeError |
| 794 type_variable_conflict2_test/08: MissingCompileTimeError | 794 type_variable_conflict2_test/08: MissingCompileTimeError |
| 795 type_variable_conflict2_test/10: MissingCompileTimeError | 795 type_variable_conflict2_test/10: MissingCompileTimeError |
| 796 unsupported_operators_test/01: MissingCompileTimeError | 796 unsupported_operators_test/01: MissingCompileTimeError |
| 797 unsupported_operators_test/02: MissingCompileTimeError | 797 unsupported_operators_test/02: MissingCompileTimeError |
| 798 unsupported_operators_test/03: MissingCompileTimeError | 798 unsupported_operators_test/03: MissingCompileTimeError |
| 799 unsupported_operators_test/04: MissingCompileTimeError | 799 unsupported_operators_test/04: MissingCompileTimeError |
| 800 vm/closure_memory_retention_test: Skip # Hits OOM |
| 800 | 801 |
| 801 # dartk: precompilation failures (debug) | 802 # dartk: precompilation failures (debug) |
| 802 [ $compiler == dartkp && $mode == debug ] | 803 [ $compiler == dartkp && $mode == debug ] |
| 803 external_test/13: Crash | 804 external_test/13: Crash |
| 804 final_syntax_test/09: Crash | 805 final_syntax_test/09: Crash |
| 805 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 806 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 806 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 807 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |