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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
6 [ $compiler == dartk || $compiler == rasta ] | 6 [ $compiler == dartk || $compiler == rasta ] |
7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
10 | 10 |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 function_subtype_not1_test: RuntimeError | 170 function_subtype_not1_test: RuntimeError |
171 function_type_alias2_test: RuntimeError | 171 function_type_alias2_test: RuntimeError |
172 function_type_alias3_test: RuntimeError | 172 function_type_alias3_test: RuntimeError |
173 function_type_alias4_test: RuntimeError | 173 function_type_alias4_test: RuntimeError |
174 generic2_test: RuntimeError | 174 generic2_test: RuntimeError |
175 generic_closure_test: RuntimeError | 175 generic_closure_test: RuntimeError |
176 generic_creation_test: RuntimeError | 176 generic_creation_test: RuntimeError |
177 generic_field_mixin2_test: RuntimeError | 177 generic_field_mixin2_test: RuntimeError |
178 generic_field_mixin4_test: RuntimeError | 178 generic_field_mixin4_test: RuntimeError |
179 generic_field_mixin5_test: RuntimeError | 179 generic_field_mixin5_test: RuntimeError |
180 generic_functions_test: CompileTimeError | 180 generic_functions_test: Crash |
181 generic_inheritance_test: RuntimeError | 181 generic_inheritance_test: RuntimeError |
182 generic_local_functions_test: CompileTimeError | 182 generic_local_functions_test: Crash |
183 generic_methods_function_type_test: CompileTimeError | 183 generic_methods_function_type_test: Crash |
184 generic_methods_generic_function_parameter_test: CompileTimeError | 184 generic_methods_generic_function_parameter_test: Crash |
185 generic_methods_new_test: CompileTimeError | 185 generic_methods_new_test: Crash |
186 generic_methods_test: CompileTimeError | 186 generic_methods_test: Crash |
187 generic_methods_type_expression_test: CompileTimeError | 187 generic_methods_type_expression_test: Crash |
188 generic_sends_test: CompileTimeError | 188 generic_sends_test: Pass, Crash |
189 generic_test: RuntimeError | 189 generic_test: RuntimeError |
190 getter_closure_execution_order_test: RuntimeError | 190 getter_closure_execution_order_test: RuntimeError |
191 getter_setter_in_lib_test: RuntimeError | 191 getter_setter_in_lib_test: RuntimeError |
192 inferrer_closure_test: RuntimeError | 192 inferrer_closure_test: RuntimeError |
193 initializing_formal_access_test: CompileTimeError | 193 initializing_formal_access_test: CompileTimeError |
194 initializing_formal_capture_test: CompileTimeError | 194 initializing_formal_capture_test: CompileTimeError |
195 initializing_formal_final_test: CompileTimeError | 195 initializing_formal_final_test: CompileTimeError |
196 initializing_formal_promotion_test: CompileTimeError | 196 initializing_formal_promotion_test: CompileTimeError |
197 initializing_formal_type_test: CompileTimeError | 197 initializing_formal_type_test: CompileTimeError |
198 instance_creation_in_function_annotation_test: RuntimeError | 198 instance_creation_in_function_annotation_test: RuntimeError |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 try_catch_on_syntax_test/11: MissingRuntimeError | 688 try_catch_on_syntax_test/11: MissingRuntimeError |
689 try_finally_regress_25654_test: RuntimeError | 689 try_finally_regress_25654_test: RuntimeError |
690 type_checks_in_factory_method_test: RuntimeError | 690 type_checks_in_factory_method_test: RuntimeError |
691 type_parameter_literal_test: RuntimeError | 691 type_parameter_literal_test: RuntimeError |
692 type_variable_conflict2_test/02: MissingCompileTimeError | 692 type_variable_conflict2_test/02: MissingCompileTimeError |
693 type_variable_function_type_test: RuntimeError | 693 type_variable_function_type_test: RuntimeError |
694 vm/debug_break_enabled_vm_test/01: CompileTimeError | 694 vm/debug_break_enabled_vm_test/01: CompileTimeError |
695 vm/debug_break_enabled_vm_test/none: CompileTimeError | 695 vm/debug_break_enabled_vm_test/none: CompileTimeError |
696 vm/reflect_core_vm_test: CompileTimeError | 696 vm/reflect_core_vm_test: CompileTimeError |
697 vm/type_cast_vm_test: RuntimeError | 697 vm/type_cast_vm_test: RuntimeError |
698 vm/type_vm_test: RuntimeError | 698 vm/type_vm_test: RuntimeError |
OLD | NEW |