Chromium Code Reviews| 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 abstract_beats_arguments_test: RuntimeError | 7 abstract_beats_arguments_test: RuntimeError |
| 8 abstract_runtime_error_test/01: RuntimeError | 8 abstract_runtime_error_test/01: RuntimeError |
| 9 abstract_runtime_error_test/02: RuntimeError | 9 abstract_runtime_error_test/02: RuntimeError |
| 10 application_negative_test: Crash | 10 application_negative_test: Crash |
| 11 arg_param_trailing_comma_test/107: MissingCompileTimeError | 11 arg_param_trailing_comma_test/107: MissingCompileTimeError |
| 12 arg_param_trailing_comma_test/112: DartkCrash | 12 arg_param_trailing_comma_test/112: DartkCrash |
| 13 arg_param_trailing_comma_test/115: DartkCrash | 13 arg_param_trailing_comma_test/115: DartkCrash |
| 14 arg_param_trailing_comma_test/121: DartkCrash | 14 arg_param_trailing_comma_test/121: DartkCrash |
| 15 arg_param_trailing_comma_test/124: DartkCrash | 15 arg_param_trailing_comma_test/124: DartkCrash |
| 16 arg_param_trailing_comma_test/14: DartkCrash | 16 arg_param_trailing_comma_test/14: DartkCrash |
| 17 arg_param_trailing_comma_test/17: DartkCrash | |
| 18 arg_param_trailing_comma_test/171: DartkCrash | 17 arg_param_trailing_comma_test/171: DartkCrash |
| 19 arg_param_trailing_comma_test/174: DartkCrash | 18 arg_param_trailing_comma_test/174: DartkCrash |
| 19 arg_param_trailing_comma_test/17: DartkCrash | |
| 20 arg_param_trailing_comma_test/180: DartkCrash | 20 arg_param_trailing_comma_test/180: DartkCrash |
| 21 arg_param_trailing_comma_test/183: DartkCrash | 21 arg_param_trailing_comma_test/183: DartkCrash |
| 22 arg_param_trailing_comma_test/193: DartkCrash | 22 arg_param_trailing_comma_test/193: DartkCrash |
| 23 arg_param_trailing_comma_test/196: DartkCrash | |
| 24 arg_param_trailing_comma_test/202: DartkCrash | |
|
kustermann
2017/02/27 11:26:26
These were duplicates for some reason :-/
| |
| 25 arg_param_trailing_comma_test/205: DartkCrash | |
| 26 arg_param_trailing_comma_test/31: DartkCrash | |
| 27 arg_param_trailing_comma_test/34: DartkCrash | |
| 28 arg_param_trailing_comma_test/40: DartkCrash | |
| 29 arg_param_trailing_comma_test/43: DartkCrash | |
| 30 arg_param_trailing_comma_test/5: DartkCrash | |
| 31 arg_param_trailing_comma_test/53: DartkCrash | |
| 32 arg_param_trailing_comma_test/56: DartkCrash | |
| 33 arg_param_trailing_comma_test/62: DartkCrash | |
| 34 arg_param_trailing_comma_test/65: DartkCrash | |
| 35 arg_param_trailing_comma_test/79: DartkCrash | |
| 36 arg_param_trailing_comma_test/8: DartkCrash | |
| 37 arg_param_trailing_comma_test/82: DartkCrash | |
| 38 arg_param_trailing_comma_test/88: DartkCrash | |
| 39 arg_param_trailing_comma_test/91: DartkCrash | |
| 40 arg_param_trailing_comma_test/none: RuntimeError | |
| 41 assignable_expression_test/02: MissingCompileTimeError | |
| 42 assignable_expression_test/03: MissingCompileTimeError | |
| 43 assignable_expression_test/12: MissingCompileTimeError | |
| 44 assignable_expression_test/13: MissingCompileTimeError | |
| 45 assignable_expression_test/22: MissingCompileTimeError | |
| 46 assignable_expression_test/23: MissingCompileTimeError | |
| 47 assignable_expression_test/32: MissingCompileTimeError | |
| 48 assignable_expression_test/33: MissingCompileTimeError | |
| 49 assignable_expression_test/42: MissingCompileTimeError | |
| 50 assignable_expression_test/43: MissingCompileTimeError | |
| 51 assignable_expression_test/50: MissingCompileTimeError | |
| 52 async_await_catch_regression_test: RuntimeError | |
| 53 async_await_syntax_test/a01b: MissingCompileTimeError | |
| 54 async_await_syntax_test/a01c: MissingCompileTimeError | |
| 55 async_await_syntax_test/a05f: MissingCompileTimeError | |
| 56 async_await_syntax_test/a05g: MissingCompileTimeError | |
| 57 async_await_syntax_test/a05h: MissingCompileTimeError | |
| 58 async_await_syntax_test/a06b: MissingCompileTimeError | |
| 59 async_await_syntax_test/a12e: MissingCompileTimeError | |
| 60 async_await_syntax_test/a12f: MissingCompileTimeError | |
| 61 async_await_syntax_test/b00a: DartkCrash | |
| 62 async_await_syntax_test/b00b: DartkCrash | |
| 63 async_await_syntax_test/b00c: DartkCrash | |
| 64 async_await_syntax_test/b01b: MissingCompileTimeError | |
| 65 async_await_syntax_test/b01c: MissingCompileTimeError | |
| 66 async_await_syntax_test/b10b: MissingCompileTimeError | |
| 67 async_await_syntax_test/b12e: MissingCompileTimeError | |
| 68 async_await_syntax_test/b12f: MissingCompileTimeError | |
| 69 async_await_syntax_test/c01b: MissingCompileTimeError | |
| 70 async_await_syntax_test/c01c: MissingCompileTimeError | |
| 71 async_await_syntax_test/c11a: MissingCompileTimeError | |
| 72 async_await_syntax_test/c11b: MissingCompileTimeError | |
| 73 async_await_syntax_test/d01b: MissingCompileTimeError | |
| 74 async_await_syntax_test/d01c: MissingCompileTimeError | |
| 75 async_await_syntax_test/e1: MissingCompileTimeError | |
| 76 async_await_syntax_test/e2: MissingCompileTimeError | |
| 77 async_await_syntax_test/e3: MissingCompileTimeError | |
| 78 async_await_test: Crash | |
| 79 async_finally_rethrow_test: RuntimeError | |
| 80 async_return_types_test/return_value_sync_star: MissingCompileTimeError | |
| 81 async_star_cancel_and_throw_in_finally_test: RuntimeError | |
| 82 async_star_pause_test: Crash | |
| 83 async_star_test: Crash | |
| 84 async_test/constructor3: MissingCompileTimeError | |
| 85 async_test/setter1: MissingCompileTimeError | |
| 86 asyncstar_throw_in_catch_test: RuntimeError | |
| 87 await_backwards_compatibility_test/await1: MissingCompileTimeError | |
| 88 await_exceptions_test: RuntimeError | |
| 89 await_test: RuntimeError | |
| 90 bad_constructor_test/05: CompileTimeError | |
| 91 bad_initializer1_negative_test: Crash | |
| 92 black_listed_test/13: MissingCompileTimeError | |
| 93 body_less_constructor_wrong_arg_negative_test: Crash | |
| 94 built_in_identifier_illegal_test/01: MissingCompileTimeError | |
| 95 built_in_identifier_illegal_test/04: MissingCompileTimeError | |
| 96 built_in_identifier_illegal_test/05: MissingCompileTimeError | |
| 97 built_in_identifier_illegal_test/06: MissingCompileTimeError | |
| 98 built_in_identifier_illegal_test/07: MissingCompileTimeError | |
| 99 built_in_identifier_illegal_test/08: MissingCompileTimeError | |
| 100 built_in_identifier_illegal_test/10: MissingCompileTimeError | |
| 101 built_in_identifier_illegal_test/12: MissingCompileTimeError | |
| 102 built_in_identifier_illegal_test/13: MissingCompileTimeError | |
| 103 built_in_identifier_illegal_test/15: MissingCompileTimeError | |
| 104 built_in_identifier_illegal_test/16: MissingCompileTimeError | |
| 105 built_in_identifier_illegal_test/17: MissingCompileTimeError | |
| 106 built_in_identifier_illegal_test/18: MissingCompileTimeError | |
| 107 built_in_identifier_illegal_test/19: MissingCompileTimeError | |
| 108 built_in_identifier_illegal_test/20: MissingCompileTimeError | |
| 109 built_in_identifier_test/01: CompileTimeError | |
| 110 call_nonexistent_static_test/01: RuntimeError | |
| 111 call_nonexistent_static_test/04: RuntimeError | |
| 112 call_nonexistent_static_test/06: RuntimeError | |
| 113 class_cycle2_test/01: MissingCompileTimeError | |
| 114 class_cycle2_test/02: MissingCompileTimeError | |
| 115 class_cycle_test/00: MissingCompileTimeError | |
| 116 class_cycle_test/01: MissingCompileTimeError | |
| 117 compile_time_constant10_test/01: Crash | |
| 118 compile_time_constant10_test/02: Crash | |
| 119 compile_time_constant13_test/02: Crash | |
| 120 compile_time_constant13_test/03: MissingCompileTimeError | |
| 121 compile_time_constant13_test/04: Crash | |
| 122 compile_time_constant13_test/05: Crash | |
| 123 compile_time_constant_arguments_test/01: MissingCompileTimeError | |
| 124 compile_time_constant_arguments_test/02: MissingCompileTimeError | |
| 125 compile_time_constant_arguments_test/03: MissingCompileTimeError | |
| 126 compile_time_constant_arguments_test/04: MissingCompileTimeError | |
| 127 compile_time_constant_arguments_test/05: MissingCompileTimeError | |
| 128 compile_time_constant_arguments_test/06: MissingCompileTimeError | |
| 129 compile_time_constant_c_test/02: MissingCompileTimeError | |
| 130 compile_time_constant_c_test/03: MissingCompileTimeError | |
| 131 compile_time_constant_p_test/01: Crash | |
| 132 compile_time_constant_r_test/01: Crash | |
| 133 compile_time_constant_r_test/02: Crash | |
| 134 compile_time_constant_r_test/03: Crash | |
| 135 compile_time_constant_test/01: MissingCompileTimeError | |
| 136 compile_time_constant_test/02: Crash | |
| 137 conditional_import_string_test: RuntimeError | |
| 138 conditional_import_test: RuntimeError | |
| 139 conditional_method_invocation_test/11: MissingCompileTimeError | |
| 140 conditional_property_access_test/09: MissingCompileTimeError | |
| 141 conditional_property_assignment_test/20: MissingCompileTimeError | |
| 142 conditional_property_assignment_test/21: MissingCompileTimeError | |
| 143 conditional_property_assignment_test/22: MissingCompileTimeError | |
| 144 const_conditional_test/01: MissingCompileTimeError | |
| 145 const_conditional_test/02: MissingCompileTimeError | |
| 146 const_conditional_test/03: MissingCompileTimeError | |
| 147 const_conditional_test/04: MissingCompileTimeError | |
| 148 const_conditional_test/05: MissingCompileTimeError | |
| 149 const_conditional_test/06: MissingCompileTimeError | |
| 150 const_conditional_test/07: MissingCompileTimeError | |
| 151 const_conditional_test/08: MissingCompileTimeError | |
| 152 const_conditional_test/09: MissingCompileTimeError | |
| 153 const_conditional_test/10: MissingCompileTimeError | |
| 154 const_constructor_mixin2_test/01: MissingCompileTimeError | |
| 155 const_constructor_mixin3_test/01: MissingCompileTimeError | |
| 156 const_constructor_mixin_test/01: MissingCompileTimeError | |
| 157 const_constructor_nonconst_field_test/01: MissingCompileTimeError | |
| 158 const_constructor_super_test/01: MissingCompileTimeError | |
| 159 const_constructor_super_test/02: Crash | |
| 160 const_constructor_syntax_test/01: MissingCompileTimeError | |
| 161 const_constructor_syntax_test/02: MissingCompileTimeError | |
| 162 const_constructor_syntax_test/03: MissingCompileTimeError | |
| 163 const_constructor_syntax_test/04: MissingCompileTimeError | |
| 164 const_constructor_test/01: MissingCompileTimeError | |
| 165 const_error_multiply_initialized_test/01: MissingCompileTimeError | |
| 166 const_error_multiply_initialized_test/03: MissingCompileTimeError | |
| 167 const_factory_with_body_test/01: MissingCompileTimeError | |
| 168 const_instance_field_test/01: MissingCompileTimeError | |
| 169 const_map2_test/00: MissingCompileTimeError | |
| 170 const_map3_test/00: MissingCompileTimeError | |
| 171 const_optional_args_negative_test: Fail | |
| 172 const_switch2_test/01: MissingCompileTimeError | |
| 173 const_syntax_test/01: MissingCompileTimeError | |
| 174 const_syntax_test/02: MissingCompileTimeError | |
| 175 const_syntax_test/03: MissingCompileTimeError | |
| 176 const_syntax_test/04: MissingCompileTimeError | |
| 177 const_syntax_test/05: MissingCompileTimeError | |
| 178 const_syntax_test/06: MissingCompileTimeError | |
| 179 const_syntax_test/07: MissingCompileTimeError | |
| 180 const_syntax_test/10: Crash | |
| 181 const_syntax_test/11: MissingCompileTimeError | |
| 182 const_syntax_test/12: MissingCompileTimeError | |
| 183 const_types_test/09: MissingCompileTimeError | |
| 184 const_types_test/10: MissingCompileTimeError | |
| 185 const_types_test/11: MissingCompileTimeError | |
| 186 const_types_test/12: MissingCompileTimeError | |
| 187 const_types_test/16: MissingCompileTimeError | |
| 188 const_types_test/17: MissingCompileTimeError | |
| 189 const_types_test/18: MissingCompileTimeError | |
| 190 const_types_test/19: MissingCompileTimeError | |
| 191 const_types_test/20: MissingCompileTimeError | |
| 192 const_types_test/21: MissingCompileTimeError | |
| 193 const_types_test/22: MissingCompileTimeError | |
| 194 const_types_test/23: MissingCompileTimeError | |
| 195 const_types_test/24: MissingCompileTimeError | |
| 196 const_types_test/25: MissingCompileTimeError | |
| 197 const_types_test/26: MissingCompileTimeError | |
| 198 const_types_test/27: MissingCompileTimeError | |
| 199 const_types_test/28: MissingCompileTimeError | |
| 200 const_types_test/29: MissingCompileTimeError | |
| 201 const_types_test/30: MissingCompileTimeError | |
| 202 const_types_test/41: MissingCompileTimeError | |
| 203 constant_locals_test/01: MissingCompileTimeError | |
| 204 constant_locals_test/02: MissingCompileTimeError | |
| 205 constant_locals_test/03: MissingCompileTimeError | |
| 206 constant_locals_test/04: MissingCompileTimeError | |
| 207 constant_locals_test/05: MissingCompileTimeError | |
| 208 constructor10_test/00: Crash | |
| 209 constructor10_test/01: Crash | |
| 210 constructor10_test/02: Crash | |
| 211 constructor_duplicate_initializers_test/03: MissingCompileTimeError | |
| 212 constructor_redirect2_test/01: MissingCompileTimeError | |
| 213 constructor_redirect_test/01: MissingCompileTimeError | |
| 214 covariant_test/00c: RuntimeError | |
| 215 covariant_test/02: MissingCompileTimeError | |
| 216 covariant_test/08: MissingCompileTimeError | |
| 217 covariant_test/12: MissingCompileTimeError | |
| 218 covariant_test/14: MissingCompileTimeError | |
| 219 covariant_test/16: MissingCompileTimeError | |
| 220 covariant_test/19: MissingCompileTimeError | |
| 221 covariant_test/20c: RuntimeError | |
| 222 covariant_test/22: MissingCompileTimeError | |
| 223 covariant_test/28: MissingCompileTimeError | |
| 224 covariant_test/32: MissingCompileTimeError | |
| 225 covariant_test/34: MissingCompileTimeError | |
| 226 covariant_test/36: MissingCompileTimeError | |
| 227 covariant_test/39: MissingCompileTimeError | |
| 228 covariant_test/40: RuntimeError | |
| 229 covariant_test/40b: RuntimeError | |
| 230 covariant_test/40c: RuntimeError | |
| 231 covariant_test/42: RuntimeError | |
| 232 covariant_test/46: MissingCompileTimeError | |
| 233 covariant_test/46b: MissingCompileTimeError | |
| 234 covariant_test/48: RuntimeError | |
| 235 covariant_test/52: RuntimeError | |
| 236 covariant_test/54: RuntimeError | |
| 237 covariant_test/56: RuntimeError | |
| 238 covariant_test/59: MissingCompileTimeError | |
| 239 covariant_test/none: RuntimeError | |
| 240 custom_await_stack_trace_test: RuntimeError | |
| 241 cyclic_class_member_test/01: MissingCompileTimeError | |
| 242 cyclic_constructor_test/01: MissingCompileTimeError | |
| 243 cyclic_typedef_test/01: MissingCompileTimeError | |
| 244 cyclic_typedef_test/02: MissingCompileTimeError | |
| 245 cyclic_typedef_test/03: MissingCompileTimeError | |
| 246 cyclic_typedef_test/04: MissingCompileTimeError | |
| 247 cyclic_typedef_test/05: MissingCompileTimeError | |
| 248 cyclic_typedef_test/06: MissingCompileTimeError | |
| 249 cyclic_typedef_test/07: MissingCompileTimeError | |
| 250 cyclic_typedef_test/08: MissingCompileTimeError | |
| 251 cyclic_typedef_test/09: MissingCompileTimeError | |
| 252 cyclic_typedef_test/10: MissingCompileTimeError | |
| 253 cyclic_typedef_test/11: MissingCompileTimeError | |
| 254 deferred_duplicate_prefix1_test/01: MissingCompileTimeError | |
| 255 deferred_duplicate_prefix2_test/01: MissingCompileTimeError | |
| 256 deferred_duplicate_prefix3_test/01: MissingCompileTimeError | |
| 257 deferred_inheritance_constraints_test/extends: MissingCompileTimeError | |
| 258 deferred_inheritance_constraints_test/implements: MissingCompileTimeError | |
| 259 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError | |
| 260 deferred_load_constants_test/01: MissingCompileTimeError | |
| 261 deferred_load_constants_test/02: MissingCompileTimeError | |
| 262 deferred_load_constants_test/03: MissingCompileTimeError | |
| 263 deferred_load_constants_test/04: MissingCompileTimeError | |
| 264 deferred_load_constants_test/05: MissingCompileTimeError | |
| 265 deferred_no_prefix_test/01: MissingCompileTimeError | |
| 266 duplicate_export_negative_test: DartkCrash | |
| 267 dynamic2_test/00: MissingCompileTimeError | |
| 268 dynamic2_test/01: MissingCompileTimeError | |
| 269 dynamic_prefix_core_test/01: RuntimeError | |
| 270 enum_private_test/02: RuntimeError | |
| 271 enum_syntax_test/11: DartkCrash | |
| 272 enum_syntax_test/20: Crash | |
| 273 enum_syntax_test/21: MissingCompileTimeError | |
| 274 enum_syntax_test/22: Crash | |
| 275 enum_syntax_test/30: MissingCompileTimeError | |
| 276 export_ambiguous_main_negative_test: Crash | |
| 277 export_double_same_main_test: Crash | |
| 278 export_main_test: Crash | |
| 279 export_private_test/01: MissingCompileTimeError | |
| 280 extend_type_parameter2_negative_test: DartkCrash | |
| 281 extend_type_parameter_negative_test: DartkCrash | |
| 282 external_test/11: MissingCompileTimeError | |
| 283 external_test/12: MissingCompileTimeError | |
| 284 external_test/22: MissingCompileTimeError | |
| 285 external_test/23: MissingCompileTimeError | |
| 286 external_test/30: MissingCompileTimeError | |
| 287 external_test/31: MissingCompileTimeError | |
| 288 factory2_negative_test: DartkCrash | |
| 289 factory_negative_test: DartkCrash | |
| 290 factory_redirection_test/07: MissingCompileTimeError | |
| 291 field_decl_missing_var_type_test/01: MissingCompileTimeError | |
| 292 final_initializer_instance_reference_test/01: MissingCompileTimeError | |
| 293 final_is_not_const_test/01: MissingCompileTimeError | |
| 294 final_super_field_set_test/01: RuntimeError | |
| 295 first_class_types_literals_test/08: RuntimeError | |
| 296 function_subtype0_test: RuntimeError | |
| 297 function_subtype1_test: RuntimeError | |
| 298 function_syntax_test/00: MissingCompileTimeError | |
| 299 function_syntax_test/01: MissingCompileTimeError | |
| 300 function_syntax_test/22: MissingCompileTimeError | |
| 301 function_syntax_test/64: MissingCompileTimeError | |
| 302 function_syntax_test/67: MissingCompileTimeError | |
| 303 function_syntax_test/68: MissingCompileTimeError | |
| 304 function_syntax_test/69: MissingCompileTimeError | |
| 305 function_syntax_test/71: MissingCompileTimeError | |
| 306 function_syntax_test/73: MissingCompileTimeError | |
| 307 function_syntax_test/74: MissingCompileTimeError | |
| 308 function_type_alias5_test/00: MissingCompileTimeError | |
| 309 function_type_alias5_test/01: MissingCompileTimeError | |
| 310 function_type_alias5_test/02: MissingCompileTimeError | |
| 311 function_type_alias6_test/00: MissingCompileTimeError | |
| 312 function_type_alias7_test/00: MissingCompileTimeError | |
| 313 function_type_alias7_test/01: DartkCrash | |
| 314 function_type_alias7_test/02: MissingCompileTimeError | |
| 315 function_type_alias9_test/00: MissingCompileTimeError | |
| 316 function_type_parameter2_negative_test: Crash | |
| 317 function_type_parameter_negative_test: Crash | |
| 318 generic_constructor_mixin3_test: Crash | |
| 319 generic_field_mixin2_test: RuntimeError | |
| 320 generic_field_mixin3_test: RuntimeError | |
| 321 generic_field_mixin5_test: RuntimeError | |
| 322 generic_field_mixin_test: RuntimeError | |
| 323 generic_local_functions_test: DartkCrash | |
| 324 generic_metadata_test/02: MissingCompileTimeError | |
| 325 generic_metadata_test/03: MissingCompileTimeError | |
| 326 generic_methods_generic_function_parameter_test: DartkCrash | |
| 327 getter_parameters_test/01: MissingCompileTimeError | |
| 328 getter_parameters_test/03: MissingCompileTimeError | |
| 329 getter_parameters_test/04: MissingCompileTimeError | |
| 330 hidden_import_test/01: DartkCrash | |
| 331 hidden_import_test/02: DartkCrash | |
| 332 hidden_import_test/none: DartkCrash | |
| 333 if_null_assignment_behavior_test/09: RuntimeError | |
| 334 if_null_assignment_behavior_test/10: RuntimeError | |
| 335 if_null_assignment_behavior_test/15: RuntimeError | |
| 336 implicit_scope_test: Crash | |
| 337 import_combinators_test: RuntimeError | |
| 338 import_private_test/01: DartkCrash | |
| 339 initializing_formal_capture_test: RuntimeError | |
| 340 inst_field_initializer1_negative_test: Fail | |
| 341 instanceof3_test: RuntimeError | |
| 342 interface2_negative_test: Fail | |
| 343 interface_cycle_test/01: MissingCompileTimeError | |
| 344 interface_cycle_test/02: MissingCompileTimeError | |
| 345 invocation_mirror_test: RuntimeError | |
| 346 is_malformed_type_test/94: RuntimeError | |
| 347 is_malformed_type_test/95: RuntimeError | |
| 348 is_malformed_type_test/96: RuntimeError | |
| 349 is_malformed_type_test/97: RuntimeError | |
| 350 is_malformed_type_test/98: RuntimeError | |
| 351 is_malformed_type_test/99: RuntimeError | |
| 352 is_not_class4_negative_test: Fail | |
| 353 isnot_malformed_type_test: RuntimeError | |
| 354 label6_negative_test: DartkCrash | |
| 355 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | |
| 356 library_ambiguous_test/00: MissingRuntimeError | |
| 357 library_ambiguous_test/04: MissingRuntimeError | |
| 358 library_ambiguous_test/05: MissingCompileTimeError | |
| 359 list_literal2_negative_test: Fail | |
| 360 list_literal_negative_test: DartkCrash | |
| 361 malformed2_test/00: RuntimeError | |
| 362 malformed_inheritance_test/01: MissingCompileTimeError | |
| 363 malformed_inheritance_test/03: Crash | |
| 364 malformed_inheritance_test/05: MissingCompileTimeError | |
| 365 malformed_inheritance_test/07: DartkCrash | |
| 366 malformed_inheritance_test/08: DartkCrash | |
| 367 malformed_inheritance_test/09: MissingCompileTimeError | |
| 368 malformed_inheritance_test/10: MissingCompileTimeError | |
| 369 malformed_inheritance_test/11: DartkCrash | |
| 370 malformed_inheritance_test/12: DartkCrash | |
| 371 map_literal2_negative_test: Fail | |
| 372 map_literal_negative_test: DartkCrash | |
| 373 method_name_test: CompileTimeError | |
| 374 missing_const_constructor_test/02: MissingCompileTimeError | |
| 375 missing_const_constructor_test/03: MissingCompileTimeError | |
| 376 missing_const_constructor_test/04: Crash | |
| 377 missing_const_constructor_test/05: MissingCompileTimeError | |
| 378 missing_const_constructor_test/06: MissingCompileTimeError | |
| 379 missing_part_of_tag_test/01: MissingCompileTimeError | |
| 380 mixin_black_listed_test/08: DartkCrash | |
| 381 mixin_cyclic_test/01: MissingCompileTimeError | |
| 382 mixin_cyclic_test/02: MissingCompileTimeError | |
| 383 mixin_forwarding_constructor4_test/01: MissingCompileTimeError | |
| 384 mixin_forwarding_constructor4_test/02: MissingCompileTimeError | |
| 385 mixin_forwarding_constructor4_test/03: MissingCompileTimeError | |
| 386 mixin_illegal_constructor_test/01: MissingCompileTimeError | |
| 387 mixin_illegal_constructor_test/02: MissingCompileTimeError | |
| 388 mixin_illegal_constructor_test/03: MissingCompileTimeError | |
| 389 mixin_illegal_constructor_test/04: MissingCompileTimeError | |
| 390 mixin_illegal_constructor_test/05: MissingCompileTimeError | |
| 391 mixin_illegal_constructor_test/06: MissingCompileTimeError | |
| 392 mixin_illegal_constructor_test/07: MissingCompileTimeError | |
| 393 mixin_illegal_constructor_test/08: MissingCompileTimeError | |
| 394 mixin_illegal_constructor_test/09: MissingCompileTimeError | |
| 395 mixin_illegal_constructor_test/10: MissingCompileTimeError | |
| 396 mixin_illegal_constructor_test/11: MissingCompileTimeError | |
| 397 mixin_illegal_constructor_test/12: MissingCompileTimeError | |
| 398 mixin_illegal_cycles_test/01: MissingCompileTimeError | |
| 399 mixin_illegal_cycles_test/02: MissingCompileTimeError | |
| 400 mixin_illegal_cycles_test/03: MissingCompileTimeError | |
| 401 mixin_illegal_cycles_test/04: MissingCompileTimeError | |
| 402 mixin_illegal_cycles_test/05: MissingCompileTimeError | |
| 403 mixin_illegal_cycles_test/06: MissingCompileTimeError | |
| 404 mixin_illegal_object_test/01: MissingCompileTimeError | |
| 405 mixin_illegal_object_test/02: MissingCompileTimeError | |
| 406 mixin_invalid_inheritance1_test/01: Crash | |
| 407 mixin_invalid_inheritance1_test/02: Crash | |
| 408 mixin_invalid_inheritance1_test/03: Crash | |
| 409 mixin_invalid_inheritance2_test/01: MissingCompileTimeError | |
| 410 mixin_invalid_inheritance2_test/02: MissingCompileTimeError | |
| 411 mixin_invalid_inheritance2_test/03: DartkCrash | |
| 412 mixin_issue10216_2_test: RuntimeError | |
| 413 mixin_mixin2_test: RuntimeError | |
| 414 mixin_mixin3_test: RuntimeError | |
| 415 mixin_mixin4_test: RuntimeError | |
| 416 mixin_mixin5_test: RuntimeError | |
| 417 mixin_mixin6_test: RuntimeError | |
| 418 mixin_mixin7_test: RuntimeError | |
| 419 mixin_mixin_bound2_test: RuntimeError | |
| 420 mixin_mixin_bound_test: RuntimeError | |
| 421 mixin_mixin_test: RuntimeError | |
| 422 mixin_of_mixin_test/03: RuntimeError | |
| 423 mixin_of_mixin_test/14: RuntimeError | |
| 424 mixin_super_constructor_named_test/01: MissingCompileTimeError | |
| 425 mixin_super_constructor_positionals_test/01: MissingCompileTimeError | |
| 426 mixin_super_test: RuntimeError | |
| 427 mixin_type_parameters_errors_test/01: DartkCrash | |
| 428 mixin_type_parameters_errors_test/02: DartkCrash | |
| 429 mixin_type_parameters_errors_test/05: DartkCrash | |
| 430 multiline_newline_test/01: RuntimeError | |
| 431 multiline_newline_test/02: RuntimeError | |
| 432 multiline_newline_test/03: RuntimeError | |
| 433 named_constructor_test/01: MissingRuntimeError | |
| 434 named_constructor_test/02: DartkCrash | |
| 435 named_constructor_test/04: DartkCrash | |
| 436 named_constructor_test/05: DartkCrash | |
| 437 named_constructor_test/06: DartkCrash | |
| 438 named_constructor_test/07: DartkCrash | |
| 439 named_constructor_test/08: DartkCrash | |
| 440 named_constructor_test/09: DartkCrash | |
| 441 named_constructor_test/10: DartkCrash | |
| 442 named_parameters_aggregated_test/01: MissingCompileTimeError | |
| 443 named_parameters_aggregated_test/03: MissingCompileTimeError | |
| 444 named_parameters_aggregated_test/04: MissingCompileTimeError | |
| 445 named_parameters_default_eq_test/01: MissingCompileTimeError | |
| 446 named_parameters_default_eq_test/02: MissingCompileTimeError | |
| 447 new_expression1_negative_test: DartkCrash | |
| 448 no_main_test/01: Crash | |
| 449 null_bottom_test/03: DartkCrash | |
| 450 null_bottom_test/none: DartkCrash | |
| 451 number_identifier_test/02: MissingCompileTimeError | |
| 452 number_identifier_test/04: MissingCompileTimeError | |
| 453 on_catch_malformed_type_test: RuntimeError | |
| 454 parameter_initializer1_negative_test: DartkCrash | |
| 455 parameter_initializer2_negative_test: DartkCrash | |
| 456 parameter_initializer3_negative_test: DartkCrash | |
| 457 parameter_initializer4_negative_test: DartkCrash | |
| 458 parameter_initializer6_negative_test: Fail | |
| 459 part2_test: RuntimeError | |
| 460 prefix13_negative_test: Fail | |
| 461 prefix15_negative_test: Fail | |
| 462 private_access_test/05: RuntimeError | |
| 463 private_access_test/06: RuntimeError | |
| 464 private_super_constructor_test/01: MissingCompileTimeError | |
| 465 redirecting_factory_default_values_test/01: MissingCompileTimeError | |
| 466 redirecting_factory_default_values_test/02: MissingCompileTimeError | |
| 467 redirecting_factory_infinite_steps_test/02: Crash | |
| 468 redirecting_factory_long_test: RuntimeError | |
| 469 regress_13494_test: RuntimeError | |
| 470 regress_20394_test/01: MissingCompileTimeError | |
| 471 regress_22438_test: RuntimeError | |
| 472 regress_22445_test: RuntimeError | |
| 473 regress_22579_test: RuntimeError | |
| 474 regress_23498_test: RuntimeError | |
| 475 regress_23500_test/01: RuntimeError | |
| 476 regress_23500_test/02: RuntimeError | |
| 477 regress_23500_test/none: RuntimeError | |
| 478 regress_26855_test/0: DartkCrash | |
| 479 regress_27957_test: RuntimeError | |
| 480 reify_typevar_static_test/00: MissingCompileTimeError | |
| 481 scope_variable_test/01: MissingCompileTimeError | |
| 482 setter0_test: RuntimeError | |
| 483 setter4_test: CompileTimeError | |
| 484 setter_override_test/01: RuntimeError | |
| 485 setter_override_test/02: RuntimeError | |
| 486 setter_override_test/none: RuntimeError | |
| 487 source_self_negative_test: DartkCrash | |
| 488 static_final_field2_test/02: MissingCompileTimeError | |
| 489 static_parameter_test/01: MissingCompileTimeError | |
| 490 static_parameter_test/02: MissingCompileTimeError | |
| 491 static_parameter_test/03: MissingCompileTimeError | |
| 492 static_parameter_test/04: MissingCompileTimeError | |
| 493 static_parameter_test/05: MissingCompileTimeError | |
| 494 static_parameter_test/06: MissingCompileTimeError | |
| 495 static_parameter_test/07: MissingCompileTimeError | |
| 496 static_parameter_test/08: MissingCompileTimeError | |
| 497 static_parameter_test/09: MissingCompileTimeError | |
| 498 static_parameter_test/10: MissingCompileTimeError | |
| 499 static_parameter_test/11: MissingCompileTimeError | |
| 500 static_parameter_test/12: MissingCompileTimeError | |
| 501 super_call3_test/02: Crash | |
| 502 super_conditional_operator_test/01: MissingCompileTimeError | |
| 503 super_conditional_operator_test/02: MissingCompileTimeError | |
| 504 super_conditional_operator_test/03: MissingCompileTimeError | |
| 505 super_conditional_operator_test/04: MissingCompileTimeError | |
| 506 super_conditional_operator_test/05: MissingCompileTimeError | |
| 507 super_conditional_operator_test/06: MissingCompileTimeError | |
| 508 super_conditional_operator_test/07: MissingCompileTimeError | |
| 509 super_conditional_operator_test/08: MissingCompileTimeError | |
| 510 super_conditional_operator_test/09: MissingCompileTimeError | |
| 511 super_conditional_operator_test/10: MissingCompileTimeError | |
| 512 super_conditional_operator_test/11: MissingCompileTimeError | |
| 513 super_conditional_operator_test/12: MissingCompileTimeError | |
| 514 super_conditional_operator_test/13: MissingCompileTimeError | |
| 515 super_conditional_operator_test/14: MissingCompileTimeError | |
| 516 super_conditional_operator_test/15: MissingCompileTimeError | |
| 517 super_conditional_operator_test/16: MissingCompileTimeError | |
| 518 super_conditional_operator_test/17: MissingCompileTimeError | |
| 519 super_conditional_operator_test/18: MissingCompileTimeError | |
| 520 super_no_such_method1_test/01: RuntimeError | |
| 521 super_no_such_method2_test/01: RuntimeError | |
| 522 super_no_such_method3_test/01: RuntimeError | |
| 523 super_no_such_method4_test/01: RuntimeError | |
| 524 super_no_such_method5_test/01: RuntimeError | |
| 525 switch1_negative_test: Fail | |
| 526 switch4_negative_test: DartkCrash | |
| 527 switch_bad_case_test/01: MissingCompileTimeError | |
| 528 switch_bad_case_test/02: MissingCompileTimeError | |
| 529 switch_case_test/00: MissingCompileTimeError | |
| 530 switch_case_test/01: MissingCompileTimeError | |
| 531 switch_case_test/02: MissingCompileTimeError | |
| 532 switch_label_test: DartkCrash | |
| 533 sync_generator2_test/01: MissingCompileTimeError | |
| 534 sync_generator2_test/02: MissingCompileTimeError | |
| 535 sync_generator2_test/03: MissingCompileTimeError | |
| 536 sync_generator2_test/04: MissingCompileTimeError | |
| 537 sync_generator2_test/05: MissingCompileTimeError | |
| 538 sync_generator2_test/06: MissingCompileTimeError | |
| 539 sync_generator2_test/09: Crash | |
| 540 sync_generator2_test/11: MissingCompileTimeError | |
| 541 sync_generator2_test/20: MissingCompileTimeError | |
| 542 sync_generator2_test/30: MissingCompileTimeError | |
| 543 sync_generator2_test/40: MissingCompileTimeError | |
| 544 sync_generator2_test/41: MissingCompileTimeError | |
| 545 sync_generator2_test/51: MissingCompileTimeError | |
| 546 sync_generator2_test/52: MissingCompileTimeError | |
| 547 syntax_test/02: MissingCompileTimeError | |
| 548 syntax_test/03: MissingCompileTimeError | |
| 549 syntax_test/27: MissingCompileTimeError | |
| 550 syntax_test/50: MissingCompileTimeError | |
| 551 syntax_test/51: MissingCompileTimeError | |
| 552 syntax_test/64: MissingCompileTimeError | |
| 553 syntax_test/65: MissingCompileTimeError | |
| 554 this_conditional_operator_test/01: MissingCompileTimeError | |
| 555 toplevel_collision1_test/00: DartkCrash | |
| 556 toplevel_collision1_test/01: DartkCrash | |
| 557 toplevel_collision1_test/02: DartkCrash | |
| 558 try_catch2_test: DartkCrash | |
| 559 try_catch3_test: DartkCrash | |
| 560 try_catch_syntax_test/01: MissingCompileTimeError | |
| 561 try_catch_syntax_test/07: MissingCompileTimeError | |
| 562 try_catch_syntax_test/09: MissingCompileTimeError | |
| 563 try_catch_syntax_test/10: MissingCompileTimeError | |
| 564 try_catch_syntax_test/11: MissingCompileTimeError | |
| 565 try_catch_syntax_test/12: MissingCompileTimeError | |
| 566 try_catch_syntax_test/16: Crash | |
| 567 try_catch_syntax_test/17: Crash | |
| 568 type_variable_conflict2_test/01: RuntimeError | |
| 569 type_variable_conflict_test/01: MissingCompileTimeError | |
| 570 type_variable_conflict_test/02: MissingCompileTimeError | |
| 571 type_variable_conflict_test/03: MissingCompileTimeError | |
| 572 type_variable_conflict_test/04: MissingCompileTimeError | |
| 573 type_variable_conflict_test/05: MissingCompileTimeError | |
| 574 type_variable_conflict_test/06: MissingCompileTimeError | |
| 575 type_variable_scope3_test/00: MissingCompileTimeError | |
| 576 vm/closure_memory_retention_test: Crash, Timeout | |
| 577 abstract_beats_arguments_test: RuntimeError | |
| 578 abstract_runtime_error_test/01: RuntimeError | |
| 579 abstract_runtime_error_test/02: RuntimeError | |
| 580 application_negative_test: Crash | |
| 581 arg_param_trailing_comma_test/107: MissingCompileTimeError | |
| 582 arg_param_trailing_comma_test/112: DartkCrash | |
| 583 arg_param_trailing_comma_test/115: DartkCrash | |
| 584 arg_param_trailing_comma_test/121: DartkCrash | |
| 585 arg_param_trailing_comma_test/124: DartkCrash | |
| 586 arg_param_trailing_comma_test/14: DartkCrash | |
| 587 arg_param_trailing_comma_test/17: DartkCrash | |
| 588 arg_param_trailing_comma_test/171: DartkCrash | |
| 589 arg_param_trailing_comma_test/174: DartkCrash | |
| 590 arg_param_trailing_comma_test/180: DartkCrash | |
| 591 arg_param_trailing_comma_test/183: DartkCrash | |
| 592 arg_param_trailing_comma_test/193: DartkCrash | |
| 593 arg_param_trailing_comma_test/196: DartkCrash | 23 arg_param_trailing_comma_test/196: DartkCrash |
| 594 arg_param_trailing_comma_test/202: DartkCrash | 24 arg_param_trailing_comma_test/202: DartkCrash |
| 595 arg_param_trailing_comma_test/205: DartkCrash | 25 arg_param_trailing_comma_test/205: DartkCrash |
| 596 arg_param_trailing_comma_test/31: DartkCrash | 26 arg_param_trailing_comma_test/31: DartkCrash |
| 597 arg_param_trailing_comma_test/34: DartkCrash | 27 arg_param_trailing_comma_test/34: DartkCrash |
| 598 arg_param_trailing_comma_test/40: DartkCrash | 28 arg_param_trailing_comma_test/40: DartkCrash |
| 599 arg_param_trailing_comma_test/43: DartkCrash | 29 arg_param_trailing_comma_test/43: DartkCrash |
| 600 arg_param_trailing_comma_test/5: DartkCrash | |
| 601 arg_param_trailing_comma_test/53: DartkCrash | 30 arg_param_trailing_comma_test/53: DartkCrash |
| 602 arg_param_trailing_comma_test/56: DartkCrash | 31 arg_param_trailing_comma_test/56: DartkCrash |
| 32 arg_param_trailing_comma_test/5: DartkCrash | |
|
kustermann
2017/02/27 11:26:26
My shell sort command has unfortunately a differen
| |
| 603 arg_param_trailing_comma_test/62: DartkCrash | 33 arg_param_trailing_comma_test/62: DartkCrash |
| 604 arg_param_trailing_comma_test/65: DartkCrash | 34 arg_param_trailing_comma_test/65: DartkCrash |
| 605 arg_param_trailing_comma_test/79: DartkCrash | 35 arg_param_trailing_comma_test/79: DartkCrash |
| 606 arg_param_trailing_comma_test/8: DartkCrash | |
| 607 arg_param_trailing_comma_test/82: DartkCrash | 36 arg_param_trailing_comma_test/82: DartkCrash |
| 608 arg_param_trailing_comma_test/88: DartkCrash | 37 arg_param_trailing_comma_test/88: DartkCrash |
| 38 arg_param_trailing_comma_test/8: DartkCrash | |
| 609 arg_param_trailing_comma_test/91: DartkCrash | 39 arg_param_trailing_comma_test/91: DartkCrash |
| 610 arg_param_trailing_comma_test/none: RuntimeError | 40 arg_param_trailing_comma_test/none: RuntimeError |
| 611 assignable_expression_test/02: MissingCompileTimeError | 41 assignable_expression_test/02: MissingCompileTimeError |
| 612 assignable_expression_test/03: MissingCompileTimeError | 42 assignable_expression_test/03: MissingCompileTimeError |
| 613 assignable_expression_test/12: MissingCompileTimeError | 43 assignable_expression_test/12: MissingCompileTimeError |
| 614 assignable_expression_test/13: MissingCompileTimeError | 44 assignable_expression_test/13: MissingCompileTimeError |
| 615 assignable_expression_test/22: MissingCompileTimeError | 45 assignable_expression_test/22: MissingCompileTimeError |
| 616 assignable_expression_test/23: MissingCompileTimeError | 46 assignable_expression_test/23: MissingCompileTimeError |
| 617 assignable_expression_test/32: MissingCompileTimeError | 47 assignable_expression_test/32: MissingCompileTimeError |
| 618 assignable_expression_test/33: MissingCompileTimeError | 48 assignable_expression_test/33: MissingCompileTimeError |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 877 function_syntax_test/00: MissingCompileTimeError | 307 function_syntax_test/00: MissingCompileTimeError |
| 878 function_syntax_test/01: MissingCompileTimeError | 308 function_syntax_test/01: MissingCompileTimeError |
| 879 function_syntax_test/22: MissingCompileTimeError | 309 function_syntax_test/22: MissingCompileTimeError |
| 880 function_syntax_test/64: MissingCompileTimeError | 310 function_syntax_test/64: MissingCompileTimeError |
| 881 function_syntax_test/67: MissingCompileTimeError | 311 function_syntax_test/67: MissingCompileTimeError |
| 882 function_syntax_test/68: MissingCompileTimeError | 312 function_syntax_test/68: MissingCompileTimeError |
| 883 function_syntax_test/69: MissingCompileTimeError | 313 function_syntax_test/69: MissingCompileTimeError |
| 884 function_syntax_test/71: MissingCompileTimeError | 314 function_syntax_test/71: MissingCompileTimeError |
| 885 function_syntax_test/73: MissingCompileTimeError | 315 function_syntax_test/73: MissingCompileTimeError |
| 886 function_syntax_test/74: MissingCompileTimeError | 316 function_syntax_test/74: MissingCompileTimeError |
| 317 function_type/function_type*: DartkCrash # Issue 27969 | |
| 887 function_type_alias5_test/00: MissingCompileTimeError | 318 function_type_alias5_test/00: MissingCompileTimeError |
| 888 function_type_alias5_test/01: MissingCompileTimeError | 319 function_type_alias5_test/01: MissingCompileTimeError |
| 889 function_type_alias5_test/02: MissingCompileTimeError | 320 function_type_alias5_test/02: MissingCompileTimeError |
| 890 function_type_alias6_test/00: MissingCompileTimeError | 321 function_type_alias6_test/00: MissingCompileTimeError |
| 891 function_type_alias7_test/00: MissingCompileTimeError | 322 function_type_alias7_test/00: MissingCompileTimeError |
| 892 function_type_alias7_test/01: DartkCrash | 323 function_type_alias7_test/01: DartkCrash |
| 893 function_type_alias7_test/02: MissingCompileTimeError | 324 function_type_alias7_test/02: MissingCompileTimeError |
| 894 function_type_alias9_test/00: MissingCompileTimeError | 325 function_type_alias9_test/00: MissingCompileTimeError |
| 895 function_type_parameter2_negative_test: Crash | 326 function_type_parameter2_negative_test: Crash |
| 896 function_type_parameter_negative_test: Crash | 327 function_type_parameter_negative_test: Crash |
| 897 generic_constructor_mixin3_test: Crash | 328 generic_constructor_mixin3_test: Crash |
| 898 generic_field_mixin2_test: RuntimeError | 329 generic_field_mixin2_test: RuntimeError |
| 899 generic_field_mixin3_test: RuntimeError | 330 generic_field_mixin3_test: RuntimeError |
| 900 generic_field_mixin5_test: RuntimeError | 331 generic_field_mixin5_test: RuntimeError |
| 901 generic_field_mixin_test: RuntimeError | 332 generic_field_mixin_test: RuntimeError |
| 333 generic_function_typedef2_test: DartkCrash # Issue 27969 | |
| 334 generic_function_typedef_test: DartkCrash # Issue 27969 | |
| 902 generic_local_functions_test: DartkCrash | 335 generic_local_functions_test: DartkCrash |
| 903 generic_metadata_test/02: MissingCompileTimeError | 336 generic_metadata_test/02: MissingCompileTimeError |
| 904 generic_metadata_test/03: MissingCompileTimeError | 337 generic_metadata_test/03: MissingCompileTimeError |
| 905 generic_methods_generic_function_parameter_test: DartkCrash | 338 generic_methods_generic_function_parameter_test: DartkCrash |
| 906 getter_parameters_test/01: MissingCompileTimeError | 339 getter_parameters_test/01: MissingCompileTimeError |
| 907 getter_parameters_test/03: MissingCompileTimeError | 340 getter_parameters_test/03: MissingCompileTimeError |
| 908 getter_parameters_test/04: MissingCompileTimeError | 341 getter_parameters_test/04: MissingCompileTimeError |
| 909 hidden_import_test/01: DartkCrash | 342 hidden_import_test/01: DartkCrash |
| 910 hidden_import_test/02: DartkCrash | 343 hidden_import_test/02: DartkCrash |
| 911 hidden_import_test/none: DartkCrash | 344 hidden_import_test/none: DartkCrash |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 924 invocation_mirror_test: RuntimeError | 357 invocation_mirror_test: RuntimeError |
| 925 is_malformed_type_test/94: RuntimeError | 358 is_malformed_type_test/94: RuntimeError |
| 926 is_malformed_type_test/95: RuntimeError | 359 is_malformed_type_test/95: RuntimeError |
| 927 is_malformed_type_test/96: RuntimeError | 360 is_malformed_type_test/96: RuntimeError |
| 928 is_malformed_type_test/97: RuntimeError | 361 is_malformed_type_test/97: RuntimeError |
| 929 is_malformed_type_test/98: RuntimeError | 362 is_malformed_type_test/98: RuntimeError |
| 930 is_malformed_type_test/99: RuntimeError | 363 is_malformed_type_test/99: RuntimeError |
| 931 is_not_class4_negative_test: Fail | 364 is_not_class4_negative_test: Fail |
| 932 isnot_malformed_type_test: RuntimeError | 365 isnot_malformed_type_test: RuntimeError |
| 933 label6_negative_test: DartkCrash | 366 label6_negative_test: DartkCrash |
| 367 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | |
| 934 library_ambiguous_test/00: MissingRuntimeError | 368 library_ambiguous_test/00: MissingRuntimeError |
| 935 library_ambiguous_test/04: MissingRuntimeError | 369 library_ambiguous_test/04: MissingRuntimeError |
| 936 library_ambiguous_test/05: MissingCompileTimeError | 370 library_ambiguous_test/05: MissingCompileTimeError |
| 937 list_literal2_negative_test: Fail | 371 list_literal2_negative_test: Fail |
| 938 list_literal_negative_test: DartkCrash | 372 list_literal_negative_test: DartkCrash |
| 939 malformed2_test/00: RuntimeError | 373 malformed2_test/00: RuntimeError |
| 940 malformed_inheritance_test/01: MissingCompileTimeError | 374 malformed_inheritance_test/01: MissingCompileTimeError |
| 941 malformed_inheritance_test/03: Crash | 375 malformed_inheritance_test/03: Crash |
| 942 malformed_inheritance_test/05: MissingCompileTimeError | 376 malformed_inheritance_test/05: MissingCompileTimeError |
| 943 malformed_inheritance_test/07: DartkCrash | 377 malformed_inheritance_test/07: DartkCrash |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1054 regress_22438_test: RuntimeError | 488 regress_22438_test: RuntimeError |
| 1055 regress_22445_test: RuntimeError | 489 regress_22445_test: RuntimeError |
| 1056 regress_22579_test: RuntimeError | 490 regress_22579_test: RuntimeError |
| 1057 regress_23498_test: RuntimeError | 491 regress_23498_test: RuntimeError |
| 1058 regress_23500_test/01: RuntimeError | 492 regress_23500_test/01: RuntimeError |
| 1059 regress_23500_test/02: RuntimeError | 493 regress_23500_test/02: RuntimeError |
| 1060 regress_23500_test/none: RuntimeError | 494 regress_23500_test/none: RuntimeError |
| 1061 regress_26855_test/0: DartkCrash | 495 regress_26855_test/0: DartkCrash |
| 1062 regress_27617_test/1: MissingCompileTimeError | 496 regress_27617_test/1: MissingCompileTimeError |
| 1063 regress_27957_test: RuntimeError | 497 regress_27957_test: RuntimeError |
| 498 regress_28217_test/01: MissingCompileTimeError | |
| 499 regress_28217_test/none: MissingCompileTimeError | |
|
kustermann
2017/02/27 11:26:26
These 2 lines are new.
| |
| 1064 reify_typevar_static_test/00: MissingCompileTimeError | 500 reify_typevar_static_test/00: MissingCompileTimeError |
| 1065 scope_variable_test/01: MissingCompileTimeError | 501 scope_variable_test/01: MissingCompileTimeError |
| 1066 setter0_test: RuntimeError | 502 setter0_test: RuntimeError |
| 1067 setter4_test: CompileTimeError | 503 setter4_test: CompileTimeError |
| 1068 setter_override_test/01: RuntimeError | 504 setter_override_test/01: RuntimeError |
| 1069 setter_override_test/02: RuntimeError | 505 setter_override_test/02: RuntimeError |
| 1070 setter_override_test/none: RuntimeError | 506 setter_override_test/none: RuntimeError |
| 1071 source_self_negative_test: DartkCrash | 507 source_self_negative_test: DartkCrash |
| 1072 static_final_field2_test/02: MissingCompileTimeError | 508 static_final_field2_test/02: MissingCompileTimeError |
| 1073 static_parameter_test/01: MissingCompileTimeError | 509 static_parameter_test/01: MissingCompileTimeError |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1150 try_catch_syntax_test/16: Crash | 586 try_catch_syntax_test/16: Crash |
| 1151 try_catch_syntax_test/17: Crash | 587 try_catch_syntax_test/17: Crash |
| 1152 type_variable_conflict2_test/01: RuntimeError | 588 type_variable_conflict2_test/01: RuntimeError |
| 1153 type_variable_conflict_test/01: MissingCompileTimeError | 589 type_variable_conflict_test/01: MissingCompileTimeError |
| 1154 type_variable_conflict_test/02: MissingCompileTimeError | 590 type_variable_conflict_test/02: MissingCompileTimeError |
| 1155 type_variable_conflict_test/03: MissingCompileTimeError | 591 type_variable_conflict_test/03: MissingCompileTimeError |
| 1156 type_variable_conflict_test/04: MissingCompileTimeError | 592 type_variable_conflict_test/04: MissingCompileTimeError |
| 1157 type_variable_conflict_test/05: MissingCompileTimeError | 593 type_variable_conflict_test/05: MissingCompileTimeError |
| 1158 type_variable_conflict_test/06: MissingCompileTimeError | 594 type_variable_conflict_test/06: MissingCompileTimeError |
| 1159 type_variable_scope3_test/00: MissingCompileTimeError | 595 type_variable_scope3_test/00: MissingCompileTimeError |
| 596 vm/closure_memory_retention_test: Crash, Timeout | |
| 1160 vm/debug_break_enabled_vm_test/01: CompileTimeError | 597 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 1161 vm/debug_break_enabled_vm_test/none: CompileTimeError | 598 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 1162 vm/regress_27201_test: CompileTimeError | 599 vm/regress_27201_test: CompileTimeError |
| 1163 vm/regress_28325_test: RuntimeError | 600 vm/regress_28325_test: RuntimeError |
| 1164 generic_function_typedef2_test: DartkCrash # Issue 27969 | |
| 1165 generic_function_typedef_test: DartkCrash # Issue 27969 | |
| 1166 function_type/function_type*: DartkCrash # Issue 27969 | |
| 1167 | 601 |
| 1168 # dartk: JIT failures | 602 # dartk: JIT failures |
| 1169 [ $compiler == dartk && $runtime == vm ] | 603 [ $compiler == dartk && $runtime == vm ] |
| 1170 config_import_corelib_test: RuntimeError | 604 config_import_corelib_test: RuntimeError |
| 1171 const_evaluation_test/01: RuntimeError | 605 const_evaluation_test/01: RuntimeError |
| 1172 const_syntax_test/08: MissingCompileTimeError | 606 const_syntax_test/08: MissingCompileTimeError |
| 1173 const_syntax_test/09: MissingCompileTimeError | 607 const_syntax_test/09: MissingCompileTimeError |
| 1174 deferred_constraints_constants_test/constructor1: MissingCompileTimeError | 608 deferred_constraints_constants_test/constructor1: MissingCompileTimeError |
| 1175 deferred_constraints_constants_test/constructor2: MissingCompileTimeError | 609 deferred_constraints_constants_test/constructor2: MissingCompileTimeError |
| 1176 deferred_constraints_constants_test/default_argument1: MissingCompileTimeError | 610 deferred_constraints_constants_test/default_argument1: MissingCompileTimeError |
| (...skipping 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3283 type_variable_conflict_test/06: MissingCompileTimeError | 2717 type_variable_conflict_test/06: MissingCompileTimeError |
| 3284 type_variable_scope3_test/00: MissingCompileTimeError | 2718 type_variable_scope3_test/00: MissingCompileTimeError |
| 3285 | 2719 |
| 3286 [ $compiler == dartkp ] | 2720 [ $compiler == dartkp ] |
| 3287 bad_raw_string_test/none: Skip # Issue 28680 | 2721 bad_raw_string_test/none: Skip # Issue 28680 |
| 3288 bad_raw_string_test/03: Skip # Issue 28680 | 2722 bad_raw_string_test/03: Skip # Issue 28680 |
| 3289 | 2723 |
| 3290 # Triaged checked mode failures | 2724 # Triaged checked mode failures |
| 3291 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 2725 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 3292 language/regress_22728_test: Fail # Dartk Issue 28498 | 2726 language/regress_22728_test: Fail # Dartk Issue 28498 |
| OLD | NEW |