| 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 | 695 |
| 695 # dartk: precompilation failures | 696 # dartk: precompilation failures |
| 696 [ $compiler == dartkp ] | 697 [ $compiler == dartkp ] |
| 697 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil
eTimeError | 698 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil
eTimeError |
| 698 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil
eTimeError | 699 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil
eTimeError |
| 699 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil
eTimeError | 700 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil
eTimeError |
| 700 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil
eTimeError | 701 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil
eTimeError |
| 701 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t01: MissingCompileTimeError | 702 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t01: MissingCompileTimeError |
| 702 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t02: MissingCompileTimeError | 703 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable
_t02: MissingCompileTimeError |
| 703 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC
ompileTimeError | 704 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC
ompileTimeError |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError | 781 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError |
| 781 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError | 782 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError |
| 782 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError | 783 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError |
| 783 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError | 784 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError |
| 784 Language/Statements/Try/syntax_t12: MissingCompileTimeError | 785 Language/Statements/Try/syntax_t12: MissingCompileTimeError |
| 785 Language/Variables/final_t03: MissingCompileTimeError | 786 Language/Variables/final_t03: MissingCompileTimeError |
| 786 | 787 |
| 787 # dartk: precompilation failures (debug) | 788 # dartk: precompilation failures (debug) |
| 788 [ $compiler == dartkp && $mode == debug ] | 789 [ $compiler == dartkp && $mode == debug ] |
| 789 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 790 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
| OLD | NEW |