| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 class_test: Fail | 6 class_test: Fail |
| 7 statements_test: Fail | 7 statements_test: Fail |
| 8 typed_locals_test: Fail | 8 typed_locals_test: Fail |
| 9 no_such_method_test: Fail # Wrong Invocation.memberName. | 9 no_such_method_test: Fail # Wrong Invocation.memberName. |
| 10 constant_javascript_semantics4_test: Fail, OK | 10 constant_javascript_semantics4_test: Fail, OK |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 | 85 |
| 86 [ $compiler == dart2js && $runtime == none ] | 86 [ $compiler == dart2js && $runtime == none ] |
| 87 *: Fail, Pass # TODO(ahe): Triage these tests. | 87 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 88 | 88 |
| 89 [ $compiler == dart2js && $minified ] | 89 [ $compiler == dart2js && $minified ] |
| 90 to_string_test: Fail # Issue 7179. | 90 to_string_test: Fail # Issue 7179. |
| 91 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). | 91 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). |
| 92 code_motion_exception_test: Skip # Requires unminified operator names. | 92 code_motion_exception_test: Skip # Requires unminified operator names. |
| 93 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil
l be broken. | 93 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil
l be broken. |
| 94 | 94 |
| 95 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | |
| 96 23404_test: Crash | |
| 97 bailout_aborting_if_test: Crash | |
| 98 bailout_on_continue_test: Crash | |
| 99 big_allocation_expression_test: Crash | |
| 100 closure3_test: Crash | |
| 101 closure4_test: Crash | |
| 102 closure6_test: Crash | |
| 103 closure7_test: Crash | |
| 104 closure_capture2_test: Crash | |
| 105 closure_capture3_test: Crash | |
| 106 closure_capture4_test: Crash | |
| 107 closure_capture5_test: Crash | |
| 108 closure_capture6_test: Crash | |
| 109 closure_capture_test: Crash | |
| 110 compile_time_constant4_test/01: Crash | |
| 111 compile_time_constant4_test/02: Crash | |
| 112 compile_time_constant4_test/03: Crash | |
| 113 compile_time_constant4_test/04: Crash | |
| 114 compile_time_constant4_test/05: Crash | |
| 115 constant_javascript_semantics4_test: Crash | |
| 116 constant_javascript_semantics_test/01: Crash | |
| 117 constant_javascript_semantics_test/02: Crash | |
| 118 first_class_types_hashcode_test: Crash | |
| 119 if_null2_test: Crash | |
| 120 if_null3_test: Crash | |
| 121 inference_super_set_call_test: Crash | |
| 122 private_symbol_literal_test/01: Crash | |
| 123 private_symbol_literal_test/02: Crash | |
| 124 private_symbol_literal_test/03: Crash | |
| 125 private_symbol_literal_test/04: Crash | |
| 126 private_symbol_literal_test/05: Crash | |
| 127 private_symbol_literal_test/06: Crash | |
| 128 runtime_type_test: Crash | |
| 129 string_interpolation_dynamic_test: Crash | |
| 130 string_interpolation_test: Crash | |
| 131 to_string_test: Crash | |
| 132 type_constant_switch_test/01: Crash | |
| 133 | 95 |
| 134 [ $compiler == dart2js && $runtime == safari ] | 96 [ $compiler == dart2js && $runtime == safari ] |
| 135 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 | 97 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 |
| 136 | 98 |
| 137 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] | 99 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] |
| 138 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. | 100 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. |
| 139 | 101 |
| 140 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] | 102 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] |
| 141 isolate2_test/01: Fail # Issue 14458. | 103 isolate2_test/01: Fail # Issue 14458. |
| 142 | 104 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 mirrors_used_closure_test: Crash # Issue 27394 | 162 mirrors_used_closure_test: Crash # Issue 27394 |
| 201 mirrors_used_metatargets_test: Crash # Issue 27394 | 163 mirrors_used_metatargets_test: Crash # Issue 27394 |
| 202 mirrors_used_native_test: Crash # Issue 27394 | 164 mirrors_used_native_test: Crash # Issue 27394 |
| 203 recursive_import_test: Crash # Issue 27394 | 165 recursive_import_test: Crash # Issue 27394 |
| 204 reflect_native_types_test: Crash # Issue 27394 | 166 reflect_native_types_test: Crash # Issue 27394 |
| 205 | 167 |
| 206 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ] | 168 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ] |
| 207 js_dispatch_property_test: Crash # Issue 27394 | 169 js_dispatch_property_test: Crash # Issue 27394 |
| 208 regress/4562_test/01: Crash # Issue 27394 | 170 regress/4562_test/01: Crash # Issue 27394 |
| 209 | 171 |
| 210 [ $compiler == dart2js && $dart2js_with_kernel ] | 172 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 211 10216a_test: Crash | 173 10216a_test: Crash |
| 212 10216b_test: Crash | 174 10216b_test: Crash |
| 213 11673_test: Crash | 175 11673_test: Crash |
| 176 12320_test: Crash |
| 214 16400_test: Crash | 177 16400_test: Crash |
| 215 17856_test: Crash | 178 17856_test: Crash |
| 216 19191_test: Crash | 179 19191_test: Crash |
| 217 21166_test: Crash | 180 21166_test: Crash |
| 181 21579_test: Crash |
| 182 21579_test: RuntimeError |
| 218 21666_test: Crash | 183 21666_test: Crash |
| 219 21724_test: Crash | 184 21724_test: Crash |
| 185 22487_test: Crash |
| 220 22776_test: Crash | 186 22776_test: Crash |
| 221 22868_test: Crash | 187 22868_test: Crash |
| 222 22917_test: Crash | 188 22917_test: Crash |
| 223 23056_test: Crash | 189 23056_test: Crash |
| 224 23264_test: Crash | 190 23264_test: Crash |
| 191 23404_test: Crash |
| 225 23404_test: RuntimeError | 192 23404_test: RuntimeError |
| 226 23432_test: Crash | 193 23432_test: Crash |
| 194 23804_test: Crash |
| 227 23828_test: Crash | 195 23828_test: Crash |
| 228 26243_test: Crash | 196 26243_test: Crash |
| 197 28749_test: Crash |
| 229 28919_test: Crash | 198 28919_test: Crash |
| 230 28919_test: RuntimeError | 199 28919_test: RuntimeError |
| 200 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash |
| 231 assert_with_message_test: Crash | 201 assert_with_message_test: Crash |
| 232 async_stacktrace_test: Crash | 202 async_stacktrace_test: Crash |
| 233 bailout8_test: Crash | 203 bailout8_test: Crash |
| 204 bailout_aborting_if_test: Crash |
| 234 bailout_on_break_test: Crash | 205 bailout_on_break_test: Crash |
| 235 bailout_on_continue_test: Timeout | 206 bailout_on_continue_test: Timeout |
| 236 bailout_test: Crash | 207 bailout_test: Crash |
| 208 big_allocation_expression_test: Crash |
| 237 bound_closure_interceptor_methods_test: Crash | 209 bound_closure_interceptor_methods_test: Crash |
| 238 bound_closure_interceptor_type_test: Crash | 210 bound_closure_interceptor_type_test: Crash |
| 239 break_test: Crash | 211 break_test: Crash |
| 240 checked_accessor_test: Crash | 212 checked_accessor_test: Crash |
| 213 closure3_test: Crash |
| 241 closure3_test: RuntimeError | 214 closure3_test: RuntimeError |
| 215 closure4_test: Crash |
| 242 closure4_test: RuntimeError | 216 closure4_test: RuntimeError |
| 243 closure5_test: Crash | 217 closure5_test: Crash |
| 218 closure6_test: Crash |
| 244 closure6_test: RuntimeError | 219 closure6_test: RuntimeError |
| 220 closure7_test: Crash |
| 245 closure7_test: RuntimeError | 221 closure7_test: RuntimeError |
| 222 closure_capture2_test: Crash |
| 246 closure_capture2_test: RuntimeError | 223 closure_capture2_test: RuntimeError |
| 224 closure_capture3_test: Crash |
| 247 closure_capture3_test: RuntimeError | 225 closure_capture3_test: RuntimeError |
| 226 closure_capture4_test: Crash |
| 248 closure_capture4_test: RuntimeError | 227 closure_capture4_test: RuntimeError |
| 228 closure_capture5_test: Crash |
| 249 closure_capture5_test: RuntimeError | 229 closure_capture5_test: RuntimeError |
| 250 closure_capture6_test: Crash | 230 closure_capture6_test: Crash |
| 231 closure_capture_test: Crash |
| 251 closure_capture_test: RuntimeError | 232 closure_capture_test: RuntimeError |
| 252 closure_type_reflection2_test: Crash | 233 closure_type_reflection2_test: Crash |
| 253 closure_type_reflection_test: Crash | 234 closure_type_reflection_test: Crash |
| 254 code_motion_exception_test: Crash | 235 code_motion_exception_test: Crash |
| 255 compile_time_constant4_test/01: MissingCompileTimeError | 236 compile_time_constant4_test/01: MissingCompileTimeError |
| 256 compile_time_constant4_test/02: MissingCompileTimeError | 237 compile_time_constant4_test/02: MissingCompileTimeError |
| 257 compile_time_constant4_test/03: MissingCompileTimeError | 238 compile_time_constant4_test/03: MissingCompileTimeError |
| 258 compile_time_constant4_test/04: MissingCompileTimeError | 239 compile_time_constant4_test/04: MissingCompileTimeError |
| 259 compile_time_constant4_test/05: MissingCompileTimeError | 240 compile_time_constant4_test/05: MissingCompileTimeError |
| 260 compile_time_constant4_test/06: Crash | 241 compile_time_constant4_test/06: Crash |
| (...skipping 16 matching lines...) Expand all Loading... |
| 277 deferred/deferred_function_test: CompileTimeError | 258 deferred/deferred_function_test: CompileTimeError |
| 278 deferred/deferred_mirrors1_test: CompileTimeError | 259 deferred/deferred_mirrors1_test: CompileTimeError |
| 279 deferred/deferred_mirrors2_test: Crash | 260 deferred/deferred_mirrors2_test: Crash |
| 280 deferred/deferred_overlapping_test: CompileTimeError | 261 deferred/deferred_overlapping_test: CompileTimeError |
| 281 deferred_custom_loader_test: CompileTimeError | 262 deferred_custom_loader_test: CompileTimeError |
| 282 deferred_fail_and_retry_test: CompileTimeError | 263 deferred_fail_and_retry_test: CompileTimeError |
| 283 deferred_fail_and_retry_worker_test: CompileTimeError | 264 deferred_fail_and_retry_worker_test: CompileTimeError |
| 284 deferred_inheritance_test: CompileTimeError | 265 deferred_inheritance_test: CompileTimeError |
| 285 deferred_split_test: CompileTimeError | 266 deferred_split_test: CompileTimeError |
| 286 dummy_compiler_test: CompileTimeError | 267 dummy_compiler_test: CompileTimeError |
| 268 first_class_types_hashcode_test: Crash |
| 287 for_in_test: Crash | 269 for_in_test: Crash |
| 288 hash_code_test: Crash | 270 hash_code_test: Crash |
| 289 identical_trace_test: Crash | 271 identical_trace_test: Crash |
| 272 if_null2_test: Crash |
| 273 if_null3_test: Crash |
| 290 if_null3_test: RuntimeError | 274 if_null3_test: RuntimeError |
| 291 if_null_test: Crash | 275 if_null_test: Crash |
| 292 inference_nsm_mirrors_test: Crash | 276 inference_nsm_mirrors_test: Crash |
| 293 inference_super_set_call_test: RuntimeError | 277 inference_super_set_call_test: RuntimeError |
| 294 inferrer_is_int_test: Crash | 278 inferrer_is_int_test: Crash |
| 295 inline_position_crash_test: Crash | 279 inline_position_crash_test: Crash |
| 296 interceptor_named_arguments_test: Crash | 280 interceptor_named_arguments_test: Crash |
| 297 interface_type_optimization_test: Crash | 281 interface_type_optimization_test: Crash |
| 298 invalid_annotation2_test/none: Crash | 282 invalid_annotation2_test/none: Crash |
| 299 is_check_instanceof_test: Crash | 283 is_check_instanceof_test: Crash |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 recursive_import_test: CompileTimeError | 335 recursive_import_test: CompileTimeError |
| 352 reflect_native_types_test: Crash | 336 reflect_native_types_test: Crash |
| 353 regress/4492_test: Crash | 337 regress/4492_test: Crash |
| 354 regress/4515_1_test: Crash | 338 regress/4515_1_test: Crash |
| 355 regress/4515_2_test: Crash | 339 regress/4515_2_test: Crash |
| 356 regress/4515_3_test: Crash | 340 regress/4515_3_test: Crash |
| 357 regress/4562_test/none: CompileTimeError | 341 regress/4562_test/none: CompileTimeError |
| 358 regress/4639_test: Crash | 342 regress/4639_test: Crash |
| 359 regress/4740_test: Crash | 343 regress/4740_test: Crash |
| 360 round_constant_folding_test: Crash | 344 round_constant_folding_test: Crash |
| 345 runtime_type_int_test: Crash |
| 361 string_interpolation_dynamic_test: RuntimeError | 346 string_interpolation_dynamic_test: RuntimeError |
| 362 string_interpolation_test: RuntimeError | 347 string_interpolation_test: RuntimeError |
| 363 super_constructor1_test: Crash | 348 super_constructor1_test: Crash |
| 364 switch_test/none: Crash | 349 switch_test/none: Crash |
| 365 this_phi_elimination_test: Crash | 350 this_phi_elimination_test: Crash |
| 351 timer_negative_test: Crash |
| 366 timer_test: Crash | 352 timer_test: Crash |
| 367 truncation_errors_test: Crash | 353 truncation_errors_test: Crash |
| 368 type_argument_factory_crash_test: Crash | 354 type_argument_factory_crash_test: Crash |
| 369 type_argument_factory_nocrash_test: Crash | 355 type_argument_factory_nocrash_test: Crash |
| 356 type_constant_switch_test/01: Crash |
| 370 type_constant_switch_test/01: MissingCompileTimeError | 357 type_constant_switch_test/01: MissingCompileTimeError |
| 371 type_error_message_test: Crash | 358 type_error_message_test: Crash |
| 372 unconditional_dartio_import_test: CompileTimeError | 359 unconditional_dartio_import_test: CompileTimeError |
| 373 useful_error_message_1_test: Crash | 360 useful_error_message_1_test: Crash |
| 374 | 361 |
| 375 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 362 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 376 12320_test: Crash | 363 10216a_test: Crash |
| 377 21579_test: Crash | 364 10216b_test: Crash |
| 378 21579_test: RuntimeError | 365 11673_test: Crash |
| 379 22487_test: Crash | 366 16400_test: Crash |
| 367 17856_test: Crash |
| 368 19191_test: Crash |
| 369 21166_test: Crash |
| 370 21666_test: Crash |
| 371 21724_test: Crash |
| 372 22776_test: Crash |
| 373 22868_test: Crash |
| 374 22917_test: Crash |
| 375 23056_test: Crash |
| 376 23264_test: Crash |
| 380 23404_test: Crash | 377 23404_test: Crash |
| 381 23804_test: Crash | 378 23404_test: RuntimeError |
| 382 28749_test: Crash | 379 23432_test: Crash |
| 383 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash | 380 23828_test: Crash |
| 381 26243_test: Crash |
| 382 28919_test: Crash |
| 383 28919_test: RuntimeError |
| 384 assert_with_message_test: Crash |
| 385 async_stacktrace_test: Crash |
| 386 bailout8_test: Crash |
| 384 bailout_aborting_if_test: Crash | 387 bailout_aborting_if_test: Crash |
| 388 bailout_on_break_test: Crash |
| 389 bailout_on_continue_test: Crash |
| 390 bailout_on_continue_test: Timeout |
| 391 bailout_test: Crash |
| 385 big_allocation_expression_test: Crash | 392 big_allocation_expression_test: Crash |
| 393 bound_closure_interceptor_methods_test: Crash |
| 394 bound_closure_interceptor_type_test: Crash |
| 395 break_test: Crash |
| 396 checked_accessor_test: Crash |
| 386 closure3_test: Crash | 397 closure3_test: Crash |
| 398 closure3_test: RuntimeError |
| 387 closure4_test: Crash | 399 closure4_test: Crash |
| 400 closure4_test: RuntimeError |
| 401 closure5_test: Crash |
| 388 closure6_test: Crash | 402 closure6_test: Crash |
| 403 closure6_test: RuntimeError |
| 389 closure7_test: Crash | 404 closure7_test: Crash |
| 405 closure7_test: RuntimeError |
| 390 closure_capture2_test: Crash | 406 closure_capture2_test: Crash |
| 407 closure_capture2_test: RuntimeError |
| 391 closure_capture3_test: Crash | 408 closure_capture3_test: Crash |
| 409 closure_capture3_test: RuntimeError |
| 392 closure_capture4_test: Crash | 410 closure_capture4_test: Crash |
| 411 closure_capture4_test: RuntimeError |
| 393 closure_capture5_test: Crash | 412 closure_capture5_test: Crash |
| 413 closure_capture5_test: RuntimeError |
| 414 closure_capture6_test: Crash |
| 394 closure_capture_test: Crash | 415 closure_capture_test: Crash |
| 416 closure_capture_test: RuntimeError |
| 417 closure_type_reflection2_test: Crash |
| 418 closure_type_reflection_test: Crash |
| 419 code_motion_exception_test: Crash |
| 420 compile_time_constant4_test/01: Crash |
| 421 compile_time_constant4_test/01: MissingCompileTimeError |
| 422 compile_time_constant4_test/02: Crash |
| 423 compile_time_constant4_test/02: MissingCompileTimeError |
| 424 compile_time_constant4_test/03: Crash |
| 425 compile_time_constant4_test/03: MissingCompileTimeError |
| 426 compile_time_constant4_test/04: Crash |
| 427 compile_time_constant4_test/04: MissingCompileTimeError |
| 428 compile_time_constant4_test/05: Crash |
| 429 compile_time_constant4_test/05: MissingCompileTimeError |
| 430 compile_time_constant4_test/06: Crash |
| 431 conditional_send_test: Crash |
| 432 consistent_add_error_test: Crash |
| 433 consistent_codeUnitAt_error_test: Crash |
| 434 consistent_index_error_array_test: Crash |
| 435 consistent_index_error_string_test: Crash |
| 436 consistent_index_error_typed_list_test: Crash |
| 437 consistent_null_add_error_test: Crash |
| 438 consistent_subtract_error_test: Crash |
| 439 constant_javascript_semantics2_test: Crash |
| 440 constant_javascript_semantics3_test: Crash |
| 441 constant_javascript_semantics4_test: Crash |
| 442 constant_javascript_semantics_test/01: Crash |
| 443 constant_javascript_semantics_test/01: MissingCompileTimeError |
| 444 constant_javascript_semantics_test/02: Crash |
| 445 constant_javascript_semantics_test/02: MissingCompileTimeError |
| 446 deferred/deferred_class_test: CompileTimeError |
| 447 deferred/deferred_constant2_test: CompileTimeError |
| 448 deferred/deferred_constant3_test: CompileTimeError |
| 449 deferred/deferred_constant4_test: CompileTimeError |
| 450 deferred/deferred_function_test: CompileTimeError |
| 451 deferred/deferred_mirrors1_test: CompileTimeError |
| 452 deferred/deferred_mirrors2_test: Crash |
| 453 deferred/deferred_overlapping_test: CompileTimeError |
| 454 deferred_custom_loader_test: CompileTimeError |
| 455 deferred_fail_and_retry_test: CompileTimeError |
| 456 deferred_fail_and_retry_worker_test: CompileTimeError |
| 457 deferred_inheritance_test: CompileTimeError |
| 458 deferred_split_test: CompileTimeError |
| 459 dummy_compiler_test: CompileTimeError |
| 395 first_class_types_hashcode_test: Crash | 460 first_class_types_hashcode_test: Crash |
| 461 for_in_test: Crash |
| 462 hash_code_test: Crash |
| 463 identical_trace_test: Crash |
| 396 if_null2_test: Crash | 464 if_null2_test: Crash |
| 397 if_null3_test: Crash | 465 if_null3_test: Crash |
| 398 runtime_type_int_test: Crash | 466 if_null3_test: RuntimeError |
| 399 timer_negative_test: Crash | 467 if_null_test: Crash |
| 468 inference_nsm_mirrors_test: Crash |
| 469 inference_super_set_call_test: Crash |
| 470 inference_super_set_call_test: RuntimeError |
| 471 inferrer_is_int_test: Crash |
| 472 inline_position_crash_test: Crash |
| 473 interceptor_named_arguments_test: Crash |
| 474 interface_type_optimization_test: Crash |
| 475 invalid_annotation2_test/none: Crash |
| 476 is_check_instanceof_test: Crash |
| 477 js_array_index_error_test: Crash |
| 478 js_array_removeLast_error_test: Crash |
| 479 label_test/06: Crash |
| 480 locate_single_element_1_test: Crash |
| 481 lookup_map/dead_entry_single_nested_pairs_test: Crash |
| 482 lookup_map/dead_entry_test: Crash |
| 483 lookup_map/dead_entry_through_mirrors_test: Crash |
| 484 lookup_map/discovered_code_test: Crash |
| 485 lookup_map/entries_aside_test: Crash |
| 486 lookup_map/escaping_entries_test: Crash |
| 487 lookup_map/generic_type_test: Crash |
| 488 lookup_map/live_entry_single_pair_test: Crash |
| 489 lookup_map/live_entry_test: Crash |
| 490 lookup_map/live_entry_through_mirrors_test: Crash |
| 491 lookup_map/live_entry_through_mirrors_used_test: Crash |
| 492 lookup_map/reachable_data2_test: Crash |
| 493 lookup_map/reachable_data_test: Crash |
| 494 lookup_map/subclass_lookup_map_test: Crash |
| 495 many_constants_test: Crash |
| 496 many_fields_test: Crash |
| 497 mirror_invalid_field_access2_test: Crash |
| 498 mirror_invalid_field_access3_test: Crash |
| 499 mirror_invalid_field_access4_test: Crash |
| 500 mirror_invalid_field_access_test: Crash |
| 501 mirror_invalid_invoke2_test: Crash |
| 502 mirror_invalid_invoke3_test: Crash |
| 503 mirror_invalid_invoke_test: Crash |
| 504 mirror_printer_test/01: Crash |
| 505 mirror_printer_test/none: Crash |
| 506 mirror_test: Crash |
| 507 mirror_type_inference_field2_test: Crash |
| 508 mirror_type_inference_field_test: Crash |
| 509 mirror_type_inference_function_test: Crash |
| 510 mirrors_declarations_filtering_test: Crash |
| 511 mirrors_used_closure_test: Crash |
| 512 mirrors_used_metatargets_test: Crash |
| 513 mirrors_used_native_test: Crash |
| 514 mirrors_used_warning2_test: Crash |
| 515 mirrors_used_warning_test/minif: Crash |
| 516 mirrors_used_warning_test/none: Crash |
| 517 new_from_env_test: Crash |
| 518 no_such_method_mirrors_test: Crash |
| 519 no_such_method_test: Crash |
| 520 operator_test: Crash |
| 521 optional_parameter_test: Crash |
| 522 private_symbol_literal_test/01: Crash |
| 523 private_symbol_literal_test/01: MissingCompileTimeError |
| 524 private_symbol_literal_test/02: Crash |
| 525 private_symbol_literal_test/02: MissingCompileTimeError |
| 526 private_symbol_literal_test/03: Crash |
| 527 private_symbol_literal_test/03: MissingCompileTimeError |
| 528 private_symbol_literal_test/04: Crash |
| 529 private_symbol_literal_test/04: MissingCompileTimeError |
| 530 private_symbol_literal_test/05: Crash |
| 531 private_symbol_literal_test/05: MissingCompileTimeError |
| 532 private_symbol_literal_test/06: Crash |
| 533 private_symbol_literal_test/06: MissingCompileTimeError |
| 534 recursive_import_test: CompileTimeError |
| 535 reflect_native_types_test: Crash |
| 536 regress/4492_test: Crash |
| 537 regress/4515_1_test: Crash |
| 538 regress/4515_2_test: Crash |
| 539 regress/4515_3_test: Crash |
| 540 regress/4562_test/none: CompileTimeError |
| 541 regress/4639_test: Crash |
| 542 regress/4740_test: Crash |
| 543 round_constant_folding_test: Crash |
| 544 runtime_type_test: Crash |
| 545 string_interpolation_dynamic_test: Crash |
| 546 string_interpolation_dynamic_test: RuntimeError |
| 547 string_interpolation_test: Crash |
| 548 string_interpolation_test: RuntimeError |
| 549 super_constructor1_test: Crash |
| 550 switch_test/none: Crash |
| 551 this_phi_elimination_test: Crash |
| 552 timer_test: Crash |
| 553 to_string_test: Crash |
| 554 truncation_errors_test: Crash |
| 555 type_argument_factory_crash_test: Crash |
| 556 type_argument_factory_nocrash_test: Crash |
| 400 type_constant_switch_test/01: Crash | 557 type_constant_switch_test/01: Crash |
| 558 type_constant_switch_test/01: MissingCompileTimeError |
| 559 type_error_message_test: Crash |
| 560 unconditional_dartio_import_test: CompileTimeError |
| 561 useful_error_message_1_test: Crash |
| OLD | NEW |