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 | |
189 generic_test: RuntimeError | 188 generic_test: RuntimeError |
190 getter_closure_execution_order_test: RuntimeError | 189 getter_closure_execution_order_test: RuntimeError |
191 getter_setter_in_lib_test: RuntimeError | 190 getter_setter_in_lib_test: RuntimeError |
192 inferrer_closure_test: RuntimeError | 191 inferrer_closure_test: RuntimeError |
193 initializing_formal_access_test: CompileTimeError | 192 initializing_formal_access_test: CompileTimeError |
194 initializing_formal_capture_test: CompileTimeError | 193 initializing_formal_capture_test: CompileTimeError |
195 initializing_formal_final_test: CompileTimeError | 194 initializing_formal_final_test: CompileTimeError |
196 initializing_formal_promotion_test: CompileTimeError | 195 initializing_formal_promotion_test: CompileTimeError |
197 initializing_formal_type_test: CompileTimeError | 196 initializing_formal_type_test: CompileTimeError |
198 instance_creation_in_function_annotation_test: RuntimeError | 197 instance_creation_in_function_annotation_test: RuntimeError |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 mixin_type_parameters_simple_test: RuntimeError | 276 mixin_type_parameters_simple_test: RuntimeError |
278 mixin_type_parameters_super_extends_test: RuntimeError | 277 mixin_type_parameters_super_extends_test: RuntimeError |
279 mixin_type_parameters_super_test: RuntimeError | 278 mixin_type_parameters_super_test: RuntimeError |
280 multiline_newline_test/01: CompileTimeError | 279 multiline_newline_test/01: CompileTimeError |
281 multiline_newline_test/02: CompileTimeError | 280 multiline_newline_test/02: CompileTimeError |
282 multiline_newline_test/03: CompileTimeError | 281 multiline_newline_test/03: CompileTimeError |
283 multiline_newline_test/04: MissingCompileTimeError | 282 multiline_newline_test/04: MissingCompileTimeError |
284 multiline_newline_test/05: MissingCompileTimeError | 283 multiline_newline_test/05: MissingCompileTimeError |
285 multiline_newline_test/06: MissingCompileTimeError | 284 multiline_newline_test/06: MissingCompileTimeError |
286 multiline_newline_test/none: RuntimeError | 285 multiline_newline_test/none: RuntimeError |
287 named_parameters_default_eq_test/none: CompileTimeError | |
288 named_parameters_type_test/01: MissingRuntimeError | 286 named_parameters_type_test/01: MissingRuntimeError |
289 named_parameters_type_test/02: MissingRuntimeError | 287 named_parameters_type_test/02: MissingRuntimeError |
290 named_parameters_type_test/03: MissingRuntimeError | 288 named_parameters_type_test/03: MissingRuntimeError |
291 no_main_test/01: Crash | 289 no_main_test/01: Crash |
292 not_enough_positional_arguments_test/01: CompileTimeError | 290 not_enough_positional_arguments_test/01: CompileTimeError |
293 not_enough_positional_arguments_test/02: MissingRuntimeError | 291 not_enough_positional_arguments_test/02: MissingRuntimeError |
294 not_enough_positional_arguments_test/05: MissingRuntimeError | 292 not_enough_positional_arguments_test/05: MissingRuntimeError |
295 null_test/none: RuntimeError | 293 null_test/none: RuntimeError |
296 number_identifier_test/05: RuntimeError | 294 number_identifier_test/05: RuntimeError |
297 positional_parameters_type_test/01: MissingRuntimeError | 295 positional_parameters_type_test/01: MissingRuntimeError |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 try_finally_regress_25654_test: RuntimeError | 688 try_finally_regress_25654_test: RuntimeError |
691 type_checks_in_factory_method_test: RuntimeError | 689 type_checks_in_factory_method_test: RuntimeError |
692 type_parameter_literal_test: RuntimeError | 690 type_parameter_literal_test: RuntimeError |
693 type_variable_conflict2_test/02: MissingCompileTimeError | 691 type_variable_conflict2_test/02: MissingCompileTimeError |
694 type_variable_function_type_test: RuntimeError | 692 type_variable_function_type_test: RuntimeError |
695 vm/debug_break_enabled_vm_test/01: CompileTimeError | 693 vm/debug_break_enabled_vm_test/01: CompileTimeError |
696 vm/debug_break_enabled_vm_test/none: CompileTimeError | 694 vm/debug_break_enabled_vm_test/none: CompileTimeError |
697 vm/reflect_core_vm_test: CompileTimeError | 695 vm/reflect_core_vm_test: CompileTimeError |
698 vm/type_cast_vm_test: RuntimeError | 696 vm/type_cast_vm_test: RuntimeError |
699 vm/type_vm_test: RuntimeError | 697 vm/type_vm_test: RuntimeError |
OLD | NEW |