| 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 # Disable tests globally for kernel. | 5 # Disable tests globally for kernel. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError | 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError |
| 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer
_t01: Crash | 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer
_t01: Crash |
| 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer
_t03: Crash | 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer
_t03: Crash |
| 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t01: MissingCompileTimeError | 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t01: MissingCompileTimeError |
| (...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError | 684 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError |
| 685 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError | 685 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError |
| 686 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError | 686 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError |
| 687 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError | 687 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError |
| 688 | 688 |
| 689 # dartk: JIT failures (debug) | 689 # dartk: JIT failures (debug) |
| 690 [ $compiler == dartk && $mode == debug ] | 690 [ $compiler == dartk && $mode == debug ] |
| 691 Language/Overview/Scoping/conflicting_names_t43: Crash | 691 Language/Overview/Scoping/conflicting_names_t43: Crash |
| 692 Language/Overview/Scoping/hiding_declaration_t11: Crash | 692 Language/Overview/Scoping/hiding_declaration_t11: Crash |
| 693 Language/Overview/Scoping/hiding_declaration_t12: Crash | 693 Language/Overview/Scoping/hiding_declaration_t12: Crash |
| 694 LibTest/isolate/Isolate/spawnUri_A01_t04: Timeout | 694 LibTest/isolate/Isolate/spawnUri_A01_t04: Pass, Slow, Timeout |
| 695 | 695 |
| 696 # dartk: precompilation failures | 696 # dartk: precompilation failures |
| 697 [ $compiler == dartkp ] | 697 [ $compiler == dartkp ] |
| 698 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil
eTimeError | 698 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil
eTimeError |
| 699 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil
eTimeError | 699 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil
eTimeError |
| 700 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil
eTimeError | 700 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil
eTimeError |
| 701 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil
eTimeError | 701 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil
eTimeError |
| 702 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t01: MissingCompileTimeError | 702 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t01: MissingCompileTimeError |
| 703 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t02: MissingCompileTimeError | 703 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t02: MissingCompileTimeError |
| 704 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC
ompileTimeError | 704 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC
ompileTimeError |
| (...skipping 23 matching lines...) Expand all Loading... |
| 728 Language/Expressions/Bitwise_Expressions/syntax_t02: MissingCompileTimeError | 728 Language/Expressions/Bitwise_Expressions/syntax_t02: MissingCompileTimeError |
| 729 Language/Expressions/Conditional/syntax_t02: MissingCompileTimeError | 729 Language/Expressions/Conditional/syntax_t02: MissingCompileTimeError |
| 730 Language/Expressions/Conditional/syntax_t03: MissingCompileTimeError | 730 Language/Expressions/Conditional/syntax_t03: MissingCompileTimeError |
| 731 Language/Expressions/Constants/depending_on_itself_t01: Crash | 731 Language/Expressions/Constants/depending_on_itself_t01: Crash |
| 732 Language/Expressions/Constants/depending_on_itself_t02: Crash | 732 Language/Expressions/Constants/depending_on_itself_t02: Crash |
| 733 Language/Expressions/Constants/static_method_t03: Crash | 733 Language/Expressions/Constants/static_method_t03: Crash |
| 734 Language/Expressions/Equality/syntax_t02: MissingCompileTimeError | 734 Language/Expressions/Equality/syntax_t02: MissingCompileTimeError |
| 735 Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_in
vocation_t01: MissingCompileTimeError | 735 Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_in
vocation_t01: MissingCompileTimeError |
| 736 Language/Expressions/Identifier_Reference/evaluation_prefix_t01: MissingCompileT
imeError | 736 Language/Expressions/Identifier_Reference/evaluation_prefix_t01: MissingCompileT
imeError |
| 737 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing
CompileTimeError | 737 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing
CompileTimeError |
| 738 Language/Expressions/Instance_Creation/New/syntax_t02: MissingCompileTimeError |
| 738 Language/Expressions/Logical_Boolean_Expressions/syntax_t02: MissingCompileTimeE
rror | 739 Language/Expressions/Logical_Boolean_Expressions/syntax_t02: MissingCompileTimeE
rror |
| 739 Language/Expressions/Logical_Boolean_Expressions/syntax_t03: MissingCompileTimeE
rror | 740 Language/Expressions/Logical_Boolean_Expressions/syntax_t03: MissingCompileTimeE
rror |
| 740 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01: MissingC
ompileTimeError | 741 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01: MissingC
ompileTimeError |
| 741 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04: MissingC
ompileTimeError | 742 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04: MissingC
ompileTimeError |
| 742 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05: MissingC
ompileTimeError | 743 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05: MissingC
ompileTimeError |
| 743 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06: MissingC
ompileTimeError | 744 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06: MissingC
ompileTimeError |
| 744 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07: MissingC
ompileTimeError | 745 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07: MissingC
ompileTimeError |
| 745 Language/Expressions/Multiplicative_Expressions/syntax_t26: MissingCompileTimeEr
ror | 746 Language/Expressions/Multiplicative_Expressions/syntax_t26: MissingCompileTimeEr
ror |
| 746 Language/Expressions/Relational_Expressions/syntax_t24: MissingCompileTimeError | 747 Language/Expressions/Relational_Expressions/syntax_t24: MissingCompileTimeError |
| 747 Language/Expressions/Shift/syntax_t08: MissingCompileTimeError | 748 Language/Expressions/Shift/syntax_t08: MissingCompileTimeError |
| 748 Language/Expressions/This/definition_t05: MissingCompileTimeError | 749 Language/Expressions/This/definition_t05: MissingCompileTimeError |
| 749 Language/Expressions/This/placement_t01: MissingCompileTimeError | 750 Language/Expressions/This/placement_t01: MissingCompileTimeError |
| 750 Language/Expressions/This/placement_t03: MissingCompileTimeError | 751 Language/Expressions/This/placement_t03: MissingCompileTimeError |
| 751 Language/Expressions/This/placement_t05: MissingCompileTimeError | 752 Language/Expressions/This/placement_t05: MissingCompileTimeError |
| 752 Language/Expressions/This/placement_t06: MissingCompileTimeError | 753 Language/Expressions/This/placement_t06: MissingCompileTimeError |
| 753 Language/Expressions/This/placement_t07: MissingCompileTimeError | 754 Language/Expressions/This/placement_t07: MissingCompileTimeError |
| 754 Language/Expressions/This/placement_t08: MissingCompileTimeError | 755 Language/Expressions/This/placement_t08: MissingCompileTimeError |
| 756 Language/Libraries_and_Scripts/Imports/namespace_changes_t07: MissingCompileTime
Error |
| 757 Language/Libraries_and_Scripts/Imports/namespace_changes_t08: MissingCompileTime
Error |
| 755 Language/Overview/Privacy/private_and_public_t04: RuntimeError | 758 Language/Overview/Privacy/private_and_public_t04: RuntimeError |
| 756 Language/Overview/Scoping/conflicting_names_t43: Crash | 759 Language/Overview/Scoping/conflicting_names_t43: Crash |
| 757 Language/Overview/Scoping/hiding_declaration_t11: Crash | 760 Language/Overview/Scoping/hiding_declaration_t11: Crash |
| 758 Language/Overview/Scoping/hiding_declaration_t12: Crash | 761 Language/Overview/Scoping/hiding_declaration_t12: Crash |
| 759 Language/Statements/Break/label_t01: MissingCompileTimeError | 762 Language/Statements/Break/label_t01: MissingCompileTimeError |
| 760 Language/Statements/Break/label_t02: MissingCompileTimeError | 763 Language/Statements/Break/label_t02: MissingCompileTimeError |
| 761 Language/Statements/Break/label_t03: MissingCompileTimeError | 764 Language/Statements/Break/label_t03: MissingCompileTimeError |
| 762 Language/Statements/Break/label_t04: MissingCompileTimeError | 765 Language/Statements/Break/label_t04: MissingCompileTimeError |
| 763 Language/Statements/Break/label_t05: MissingCompileTimeError | 766 Language/Statements/Break/label_t05: MissingCompileTimeError |
| 764 Language/Statements/Break/label_t06: MissingCompileTimeError | 767 Language/Statements/Break/label_t06: MissingCompileTimeError |
| (...skipping 16 matching lines...) Expand all Loading... |
| 781 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError | 784 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError |
| 782 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError | 785 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError |
| 783 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError | 786 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError |
| 784 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError | 787 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError |
| 785 Language/Statements/Try/syntax_t12: MissingCompileTimeError | 788 Language/Statements/Try/syntax_t12: MissingCompileTimeError |
| 786 Language/Variables/final_t03: MissingCompileTimeError | 789 Language/Variables/final_t03: MissingCompileTimeError |
| 787 | 790 |
| 788 # dartk: precompilation failures (debug) | 791 # dartk: precompilation failures (debug) |
| 789 [ $compiler == dartkp && $mode == debug ] | 792 [ $compiler == dartkp && $mode == debug ] |
| 790 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 793 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
| OLD | NEW |