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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 Language/Classes/Setters/syntax_t01: RuntimeError | 98 Language/Classes/Setters/syntax_t01: RuntimeError |
99 Language/Classes/Setters/syntax_t03: MissingCompileTimeError | 99 Language/Classes/Setters/syntax_t03: MissingCompileTimeError |
100 Language/Classes/Setters/syntax_t04: RuntimeError | 100 Language/Classes/Setters/syntax_t04: RuntimeError |
101 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError | 101 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError |
102 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro
r | 102 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro
r |
103 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim
eError | 103 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim
eError |
104 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError | 104 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError |
105 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError | 105 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError |
106 Language/Classes/Superclasses/wrong_superclass_t07: Crash | 106 Language/Classes/Superclasses/wrong_superclass_t07: Crash |
107 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError | 107 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError |
108 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError | |
109 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError | |
110 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError | 108 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError |
111 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError | 109 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError |
112 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError | 110 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError |
113 Language/Classes/declarations_t02: MissingCompileTimeError | 111 Language/Classes/declarations_t02: MissingCompileTimeError |
114 Language/Classes/declarations_t03: MissingCompileTimeError | 112 Language/Classes/declarations_t03: MissingCompileTimeError |
115 Language/Classes/declarations_t04: MissingCompileTimeError | 113 Language/Classes/declarations_t04: MissingCompileTimeError |
116 Language/Classes/declarations_t06: MissingCompileTimeError | 114 Language/Classes/declarations_t06: MissingCompileTimeError |
117 Language/Classes/declarations_t08: MissingCompileTimeError | 115 Language/Classes/declarations_t08: MissingCompileTimeError |
118 Language/Classes/declarations_t33: MissingCompileTimeError | 116 Language/Classes/declarations_t33: MissingCompileTimeError |
119 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError | 117 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError |
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 Language/Expressions/Constants/depending_on_itself_t01: Crash | 586 Language/Expressions/Constants/depending_on_itself_t01: Crash |
589 Language/Expressions/Constants/depending_on_itself_t02: Crash | 587 Language/Expressions/Constants/depending_on_itself_t02: Crash |
590 Language/Expressions/Constants/static_method_t03: Crash | 588 Language/Expressions/Constants/static_method_t03: Crash |
591 Language/Overview/Scoping/conflicting_names_t43: Crash | 589 Language/Overview/Scoping/conflicting_names_t43: Crash |
592 Language/Overview/Scoping/hiding_declaration_t11: Crash | 590 Language/Overview/Scoping/hiding_declaration_t11: Crash |
593 Language/Overview/Scoping/hiding_declaration_t12: Crash | 591 Language/Overview/Scoping/hiding_declaration_t12: Crash |
594 | 592 |
595 # dartk: precompilation failures (debug) | 593 # dartk: precompilation failures (debug) |
596 [ $compiler == dartkp && $mode == debug ] | 594 [ $compiler == dartkp && $mode == debug ] |
597 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 595 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
OLD | NEW |