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 |
11 # dartk: JIT failures | 11 # dartk: JIT failures |
12 [ $compiler == dartk && $runtime == vm ] | 12 [ $compiler == dartk && $runtime == vm ] |
13 accessor_conflict_export2_test: RuntimeError | 13 accessor_conflict_export2_test: RuntimeError |
14 accessor_conflict_export_test: RuntimeError | 14 accessor_conflict_export_test: RuntimeError |
15 accessor_conflict_import2_test: RuntimeError | 15 accessor_conflict_import2_test: RuntimeError |
16 accessor_conflict_import_prefixed2_test: RuntimeError | 16 accessor_conflict_import_prefixed2_test: RuntimeError |
17 accessor_conflict_import_prefixed_test: RuntimeError | 17 accessor_conflict_import_prefixed_test: RuntimeError |
18 accessor_conflict_import_test: RuntimeError | 18 accessor_conflict_import_test: RuntimeError |
19 assertion_test: RuntimeError | 19 assertion_test: RuntimeError |
| 20 async_await_test: Crash |
20 async_break_in_finally_test: RuntimeError | 21 async_break_in_finally_test: RuntimeError |
21 async_control_structures_test: RuntimeError | 22 async_control_structures_test: RuntimeError |
22 async_star_cancel_and_throw_in_finally_test: RuntimeError | 23 async_star_cancel_and_throw_in_finally_test: RuntimeError |
23 async_star_cancel_while_paused_test: RuntimeError | 24 async_star_cancel_while_paused_test: RuntimeError |
24 async_star_regression_fisk_test: Crash | 25 async_star_pause_test: RuntimeError |
| 26 async_star_regression_fisk_test: RuntimeError |
25 async_star_stream_take_test: Timeout | 27 async_star_stream_take_test: Timeout |
26 async_star_take_reyield_test: Timeout | 28 async_star_take_reyield_test: Timeout |
27 async_star_test: Crash | 29 async_star_test: Timeout |
28 async_throw_in_catch_test/forceAwait: RuntimeError | 30 async_throw_in_catch_test/forceAwait: RuntimeError |
29 async_throw_in_catch_test/none: RuntimeError | 31 async_throw_in_catch_test/none: RuntimeError |
30 asyncstar_throw_in_catch_test: Timeout | 32 asyncstar_throw_in_catch_test: Timeout |
31 asyncstar_yield_test: Timeout | 33 asyncstar_yield_test: Timeout |
32 asyncstar_yieldstar_test: Timeout | 34 asyncstar_yieldstar_test: Timeout |
33 await_exceptions_test: RuntimeError | 35 await_exceptions_test: RuntimeError |
34 await_future_test: RuntimeError | 36 await_future_test: RuntimeError |
35 await_regression_test: RuntimeError | 37 await_regression_test: RuntimeError |
36 bad_constructor_test/05: CompileTimeError | 38 bad_constructor_test/05: CompileTimeError |
37 bad_raw_string_negative_test: Fail | 39 bad_raw_string_negative_test: Fail |
38 cha_deopt1_test: RuntimeError | 40 cha_deopt1_test: RuntimeError |
39 cha_deopt2_test: RuntimeError | 41 cha_deopt2_test: RuntimeError |
40 cha_deopt3_test: RuntimeError | 42 cha_deopt3_test: RuntimeError |
41 closure_type_variable_test: RuntimeError | 43 closure_type_variable_test: RuntimeError |
42 closures_initializer_test: RuntimeError | 44 closures_initializer_test: RuntimeError |
43 compile_time_constant12_test: Crash | 45 compile_time_constant12_test: Crash |
44 compile_time_constant_k_test/01: RuntimeError | 46 compile_time_constant_k_test/01: RuntimeError |
45 compile_time_constant_k_test/02: RuntimeError | 47 compile_time_constant_k_test/02: RuntimeError |
46 compile_time_constant_k_test/03: RuntimeError | 48 compile_time_constant_k_test/03: RuntimeError |
47 compile_time_constant_o_test/01: RuntimeError | 49 compile_time_constant_o_test/01: RuntimeError |
48 compile_time_constant_o_test/02: RuntimeError | 50 compile_time_constant_o_test/02: RuntimeError |
| 51 conditional_import_string_test: CompileTimeError |
| 52 conditional_import_test: CompileTimeError |
49 config_import_test: RuntimeError | 53 config_import_test: RuntimeError |
50 conflicting_type_variable_and_setter_test: CompileTimeError | 54 conflicting_type_variable_and_setter_test: CompileTimeError |
51 const_dynamic_type_literal_test/02: RuntimeError | 55 const_dynamic_type_literal_test/02: RuntimeError |
52 const_error_multiply_initialized_test/02: RuntimeError | 56 const_error_multiply_initialized_test/02: RuntimeError |
53 const_error_multiply_initialized_test/04: RuntimeError | 57 const_error_multiply_initialized_test/04: RuntimeError |
54 const_evaluation_test/01: RuntimeError | 58 const_evaluation_test/01: RuntimeError |
55 const_for_in_variable_test/01: MissingCompileTimeError | 59 const_for_in_variable_test/01: MissingCompileTimeError |
56 const_locals_test: RuntimeError | 60 const_locals_test: RuntimeError |
57 const_nested_test: RuntimeError | 61 const_nested_test: RuntimeError |
58 const_string_test: RuntimeError | 62 const_string_test: RuntimeError |
59 constructor2_test: RuntimeError | 63 constructor2_test: RuntimeError |
60 constructor3_test: RuntimeError | 64 constructor3_test: RuntimeError |
61 constructor5_test: RuntimeError | 65 constructor5_test: RuntimeError |
62 constructor6_test: RuntimeError | 66 constructor6_test: RuntimeError |
63 constructor_duplicate_final_test/01: MissingRuntimeError | 67 constructor_duplicate_final_test/01: MissingRuntimeError |
64 constructor_duplicate_final_test/02: MissingRuntimeError | 68 constructor_duplicate_final_test/02: MissingRuntimeError |
65 constructor_duplicate_final_test/03: MissingCompileTimeError | 69 constructor_duplicate_final_test/03: MissingCompileTimeError |
66 constructor_named_arguments_test/01: Crash | 70 constructor_named_arguments_test/01: Crash |
67 cyclic_type2_test: CompileTimeError | 71 custom_await_stack_trace_test: RuntimeError |
| 72 cyclic_type2_test: Crash |
68 cyclic_type_test/00: RuntimeError | 73 cyclic_type_test/00: RuntimeError |
69 cyclic_type_test/01: RuntimeError | 74 cyclic_type_test/01: RuntimeError |
70 cyclic_type_test/02: CompileTimeError | 75 cyclic_type_test/02: Crash |
71 cyclic_type_test/03: RuntimeError | 76 cyclic_type_test/03: RuntimeError |
72 cyclic_type_test/04: CompileTimeError | 77 cyclic_type_test/04: Crash |
73 cyclic_type_variable_test/01: Crash | 78 cyclic_type_variable_test/01: Crash |
74 cyclic_type_variable_test/02: Crash | 79 cyclic_type_variable_test/02: Crash |
75 cyclic_type_variable_test/03: Crash | 80 cyclic_type_variable_test/03: Crash |
76 cyclic_type_variable_test/04: Crash | 81 cyclic_type_variable_test/04: Crash |
77 cyclic_type_variable_test/none: Crash | 82 cyclic_type_variable_test/none: Crash |
78 deep_nesting1_negative_test: Crash | 83 deep_nesting1_negative_test: Crash |
79 deep_nesting2_negative_test: Crash | 84 deep_nesting2_negative_test: Crash |
80 deferred_call_empty_before_load_test: RuntimeError | 85 deferred_call_empty_before_load_test: RuntimeError |
81 deferred_closurize_load_library_test: Crash | 86 deferred_closurize_load_library_test: Crash |
82 deferred_constant_list_test: RuntimeError | 87 deferred_constant_list_test: RuntimeError |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 export_main_test: Crash | 147 export_main_test: Crash |
143 external_test/10: MissingRuntimeError | 148 external_test/10: MissingRuntimeError |
144 external_test/13: MissingRuntimeError | 149 external_test/13: MissingRuntimeError |
145 external_test/20: MissingRuntimeError | 150 external_test/20: MissingRuntimeError |
146 external_test/21: MissingCompileTimeError | 151 external_test/21: MissingCompileTimeError |
147 external_test/24: MissingCompileTimeError | 152 external_test/24: MissingCompileTimeError |
148 external_test/25: MissingCompileTimeError | 153 external_test/25: MissingCompileTimeError |
149 f_bounded_equality_test: RuntimeError | 154 f_bounded_equality_test: RuntimeError |
150 field_initialization_order_test: RuntimeError | 155 field_initialization_order_test: RuntimeError |
151 final_field_initialization_order_test: RuntimeError | 156 final_field_initialization_order_test: RuntimeError |
152 final_super_field_set_test/01: RuntimeError | |
153 final_syntax_test/01: MissingCompileTimeError | 157 final_syntax_test/01: MissingCompileTimeError |
154 final_syntax_test/02: MissingCompileTimeError | 158 final_syntax_test/02: MissingCompileTimeError |
155 final_syntax_test/03: MissingCompileTimeError | 159 final_syntax_test/03: MissingCompileTimeError |
156 final_syntax_test/04: MissingCompileTimeError | 160 final_syntax_test/04: MissingCompileTimeError |
157 fixed_type_variable2_test/02: RuntimeError | 161 fixed_type_variable2_test/02: RuntimeError |
158 fixed_type_variable2_test/04: RuntimeError | 162 fixed_type_variable2_test/04: RuntimeError |
159 fixed_type_variable2_test/06: RuntimeError | 163 fixed_type_variable2_test/06: RuntimeError |
160 fixed_type_variable_test/01: RuntimeError | 164 fixed_type_variable_test/01: RuntimeError |
161 fixed_type_variable_test/02: RuntimeError | 165 fixed_type_variable_test/02: RuntimeError |
162 fixed_type_variable_test/03: RuntimeError | 166 fixed_type_variable_test/03: RuntimeError |
163 fixed_type_variable_test/04: RuntimeError | 167 fixed_type_variable_test/04: RuntimeError |
164 fixed_type_variable_test/05: RuntimeError | 168 fixed_type_variable_test/05: RuntimeError |
165 fixed_type_variable_test/06: RuntimeError | 169 fixed_type_variable_test/06: RuntimeError |
166 for2_test: RuntimeError | 170 for2_test: RuntimeError |
167 for_variable_capture_test: RuntimeError | 171 for_variable_capture_test: RuntimeError |
168 forwarding_factory_constructor_default_values_test: RuntimeError | |
169 function_subtype2_test: RuntimeError | 172 function_subtype2_test: RuntimeError |
170 function_subtype_bound_closure3_test: RuntimeError | 173 function_subtype_bound_closure3_test: RuntimeError |
171 function_subtype_bound_closure4_test: RuntimeError | 174 function_subtype_bound_closure4_test: RuntimeError |
172 function_subtype_cast1_test: RuntimeError | 175 function_subtype_cast1_test: RuntimeError |
173 function_subtype_inline0_test: RuntimeError | 176 function_subtype_inline0_test: RuntimeError |
174 function_subtype_local3_test: RuntimeError | 177 function_subtype_local3_test: RuntimeError |
175 function_subtype_local4_test: RuntimeError | 178 function_subtype_local4_test: RuntimeError |
176 function_subtype_not1_test: RuntimeError | 179 function_subtype_not1_test: RuntimeError |
177 function_type_alias2_test: RuntimeError | 180 function_type_alias2_test: RuntimeError |
178 function_type_alias3_test: RuntimeError | 181 function_type_alias3_test: RuntimeError |
179 function_type_alias4_test: RuntimeError | 182 function_type_alias4_test: RuntimeError |
180 generic2_test: RuntimeError | 183 generic2_test: RuntimeError |
181 generic_closure_test: RuntimeError | 184 generic_closure_test: RuntimeError |
182 generic_creation_test: RuntimeError | 185 generic_creation_test: RuntimeError |
183 generic_field_mixin2_test: RuntimeError | 186 generic_field_mixin2_test: RuntimeError |
184 generic_field_mixin4_test: RuntimeError | 187 generic_field_mixin4_test: RuntimeError |
185 generic_field_mixin5_test: RuntimeError | 188 generic_field_mixin5_test: RuntimeError |
186 generic_functions_test: CompileTimeError | 189 generic_functions_test: CompileTimeError |
187 generic_inheritance_test: RuntimeError | 190 generic_inheritance_test: RuntimeError |
188 generic_local_functions_test: CompileTimeError | 191 generic_local_functions_test: CompileTimeError |
189 generic_methods_function_type_test: CompileTimeError | 192 generic_methods_function_type_test: CompileTimeError |
| 193 generic_methods_generic_function_parameter_test: CompileTimeError |
190 generic_methods_new_test: CompileTimeError | 194 generic_methods_new_test: CompileTimeError |
191 generic_methods_test: CompileTimeError | 195 generic_methods_test: CompileTimeError |
192 generic_methods_type_expression_test: CompileTimeError | 196 generic_methods_type_expression_test: CompileTimeError |
193 generic_sends_test: CompileTimeError | 197 generic_sends_test: CompileTimeError |
194 generic_test: RuntimeError | 198 generic_test: RuntimeError |
195 getter_closure_execution_order_test: RuntimeError | 199 getter_closure_execution_order_test: RuntimeError |
196 getter_setter_in_lib_test: RuntimeError | 200 getter_setter_in_lib_test: RuntimeError |
197 inferrer_closure_test: RuntimeError | 201 inferrer_closure_test: RuntimeError |
198 initializing_formal_access_test: CompileTimeError | 202 initializing_formal_access_test: CompileTimeError |
199 initializing_formal_capture_test: CompileTimeError | 203 initializing_formal_capture_test: CompileTimeError |
200 initializing_formal_final_test: CompileTimeError | 204 initializing_formal_final_test: CompileTimeError |
| 205 initializing_formal_promotion_test: CompileTimeError |
201 initializing_formal_type_test: CompileTimeError | 206 initializing_formal_type_test: CompileTimeError |
202 instance_creation_in_function_annotation_test: RuntimeError | 207 instance_creation_in_function_annotation_test: RuntimeError |
203 invocation_mirror_test: RuntimeError | |
204 is_not_class2_test: RuntimeError | 208 is_not_class2_test: RuntimeError |
205 issue13474_test: RuntimeError | 209 issue13474_test: RuntimeError |
206 issue23244_test: Crash | |
207 issue_1751477_test: RuntimeError | 210 issue_1751477_test: RuntimeError |
208 least_upper_bound_expansive_test/01: CompileTimeError | 211 least_upper_bound_expansive_test/01: Crash |
209 least_upper_bound_expansive_test/02: CompileTimeError | 212 least_upper_bound_expansive_test/02: Crash |
210 least_upper_bound_expansive_test/03: CompileTimeError | 213 least_upper_bound_expansive_test/03: Crash |
211 least_upper_bound_expansive_test/04: CompileTimeError | 214 least_upper_bound_expansive_test/04: Crash |
212 least_upper_bound_expansive_test/05: CompileTimeError | 215 least_upper_bound_expansive_test/05: Crash |
213 least_upper_bound_expansive_test/06: CompileTimeError | 216 least_upper_bound_expansive_test/06: Crash |
214 least_upper_bound_expansive_test/07: CompileTimeError | 217 least_upper_bound_expansive_test/07: Crash |
215 least_upper_bound_expansive_test/08: CompileTimeError | 218 least_upper_bound_expansive_test/08: Crash |
216 least_upper_bound_expansive_test/09: CompileTimeError | 219 least_upper_bound_expansive_test/09: Crash |
217 least_upper_bound_expansive_test/10: CompileTimeError | 220 least_upper_bound_expansive_test/10: Crash |
218 least_upper_bound_expansive_test/11: CompileTimeError | 221 least_upper_bound_expansive_test/11: Crash |
219 least_upper_bound_expansive_test/12: CompileTimeError | 222 least_upper_bound_expansive_test/12: Crash |
220 least_upper_bound_expansive_test/none: CompileTimeError | 223 least_upper_bound_expansive_test/none: Crash |
221 library_env_test/has_html_support: RuntimeError | 224 library_env_test/has_html_support: RuntimeError |
222 library_env_test/has_no_io_support: RuntimeError | 225 library_env_test/has_no_io_support: RuntimeError |
223 library_env_test/has_no_mirror_support: RuntimeError | 226 library_env_test/has_no_mirror_support: RuntimeError |
224 list_literal4_test: RuntimeError | 227 list_literal4_test: RuntimeError |
225 main_not_a_function_test/01: Crash | 228 main_not_a_function_test/01: Crash |
226 malformed_test/none: RuntimeError | 229 malformed_test/none: RuntimeError |
227 map_literal3_test: RuntimeError | 230 map_literal3_test: RuntimeError |
228 map_literal4_test: RuntimeError | 231 map_literal4_test: RuntimeError |
229 map_literal6_test: RuntimeError | 232 map_literal6_test: RuntimeError |
230 metadata_test: CompileTimeError | 233 metadata_test: CompileTimeError |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 multiline_newline_test/03: CompileTimeError | 291 multiline_newline_test/03: CompileTimeError |
289 multiline_newline_test/04: MissingCompileTimeError | 292 multiline_newline_test/04: MissingCompileTimeError |
290 multiline_newline_test/05: MissingCompileTimeError | 293 multiline_newline_test/05: MissingCompileTimeError |
291 multiline_newline_test/06: MissingCompileTimeError | 294 multiline_newline_test/06: MissingCompileTimeError |
292 multiline_newline_test/none: RuntimeError | 295 multiline_newline_test/none: RuntimeError |
293 named_parameters_type_test/01: MissingRuntimeError | 296 named_parameters_type_test/01: MissingRuntimeError |
294 named_parameters_type_test/02: MissingRuntimeError | 297 named_parameters_type_test/02: MissingRuntimeError |
295 named_parameters_type_test/03: MissingRuntimeError | 298 named_parameters_type_test/03: MissingRuntimeError |
296 no_main_test/01: Crash | 299 no_main_test/01: Crash |
297 not_enough_positional_arguments_test/01: CompileTimeError | 300 not_enough_positional_arguments_test/01: CompileTimeError |
298 not_enough_positional_arguments_test/02: Crash | 301 not_enough_positional_arguments_test/02: MissingRuntimeError |
299 not_enough_positional_arguments_test/05: Crash | 302 not_enough_positional_arguments_test/05: MissingRuntimeError |
300 null_test/none: RuntimeError | 303 null_test/none: RuntimeError |
301 number_identifier_test/05: RuntimeError | 304 number_identifier_test/05: RuntimeError |
302 positional_parameters_type_test/01: MissingRuntimeError | 305 positional_parameters_type_test/01: MissingRuntimeError |
303 positional_parameters_type_test/02: MissingRuntimeError | 306 positional_parameters_type_test/02: MissingRuntimeError |
304 prefix10_negative_test: Fail | 307 prefix10_negative_test: Fail |
305 prefix16_test: RuntimeError | |
306 prefix21_test: RuntimeError | 308 prefix21_test: RuntimeError |
307 redirecting_constructor_initializer_test: RuntimeError | 309 redirecting_constructor_initializer_test: RuntimeError |
308 redirecting_factory_default_values_test/none: RuntimeError | |
309 redirecting_factory_reflection_test: RuntimeError | 310 redirecting_factory_reflection_test: RuntimeError |
310 regress_18713_test: RuntimeError | 311 regress_18713_test: RuntimeError |
311 regress_22443_test: RuntimeError | 312 regress_22443_test: RuntimeError |
312 regress_22700_test: RuntimeError | 313 regress_22700_test: RuntimeError |
313 regress_23408_test: RuntimeError | 314 regress_23408_test: RuntimeError |
314 regress_27164_test: CompileTimeError | 315 regress_27164_test: CompileTimeError |
| 316 regress_27617_test/1: MissingCompileTimeError |
315 regress_r24720_test: RuntimeError | 317 regress_r24720_test: RuntimeError |
316 reify_typevar_static_test/00: MissingCompileTimeError | 318 reify_typevar_static_test/00: MissingCompileTimeError |
317 reify_typevar_test: RuntimeError | 319 reify_typevar_test: RuntimeError |
318 script1_negative_test: Fail | 320 script1_negative_test: Fail |
319 script2_negative_test: Fail | 321 script2_negative_test: Fail |
320 setter_no_getter_call_test/none: RuntimeError | 322 setter_no_getter_call_test/none: RuntimeError |
321 static_setter_get_test/01: RuntimeError | 323 static_setter_get_test/01: RuntimeError |
322 super_call3_test/01: Crash | 324 super_call3_test/01: Crash |
323 super_call4_test: RuntimeError | |
324 super_getter_setter_test: RuntimeError | |
325 super_no_such_method1_test/01: RuntimeError | |
326 super_no_such_method2_test/01: RuntimeError | |
327 super_no_such_method3_test/01: RuntimeError | |
328 super_no_such_method4_test/01: RuntimeError | |
329 super_no_such_method5_test/01: RuntimeError | |
330 super_operator_index3_test: RuntimeError | |
331 super_operator_index4_test: RuntimeError | |
332 super_operator_index5_test: RuntimeError | |
333 super_operator_index6_test: RuntimeError | |
334 super_operator_index7_test: RuntimeError | |
335 super_operator_index8_test: RuntimeError | |
336 super_test: RuntimeError | 325 super_test: RuntimeError |
337 switch7_negative_test: Fail | 326 switch7_negative_test: Fail |
338 switch_try_catch_test: RuntimeError | 327 switch_try_catch_test: RuntimeError |
339 sync_generator3_test/test2: RuntimeError | 328 sync_generator3_test/test2: RuntimeError |
340 tearoff_basic_test: CompileTimeError | 329 tearoff_basic_test: CompileTimeError |
341 tearoff_constructor_basic_test: CompileTimeError | 330 tearoff_constructor_basic_test: CompileTimeError |
342 throw8_test: RuntimeError | 331 throw8_test: RuntimeError |
343 try_catch_on_syntax_test/10: MissingRuntimeError | 332 try_catch_on_syntax_test/10: MissingRuntimeError |
344 try_catch_on_syntax_test/11: MissingRuntimeError | 333 try_catch_on_syntax_test/11: MissingRuntimeError |
345 try_finally_regress_25654_test: RuntimeError | 334 try_finally_regress_25654_test: RuntimeError |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 try_finally_regress_25654_test: RuntimeError | 693 try_finally_regress_25654_test: RuntimeError |
705 type_checks_in_factory_method_test: RuntimeError | 694 type_checks_in_factory_method_test: RuntimeError |
706 type_parameter_literal_test: RuntimeError | 695 type_parameter_literal_test: RuntimeError |
707 type_parameter_test/04: Crash | 696 type_parameter_test/04: Crash |
708 type_variable_conflict2_test/02: MissingCompileTimeError | 697 type_variable_conflict2_test/02: MissingCompileTimeError |
709 type_variable_function_type_test: RuntimeError | 698 type_variable_function_type_test: RuntimeError |
710 vm/debug_break_enabled_vm_test/01: CompileTimeError | 699 vm/debug_break_enabled_vm_test/01: CompileTimeError |
711 vm/debug_break_enabled_vm_test/none: CompileTimeError | 700 vm/debug_break_enabled_vm_test/none: CompileTimeError |
712 vm/reflect_core_vm_test: CompileTimeError | 701 vm/reflect_core_vm_test: CompileTimeError |
713 vm/type_cast_vm_test: RuntimeError | 702 vm/type_cast_vm_test: RuntimeError |
714 vm/type_vm_test: RuntimeError | 703 vm/type_vm_test: RuntimeError |
OLD | NEW |