| 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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 getter_no_setter_test/02: MissingCompileTimeError | 737 getter_no_setter_test/02: MissingCompileTimeError |
| 738 getter_parameters_test/02: Crash | 738 getter_parameters_test/02: Crash |
| 739 if_null_assignment_behavior_test/29: MissingCompileTimeError | 739 if_null_assignment_behavior_test/29: MissingCompileTimeError |
| 740 if_null_assignment_behavior_test/30: MissingCompileTimeError | 740 if_null_assignment_behavior_test/30: MissingCompileTimeError |
| 741 illegal_initializer_test/01: MissingCompileTimeError | 741 illegal_initializer_test/01: MissingCompileTimeError |
| 742 illegal_initializer_test/02: MissingCompileTimeError | 742 illegal_initializer_test/02: MissingCompileTimeError |
| 743 illegal_initializer_test/03: MissingCompileTimeError | 743 illegal_initializer_test/03: MissingCompileTimeError |
| 744 illegal_initializer_test/04: MissingCompileTimeError | 744 illegal_initializer_test/04: MissingCompileTimeError |
| 745 illegal_invocation_test/01: MissingCompileTimeError | 745 illegal_invocation_test/01: MissingCompileTimeError |
| 746 label_test: RuntimeError | 746 label_test: RuntimeError |
| 747 named_constructor_test/05: MissingCompileTimeError | |
| 748 named_constructor_test/08: MissingCompileTimeError | |
| 749 prefix_assignment_test/01: MissingCompileTimeError | 747 prefix_assignment_test/01: MissingCompileTimeError |
| 750 prefix_assignment_test/02: MissingCompileTimeError | 748 prefix_assignment_test/02: MissingCompileTimeError |
| 751 prefix_identifier_reference_test/01: MissingCompileTimeError | 749 prefix_identifier_reference_test/01: MissingCompileTimeError |
| 752 prefix_identifier_reference_test/02: MissingCompileTimeError | 750 prefix_identifier_reference_test/02: MissingCompileTimeError |
| 753 prefix_identifier_reference_test/03: MissingCompileTimeError | 751 prefix_identifier_reference_test/03: MissingCompileTimeError |
| 754 prefix_identifier_reference_test/04: MissingCompileTimeError | 752 prefix_identifier_reference_test/04: MissingCompileTimeError |
| 755 prefix_identifier_reference_test/05: MissingCompileTimeError | 753 prefix_identifier_reference_test/05: MissingCompileTimeError |
| 756 prefix_unqualified_invocation_test/01: MissingCompileTimeError | 754 prefix_unqualified_invocation_test/01: MissingCompileTimeError |
| 757 prefix_unqualified_invocation_test/02: MissingCompileTimeError | 755 prefix_unqualified_invocation_test/02: MissingCompileTimeError |
| 758 ref_before_declaration_test/00: Crash | 756 ref_before_declaration_test/00: Crash |
| (...skipping 29 matching lines...) Expand all Loading... |
| 788 unsupported_operators_test/03: MissingCompileTimeError | 786 unsupported_operators_test/03: MissingCompileTimeError |
| 789 unsupported_operators_test/04: MissingCompileTimeError | 787 unsupported_operators_test/04: MissingCompileTimeError |
| 790 vm/closure_memory_retention_test: Skip # Hits OOM | 788 vm/closure_memory_retention_test: Skip # Hits OOM |
| 791 | 789 |
| 792 # dartk: precompilation failures (debug) | 790 # dartk: precompilation failures (debug) |
| 793 [ $compiler == dartkp && $mode == debug ] | 791 [ $compiler == dartkp && $mode == debug ] |
| 794 external_test/13: Crash | 792 external_test/13: Crash |
| 795 final_syntax_test/09: Crash | 793 final_syntax_test/09: Crash |
| 796 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 794 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 797 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 795 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |