| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 getter_no_setter_test/02: MissingCompileTimeError | 747 getter_no_setter_test/02: MissingCompileTimeError |
| 748 getter_parameters_test/02: Crash | 748 getter_parameters_test/02: Crash |
| 749 if_null_assignment_behavior_test/29: MissingCompileTimeError | 749 if_null_assignment_behavior_test/29: MissingCompileTimeError |
| 750 if_null_assignment_behavior_test/30: MissingCompileTimeError | 750 if_null_assignment_behavior_test/30: MissingCompileTimeError |
| 751 illegal_initializer_test/01: MissingCompileTimeError | 751 illegal_initializer_test/01: MissingCompileTimeError |
| 752 illegal_initializer_test/02: MissingCompileTimeError | 752 illegal_initializer_test/02: MissingCompileTimeError |
| 753 illegal_initializer_test/03: MissingCompileTimeError | 753 illegal_initializer_test/03: MissingCompileTimeError |
| 754 illegal_initializer_test/04: MissingCompileTimeError | 754 illegal_initializer_test/04: MissingCompileTimeError |
| 755 illegal_invocation_test/01: MissingCompileTimeError | 755 illegal_invocation_test/01: MissingCompileTimeError |
| 756 label_test: RuntimeError | 756 label_test: RuntimeError |
| 757 named_constructor_test/05: MissingCompileTimeError |
| 758 named_constructor_test/08: MissingCompileTimeError |
| 757 prefix_assignment_test/01: MissingCompileTimeError | 759 prefix_assignment_test/01: MissingCompileTimeError |
| 758 prefix_assignment_test/02: MissingCompileTimeError | 760 prefix_assignment_test/02: MissingCompileTimeError |
| 759 prefix_identifier_reference_test/01: MissingCompileTimeError | 761 prefix_identifier_reference_test/01: MissingCompileTimeError |
| 760 prefix_identifier_reference_test/02: MissingCompileTimeError | 762 prefix_identifier_reference_test/02: MissingCompileTimeError |
| 761 prefix_identifier_reference_test/03: MissingCompileTimeError | 763 prefix_identifier_reference_test/03: MissingCompileTimeError |
| 762 prefix_identifier_reference_test/04: MissingCompileTimeError | 764 prefix_identifier_reference_test/04: MissingCompileTimeError |
| 763 prefix_identifier_reference_test/05: MissingCompileTimeError | 765 prefix_identifier_reference_test/05: MissingCompileTimeError |
| 764 prefix_unqualified_invocation_test/01: MissingCompileTimeError | 766 prefix_unqualified_invocation_test/01: MissingCompileTimeError |
| 765 prefix_unqualified_invocation_test/02: MissingCompileTimeError | 767 prefix_unqualified_invocation_test/02: MissingCompileTimeError |
| 766 ref_before_declaration_test/00: Crash | 768 ref_before_declaration_test/00: Crash |
| (...skipping 28 matching lines...) Expand all Loading... |
| 795 unsupported_operators_test/02: MissingCompileTimeError | 797 unsupported_operators_test/02: MissingCompileTimeError |
| 796 unsupported_operators_test/03: MissingCompileTimeError | 798 unsupported_operators_test/03: MissingCompileTimeError |
| 797 unsupported_operators_test/04: MissingCompileTimeError | 799 unsupported_operators_test/04: MissingCompileTimeError |
| 798 | 800 |
| 799 # dartk: precompilation failures (debug) | 801 # dartk: precompilation failures (debug) |
| 800 [ $compiler == dartkp && $mode == debug ] | 802 [ $compiler == dartkp && $mode == debug ] |
| 801 external_test/13: Crash | 803 external_test/13: Crash |
| 802 final_syntax_test/09: Crash | 804 final_syntax_test/09: Crash |
| 803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 805 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 806 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |