| 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 == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 | 8 |
| 9 ############################################################################### | 9 ############################################################################### |
| 10 # Dartk Entries | 10 # Dartk Entries |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 export_main_test: DartkCrash | 25 export_main_test: DartkCrash |
| 26 external_test/21: MissingCompileTimeError | 26 external_test/21: MissingCompileTimeError |
| 27 external_test/24: MissingCompileTimeError | 27 external_test/24: MissingCompileTimeError |
| 28 external_test/25: MissingCompileTimeError | 28 external_test/25: MissingCompileTimeError |
| 29 final_syntax_test/01: MissingCompileTimeError | 29 final_syntax_test/01: MissingCompileTimeError |
| 30 final_syntax_test/02: MissingCompileTimeError | 30 final_syntax_test/02: MissingCompileTimeError |
| 31 final_syntax_test/03: MissingCompileTimeError | 31 final_syntax_test/03: MissingCompileTimeError |
| 32 final_syntax_test/04: MissingCompileTimeError | 32 final_syntax_test/04: MissingCompileTimeError |
| 33 main_not_a_function_test/01: DartkCrash | 33 main_not_a_function_test/01: DartkCrash |
| 34 metadata_test: DartkCompileTimeError | 34 metadata_test: DartkCompileTimeError |
| 35 mixin_illegal_super_use_test/01: MissingCompileTimeError | |
| 36 mixin_illegal_super_use_test/02: MissingCompileTimeError | |
| 37 mixin_illegal_super_use_test/03: MissingCompileTimeError | |
| 38 mixin_illegal_super_use_test/04: MissingCompileTimeError | |
| 39 mixin_illegal_super_use_test/05: MissingCompileTimeError | |
| 40 mixin_illegal_super_use_test/06: MissingCompileTimeError | |
| 41 mixin_illegal_super_use_test/07: MissingCompileTimeError | |
| 42 mixin_illegal_super_use_test/08: MissingCompileTimeError | |
| 43 mixin_illegal_super_use_test/09: MissingCompileTimeError | |
| 44 mixin_illegal_super_use_test/10: MissingCompileTimeError | |
| 45 mixin_illegal_super_use_test/11: MissingCompileTimeError | |
| 46 mixin_illegal_superclass_test/01: MissingCompileTimeError | |
| 47 mixin_illegal_superclass_test/02: MissingCompileTimeError | |
| 48 mixin_illegal_superclass_test/03: MissingCompileTimeError | |
| 49 mixin_illegal_superclass_test/04: MissingCompileTimeError | |
| 50 mixin_illegal_superclass_test/05: MissingCompileTimeError | |
| 51 mixin_illegal_superclass_test/06: MissingCompileTimeError | |
| 52 mixin_illegal_superclass_test/07: MissingCompileTimeError | |
| 53 mixin_illegal_superclass_test/08: MissingCompileTimeError | |
| 54 mixin_illegal_superclass_test/09: MissingCompileTimeError | |
| 55 mixin_illegal_superclass_test/10: MissingCompileTimeError | |
| 56 mixin_illegal_superclass_test/11: MissingCompileTimeError | |
| 57 mixin_illegal_superclass_test/12: MissingCompileTimeError | |
| 58 mixin_illegal_superclass_test/13: MissingCompileTimeError | |
| 59 mixin_illegal_superclass_test/14: MissingCompileTimeError | |
| 60 mixin_illegal_superclass_test/15: MissingCompileTimeError | |
| 61 mixin_illegal_superclass_test/16: MissingCompileTimeError | |
| 62 mixin_illegal_superclass_test/17: MissingCompileTimeError | |
| 63 mixin_illegal_superclass_test/18: MissingCompileTimeError | |
| 64 mixin_illegal_superclass_test/19: MissingCompileTimeError | |
| 65 mixin_illegal_superclass_test/20: MissingCompileTimeError | |
| 66 mixin_illegal_superclass_test/21: MissingCompileTimeError | |
| 67 mixin_illegal_superclass_test/22: MissingCompileTimeError | |
| 68 mixin_illegal_superclass_test/23: MissingCompileTimeError | |
| 69 mixin_illegal_superclass_test/24: MissingCompileTimeError | |
| 70 mixin_illegal_superclass_test/25: MissingCompileTimeError | |
| 71 mixin_illegal_superclass_test/26: MissingCompileTimeError | |
| 72 mixin_illegal_superclass_test/27: MissingCompileTimeError | |
| 73 mixin_illegal_superclass_test/28: MissingCompileTimeError | |
| 74 mixin_illegal_superclass_test/29: MissingCompileTimeError | |
| 75 mixin_illegal_superclass_test/30: MissingCompileTimeError | |
| 76 multiline_newline_test/01: DartkCompileTimeError | 35 multiline_newline_test/01: DartkCompileTimeError |
| 77 multiline_newline_test/02: DartkCompileTimeError | 36 multiline_newline_test/02: DartkCompileTimeError |
| 78 multiline_newline_test/03: DartkCompileTimeError | 37 multiline_newline_test/03: DartkCompileTimeError |
| 79 multiline_newline_test/04: MissingCompileTimeError | 38 multiline_newline_test/04: MissingCompileTimeError |
| 80 multiline_newline_test/05: MissingCompileTimeError | 39 multiline_newline_test/05: MissingCompileTimeError |
| 81 multiline_newline_test/06: MissingCompileTimeError | 40 multiline_newline_test/06: MissingCompileTimeError |
| 82 no_main_test/01: DartkCrash | 41 no_main_test/01: DartkCrash |
| 83 not_enough_positional_arguments_test/01: DartkCompileTimeError | 42 not_enough_positional_arguments_test/01: DartkCompileTimeError |
| 84 regress_27617_test/1: MissingCompileTimeError | 43 regress_27617_test/1: MissingCompileTimeError |
| 85 super_call3_test/01: DartkCrash | 44 super_call3_test/01: DartkCrash |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 compile_time_constant_k_test/01: RuntimeError | 85 compile_time_constant_k_test/01: RuntimeError |
| 127 compile_time_constant_k_test/02: RuntimeError | 86 compile_time_constant_k_test/02: RuntimeError |
| 128 compile_time_constant_k_test/03: RuntimeError | 87 compile_time_constant_k_test/03: RuntimeError |
| 129 compile_time_constant_o_test/01: RuntimeError | 88 compile_time_constant_o_test/01: RuntimeError |
| 130 compile_time_constant_o_test/02: RuntimeError | 89 compile_time_constant_o_test/02: RuntimeError |
| 131 config_import_test: RuntimeError | 90 config_import_test: RuntimeError |
| 132 const_dynamic_type_literal_test/02: RuntimeError | 91 const_dynamic_type_literal_test/02: RuntimeError |
| 133 const_error_multiply_initialized_test/02: RuntimeError | 92 const_error_multiply_initialized_test/02: RuntimeError |
| 134 const_error_multiply_initialized_test/04: RuntimeError | 93 const_error_multiply_initialized_test/04: RuntimeError |
| 135 const_nested_test: RuntimeError | 94 const_nested_test: RuntimeError |
| 136 constructor2_test: RuntimeError | |
| 137 constructor3_test: RuntimeError | |
| 138 constructor5_test: RuntimeError | |
| 139 constructor6_test: RuntimeError | |
| 140 constructor_duplicate_final_test/01: MissingRuntimeError | 95 constructor_duplicate_final_test/01: MissingRuntimeError |
| 141 constructor_duplicate_final_test/02: MissingRuntimeError | 96 constructor_duplicate_final_test/02: MissingRuntimeError |
| 142 custom_await_stack_trace_test: RuntimeError | 97 custom_await_stack_trace_test: RuntimeError |
| 143 cyclic_type2_test: CompileTimeError | |
| 144 cyclic_type_test/00: RuntimeError | 98 cyclic_type_test/00: RuntimeError |
| 145 cyclic_type_test/01: RuntimeError | 99 cyclic_type_test/01: RuntimeError |
| 146 cyclic_type_test/02: CompileTimeError | |
| 147 cyclic_type_test/03: RuntimeError | 100 cyclic_type_test/03: RuntimeError |
| 148 cyclic_type_test/04: CompileTimeError | |
| 149 cyclic_type_variable_test/01: Crash | 101 cyclic_type_variable_test/01: Crash |
| 150 cyclic_type_variable_test/02: Crash | 102 cyclic_type_variable_test/02: Crash |
| 151 cyclic_type_variable_test/03: Crash | 103 cyclic_type_variable_test/03: Crash |
| 152 cyclic_type_variable_test/04: Crash | 104 cyclic_type_variable_test/04: Crash |
| 153 cyclic_type_variable_test/none: Crash | 105 cyclic_type_variable_test/none: Crash |
| 154 deferred_call_empty_before_load_test: RuntimeError | 106 deferred_call_empty_before_load_test: RuntimeError |
| 155 deferred_constant_list_test: RuntimeError | 107 deferred_constant_list_test: RuntimeError |
| 156 deferred_constraints_constants_test/none: RuntimeError | 108 deferred_constraints_constants_test/none: RuntimeError |
| 157 deferred_constraints_constants_test/reference_after_load: RuntimeError | 109 deferred_constraints_constants_test/reference_after_load: RuntimeError |
| 158 deferred_constraints_type_annotation_test/as_operation: RuntimeError | 110 deferred_constraints_type_annotation_test/as_operation: RuntimeError |
| (...skipping 30 matching lines...) Expand all Loading... |
| 189 deferred_redirecting_factory_test: RuntimeError | 141 deferred_redirecting_factory_test: RuntimeError |
| 190 deferred_regression_22995_test: RuntimeError | 142 deferred_regression_22995_test: RuntimeError |
| 191 deferred_shadow_load_library_test: RuntimeError | 143 deferred_shadow_load_library_test: RuntimeError |
| 192 deferred_shared_and_unshared_classes_test: RuntimeError | 144 deferred_shared_and_unshared_classes_test: RuntimeError |
| 193 deferred_static_seperate_test: RuntimeError | 145 deferred_static_seperate_test: RuntimeError |
| 194 deferred_super_dependency_test/01: RuntimeError | 146 deferred_super_dependency_test/01: RuntimeError |
| 195 deferred_type_dependency_test/as: RuntimeError | 147 deferred_type_dependency_test/as: RuntimeError |
| 196 deferred_type_dependency_test/is: RuntimeError | 148 deferred_type_dependency_test/is: RuntimeError |
| 197 deferred_type_dependency_test/none: RuntimeError | 149 deferred_type_dependency_test/none: RuntimeError |
| 198 deferred_type_dependency_test/type_annotation: RuntimeError | 150 deferred_type_dependency_test/type_annotation: RuntimeError |
| 199 duplicate_export_negative_test: Fail | |
| 200 evaluation_redirecting_constructor_test: RuntimeError | 151 evaluation_redirecting_constructor_test: RuntimeError |
| 201 example_constructor_test: RuntimeError | |
| 202 external_test/10: MissingRuntimeError | 152 external_test/10: MissingRuntimeError |
| 203 external_test/13: MissingRuntimeError | 153 external_test/13: MissingRuntimeError |
| 204 external_test/20: MissingRuntimeError | 154 external_test/20: MissingRuntimeError |
| 205 f_bounded_equality_test: RuntimeError | 155 f_bounded_equality_test: RuntimeError |
| 206 field_initialization_order_test: RuntimeError | |
| 207 final_field_initialization_order_test: RuntimeError | |
| 208 fixed_type_variable2_test/02: RuntimeError | 156 fixed_type_variable2_test/02: RuntimeError |
| 209 fixed_type_variable2_test/04: RuntimeError | 157 fixed_type_variable2_test/04: RuntimeError |
| 210 fixed_type_variable2_test/06: RuntimeError | 158 fixed_type_variable2_test/06: RuntimeError |
| 211 fixed_type_variable_test/02: RuntimeError | 159 fixed_type_variable_test/02: RuntimeError |
| 212 fixed_type_variable_test/04: RuntimeError | 160 fixed_type_variable_test/04: RuntimeError |
| 213 fixed_type_variable_test/06: RuntimeError | 161 fixed_type_variable_test/06: RuntimeError |
| 214 for2_test: RuntimeError | 162 for2_test: RuntimeError |
| 215 for_variable_capture_test: RuntimeError | 163 for_variable_capture_test: RuntimeError |
| 216 function_subtype2_test: RuntimeError | 164 function_subtype2_test: RuntimeError |
| 217 function_subtype_bound_closure3_test: RuntimeError | 165 function_subtype_bound_closure3_test: RuntimeError |
| 218 function_subtype_bound_closure4_test: RuntimeError | 166 function_subtype_bound_closure4_test: RuntimeError |
| 219 function_subtype_cast1_test: RuntimeError | 167 function_subtype_cast1_test: RuntimeError |
| 220 function_subtype_inline0_test: RuntimeError | 168 function_subtype_inline0_test: RuntimeError |
| 221 function_subtype_local3_test: RuntimeError | 169 function_subtype_local3_test: RuntimeError |
| 222 function_subtype_local4_test: RuntimeError | 170 function_subtype_local4_test: RuntimeError |
| 223 function_subtype_not1_test: RuntimeError | 171 function_subtype_not1_test: RuntimeError |
| 224 function_type_alias2_test: RuntimeError | 172 function_type_alias2_test: RuntimeError |
| 225 function_type_alias3_test: RuntimeError | 173 function_type_alias3_test: RuntimeError |
| 226 function_type_alias4_test: RuntimeError | 174 function_type_alias4_test: RuntimeError |
| 227 generic2_test: RuntimeError | 175 generic2_test: RuntimeError |
| 228 generic_closure_test: RuntimeError | 176 generic_closure_test: RuntimeError |
| 229 generic_creation_test: RuntimeError | 177 generic_creation_test: RuntimeError |
| 230 generic_field_mixin4_test: RuntimeError | 178 generic_field_mixin4_test: RuntimeError |
| 231 generic_inheritance_test: RuntimeError | 179 generic_inheritance_test: RuntimeError |
| 232 generic_method_types_test: Pass, RuntimeError | 180 generic_method_types_test: Pass, RuntimeError |
| 233 generic_methods_type_expression_test: RuntimeError | |
| 234 generic_test: RuntimeError | 181 generic_test: RuntimeError |
| 235 getter_closure_execution_order_test: RuntimeError | 182 getter_closure_execution_order_test: RuntimeError |
| 236 getter_setter_in_lib_test: RuntimeError | 183 getter_setter_in_lib_test: RuntimeError |
| 237 inferrer_closure_test: RuntimeError | 184 inferrer_closure_test: RuntimeError |
| 238 initializing_formal_final_test: RuntimeError | 185 initializing_formal_final_test: RuntimeError |
| 239 is_not_class2_test: RuntimeError | 186 is_not_class2_test: RuntimeError |
| 240 issue13474_test: RuntimeError | 187 issue13474_test: RuntimeError |
| 241 issue_1751477_test: RuntimeError | 188 issue_1751477_test: RuntimeError |
| 242 least_upper_bound_expansive_test/01: CompileTimeError | |
| 243 least_upper_bound_expansive_test/02: CompileTimeError | |
| 244 least_upper_bound_expansive_test/03: CompileTimeError | |
| 245 least_upper_bound_expansive_test/04: CompileTimeError | |
| 246 least_upper_bound_expansive_test/05: CompileTimeError | |
| 247 least_upper_bound_expansive_test/06: CompileTimeError | |
| 248 least_upper_bound_expansive_test/07: CompileTimeError | |
| 249 least_upper_bound_expansive_test/08: CompileTimeError | |
| 250 least_upper_bound_expansive_test/09: CompileTimeError | |
| 251 least_upper_bound_expansive_test/10: CompileTimeError | |
| 252 least_upper_bound_expansive_test/11: CompileTimeError | |
| 253 least_upper_bound_expansive_test/12: CompileTimeError | |
| 254 least_upper_bound_expansive_test/none: CompileTimeError | |
| 255 library_env_test/has_html_support: RuntimeError | 189 library_env_test/has_html_support: RuntimeError |
| 256 library_env_test/has_no_io_support: RuntimeError | 190 library_env_test/has_no_io_support: RuntimeError |
| 257 list_literal4_test: RuntimeError | 191 list_literal4_test: RuntimeError |
| 258 malformed_test/none: RuntimeError | 192 malformed_test/none: RuntimeError |
| 259 map_literal3_test: RuntimeError | 193 map_literal3_test: RuntimeError |
| 260 map_literal4_test: RuntimeError # Checked Mode Issue | 194 map_literal4_test: RuntimeError # Checked Mode Issue |
| 261 map_literal6_test: RuntimeError | 195 map_literal6_test: RuntimeError |
| 262 method_override_test: RuntimeError | 196 method_override_test: RuntimeError |
| 263 mixin_mixin2_test: RuntimeError | 197 mixin_mixin2_test: RuntimeError |
| 264 mixin_type_parameters_super_extends_test: RuntimeError | 198 mixin_type_parameters_super_extends_test: RuntimeError |
| (...skipping 11 matching lines...) Expand all Loading... |
| 276 prefix21_test: RuntimeError | 210 prefix21_test: RuntimeError |
| 277 redirecting_constructor_initializer_test: RuntimeError | 211 redirecting_constructor_initializer_test: RuntimeError |
| 278 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 | 212 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 |
| 279 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 | 213 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 |
| 280 regress_r24720_test: RuntimeError | 214 regress_r24720_test: RuntimeError |
| 281 regress_28278_test: RuntimeError # Mirrors Issue | 215 regress_28278_test: RuntimeError # Mirrors Issue |
| 282 script1_negative_test: Fail | 216 script1_negative_test: Fail |
| 283 script2_negative_test: Fail | 217 script2_negative_test: Fail |
| 284 setter_no_getter_call_test/none: RuntimeError | 218 setter_no_getter_call_test/none: RuntimeError |
| 285 static_setter_get_test/01: RuntimeError | 219 static_setter_get_test/01: RuntimeError |
| 286 super_test: RuntimeError | |
| 287 switch7_negative_test: Fail | 220 switch7_negative_test: Fail |
| 288 switch_try_catch_test: RuntimeError | 221 switch_try_catch_test: RuntimeError |
| 289 try_catch_on_syntax_test/10: MissingRuntimeError | 222 try_catch_on_syntax_test/10: MissingRuntimeError |
| 290 try_catch_on_syntax_test/11: MissingRuntimeError | 223 try_catch_on_syntax_test/11: MissingRuntimeError |
| 291 try_finally_regress_25654_test: RuntimeError | 224 try_finally_regress_25654_test: RuntimeError |
| 292 type_checks_in_factory_method_test: RuntimeError | 225 type_checks_in_factory_method_test: RuntimeError |
| 293 type_variable_function_type_test: RuntimeError | 226 type_variable_function_type_test: RuntimeError |
| 294 vm/type_cast_vm_test: RuntimeError | 227 vm/type_cast_vm_test: RuntimeError |
| 295 vm/type_vm_test: RuntimeError | 228 vm/type_vm_test: RuntimeError |
| 296 | 229 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 311 | 244 |
| 312 # dartk: precompilation failures | 245 # dartk: precompilation failures |
| 313 [ $compiler == dartkp && $runtime == dart_precompiled ] | 246 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 314 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 247 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 315 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 248 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 316 | 249 |
| 317 # dartk: precompilation failures (debug) | 250 # dartk: precompilation failures (debug) |
| 318 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 251 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 319 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 252 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 320 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 253 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |