| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". | 5 # Sections in this file should contain "$compiler == dart2js". |
| 6 | 6 |
| 7 # dart2js does not implement the Dart 2.0 static type errors yet. | 7 # dart2js does not implement the Dart 2.0 static type errors yet. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 bad_named_parameters_test/01: Crash | 305 bad_named_parameters_test/01: Crash |
| 306 bad_named_parameters_test/02: Crash | 306 bad_named_parameters_test/02: Crash |
| 307 bad_named_parameters_test/03: Crash | 307 bad_named_parameters_test/03: Crash |
| 308 bad_named_parameters_test/04: Crash | 308 bad_named_parameters_test/04: Crash |
| 309 bad_named_parameters_test/05: Crash | 309 bad_named_parameters_test/05: Crash |
| 310 bad_override_test/03: MissingCompileTimeError | 310 bad_override_test/03: MissingCompileTimeError |
| 311 bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Proce
dure' of 'value' where | 311 bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Proce
dure' of 'value' where |
| 312 bad_override_test/05: MissingCompileTimeError | 312 bad_override_test/05: MissingCompileTimeError |
| 313 bailout4_test: Crash | 313 bailout4_test: Crash |
| 314 bailout_test: Crash | 314 bailout_test: Crash |
| 315 bind_test: Crash | |
| 316 bit_operations_test/01: Crash | 315 bit_operations_test/01: Crash |
| 317 bit_operations_test/02: Crash | 316 bit_operations_test/02: Crash |
| 318 bit_operations_test/03: Crash | 317 bit_operations_test/03: Crash |
| 319 bit_operations_test/04: Crash | 318 bit_operations_test/04: Crash |
| 320 bit_operations_test/none: Crash | 319 bit_operations_test/none: Crash |
| 321 bool_check_test: Crash | 320 bool_check_test: Crash |
| 322 bool_check_test: RuntimeError | 321 bool_check_test: RuntimeError |
| 323 bool_condition_check_test: Crash | 322 bool_condition_check_test: Crash |
| 324 bool_condition_check_test: RuntimeError | 323 bool_condition_check_test: RuntimeError |
| 325 bool_test: Crash | 324 bool_test: Crash |
| (...skipping 13 matching lines...) Expand all Loading... |
| 339 call_nonexistent_static_test/02: Crash | 338 call_nonexistent_static_test/02: Crash |
| 340 call_nonexistent_static_test/03: Crash | 339 call_nonexistent_static_test/03: Crash |
| 341 call_nonexistent_static_test/04: Crash | 340 call_nonexistent_static_test/04: Crash |
| 342 call_nonexistent_static_test/05: Crash | 341 call_nonexistent_static_test/05: Crash |
| 343 call_nonexistent_static_test/06: Crash | 342 call_nonexistent_static_test/06: Crash |
| 344 call_nonexistent_static_test/07: Crash | 343 call_nonexistent_static_test/07: Crash |
| 345 call_nonexistent_static_test/08: Crash | 344 call_nonexistent_static_test/08: Crash |
| 346 call_nonexistent_static_test/09: Crash | 345 call_nonexistent_static_test/09: Crash |
| 347 call_nonexistent_static_test/10: Crash | 346 call_nonexistent_static_test/10: Crash |
| 348 call_operator_test: RuntimeError | 347 call_operator_test: RuntimeError |
| 349 call_property_test: Crash | |
| 350 call_test: Crash | 348 call_test: Crash |
| 351 call_through_getter_test: Crash | 349 call_through_getter_test: Crash |
| 352 call_through_null_getter_test: Crash | |
| 353 call_type_literal_test/01: Crash | 350 call_type_literal_test/01: Crash |
| 354 call_with_no_such_method_test: Crash | 351 call_with_no_such_method_test: Crash |
| 355 canonical_const2_test: RuntimeError | 352 canonical_const2_test: RuntimeError |
| 356 canonical_const_test: Crash | 353 canonical_const_test: Crash |
| 357 cascade2_test: Crash | 354 cascade2_test: Crash |
| 358 cascade_test/none: Crash | |
| 359 cast_test/04: RuntimeError | 355 cast_test/04: RuntimeError |
| 360 cast_test/05: RuntimeError | 356 cast_test/05: RuntimeError |
| 361 cast_test/none: RuntimeError | 357 cast_test/none: RuntimeError |
| 362 cha_deopt1_test: CompileTimeError | 358 cha_deopt1_test: CompileTimeError |
| 363 cha_deopt2_test: CompileTimeError | 359 cha_deopt2_test: CompileTimeError |
| 364 cha_deopt3_test: CompileTimeError | 360 cha_deopt3_test: CompileTimeError |
| 365 checked_null_test/01: Crash | 361 checked_null_test/01: Crash |
| 366 checked_setter2_test: Crash | 362 checked_setter2_test: Crash |
| 367 checked_setter3_test/01: Crash | 363 checked_setter3_test/01: Crash |
| 368 checked_setter3_test/02: Crash | 364 checked_setter3_test/02: Crash |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 class_literal_test/21: Crash | 408 class_literal_test/21: Crash |
| 413 class_literal_test/21: Crash | 409 class_literal_test/21: Crash |
| 414 class_literal_test/22: Crash | 410 class_literal_test/22: Crash |
| 415 class_literal_test/22: Crash | 411 class_literal_test/22: Crash |
| 416 class_literal_test/23: Crash | 412 class_literal_test/23: Crash |
| 417 class_literal_test/23: Crash | 413 class_literal_test/23: Crash |
| 418 class_literal_test/24: Crash | 414 class_literal_test/24: Crash |
| 419 class_literal_test/24: Crash | 415 class_literal_test/24: Crash |
| 420 class_literal_test/25: Crash | 416 class_literal_test/25: Crash |
| 421 class_literal_test/25: Crash | 417 class_literal_test/25: Crash |
| 422 class_literal_test/none: Crash | |
| 423 class_literal_test: Crash # Assertion failure: Cannot find value local(main_clos
ure.call#x) in (local(main#)) for j:closure_call(main_closure.call). | 418 class_literal_test: Crash # Assertion failure: Cannot find value local(main_clos
ure.call#x) in (local(main#)) for j:closure_call(main_closure.call). |
| 424 class_override_test/00: Crash | 419 class_override_test/00: Crash |
| 425 class_override_test/00: Crash | 420 class_override_test/00: Crash |
| 426 class_test: Crash | 421 class_test: Crash |
| 427 class_test: Crash | 422 class_test: Crash |
| 428 classes_static_method_clash_test: Crash | 423 classes_static_method_clash_test: Crash |
| 429 classes_static_method_clash_test: Crash | 424 classes_static_method_clash_test: Crash |
| 430 closure4_test: Crash | 425 closure4_test: Crash |
| 431 closure4_test: Crash | 426 closure4_test: Crash |
| 432 closure5_test: Crash | 427 closure5_test: Crash |
| 433 closure5_test: Crash | 428 closure5_test: Crash |
| 434 closure6_test: Crash | 429 closure6_test: Crash |
| 435 closure6_test: Crash | 430 closure6_test: Crash |
| 436 closure7_test: Crash | 431 closure7_test: Crash |
| 437 closure7_test: Crash | |
| 438 closure8_test: Crash | |
| 439 closure8_test: Crash | 432 closure8_test: Crash |
| 440 closure_break_test: Crash | 433 closure_break_test: Crash |
| 441 closure_break_test: Crash | 434 closure_break_test: Crash |
| 442 closure_cycles_test: Crash | 435 closure_cycles_test: Crash |
| 443 closure_cycles_test: Crash | 436 closure_cycles_test: Crash |
| 444 closure_in_constructor_test: Crash | 437 closure_in_constructor_test: Crash |
| 445 closure_in_constructor_test: Crash | 438 closure_in_constructor_test: Crash |
| 446 closure_in_field_initializer_test: Crash | 439 closure_in_field_initializer_test: Crash |
| 447 closure_in_field_initializer_test: Crash | 440 closure_in_field_initializer_test: Crash |
| 448 closure_in_initializer2_test: Crash | 441 closure_in_initializer2_test: Crash |
| 449 closure_in_initializer2_test: Crash | 442 closure_in_initializer2_test: Crash |
| 450 closure_in_initializer_test: Crash | 443 closure_in_initializer_test: Crash |
| 451 closure_in_initializer_test: Crash | 444 closure_in_initializer_test: Crash |
| 452 closure_internals_test: Crash | 445 closure_internals_test: Crash |
| 453 closure_internals_test: Crash | 446 closure_internals_test: Crash |
| 454 closure_parameter_types_test: Crash | 447 closure_parameter_types_test: Crash |
| 455 closure_parameter_types_test: RuntimeError | 448 closure_parameter_types_test: RuntimeError |
| 456 closure_self_reference_test: Crash | 449 closure_self_reference_test: Crash |
| 457 closure_self_reference_test: Crash | 450 closure_self_reference_test: Crash |
| 458 closure_shared_state_test: Crash | 451 closure_shared_state_test: Crash |
| 459 closure_shared_state_test: RuntimeError | 452 closure_shared_state_test: RuntimeError |
| 460 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments
' was called on null. | 453 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments
' was called on null. |
| 461 closure_type_variables_test: Crash # 'file:///usr/local/google/home/efortuna/dar
t/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 po
s 9: 'closure != null': Corresponding closure class not found for local(A.bar#g)
. Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl
osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closu
re_call(A$bar_A$bar_closure.call), local(A.bar#g)) | 454 closure_type_variables_test: Crash # 'file:///usr/local/google/home/efortuna/dar
t/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 po
s 9: 'closure != null': Corresponding closure class not found for local(A.bar#g)
. Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl
osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closu
re_call(A$bar_A$bar_closure.call), local(A.bar#g)) |
| 462 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst
ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret
urnSuperInClosure_closure.call). | 455 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst
ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret
urnSuperInClosure_closure.call). |
| 463 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta
nce of 'ThisLocal' in (local(Sub_test_closure.call#e), local(Sub.test#)) for j:c
losure_call(Sub_test_closure.call). | 456 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta
nce of 'ThisLocal' in (local(Sub_test_closure.call#e), local(Sub.test#)) for j:c
losure_call(Sub_test_closure.call). |
| 464 closures_initializer2_test: Crash # 'file:///usr/local/google/home/efortuna/dart
/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos
9: 'closure != null': Corresponding closure class not found for local(A.#). Clo
sures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure
.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_ca
ll(A_closure.call), j:constructor(A.)) | 457 closures_initializer2_test: Crash # 'file:///usr/local/google/home/efortuna/dart
/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos
9: 'closure != null': Corresponding closure class not found for local(A.#). Clo
sures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure
.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_ca
ll(A_closure.call), j:constructor(A.)) |
| 465 closures_initializer_test: Crash # 'file:///usr/local/google/home/efortuna/dart/
sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos
9: 'closure != null': Corresponding closure class not found for local(B.#). Clos
ures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.
fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_cal
l(A_closure.call), j:constructor(A.)) | 458 closures_initializer_test: Crash # 'file:///usr/local/google/home/efortuna/dart/
sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos
9: 'closure != null': Corresponding closure class not found for local(B.#). Clos
ures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.
fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_cal
l(A_closure.call), j:constructor(A.)) |
| 466 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype
of type 'ClosureClassElement' of 'cls' where | 459 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype
of type 'ClosureClassElement' of 'cls' where |
| 467 function_subtype_inline2_test: Crash | 460 function_subtype_inline2_test: Crash |
| 461 function_subtype_inline2_test: RuntimeError |
| 468 function_type/function_type0_test: Crash | 462 function_type/function_type0_test: Crash |
| 469 function_type/function_type10_test: Crash | 463 function_type/function_type10_test: Crash |
| 470 function_type/function_type11_test: Crash | 464 function_type/function_type11_test: Crash |
| 471 function_type/function_type12_test: Crash | 465 function_type/function_type12_test: Crash |
| 472 function_type/function_type13_test: Crash | 466 function_type/function_type13_test: Crash |
| 473 function_type/function_type14_test: Crash | 467 function_type/function_type14_test: Crash |
| 474 function_type/function_type15_test: Crash | 468 function_type/function_type15_test: Crash |
| 475 function_type/function_type16_test: Crash | 469 function_type/function_type16_test: Crash |
| 476 function_type/function_type17_test: Crash | 470 function_type/function_type17_test: Crash |
| 477 function_type/function_type18_test: Crash | 471 function_type/function_type18_test: Crash |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 function_type/function_type94_test: Crash | 555 function_type/function_type94_test: Crash |
| 562 function_type/function_type95_test: Crash | 556 function_type/function_type95_test: Crash |
| 563 function_type/function_type96_test: Crash | 557 function_type/function_type96_test: Crash |
| 564 function_type/function_type97_test: Crash | 558 function_type/function_type97_test: Crash |
| 565 function_type/function_type98_test: Crash | 559 function_type/function_type98_test: Crash |
| 566 function_type/function_type99_test: Crash | 560 function_type/function_type99_test: Crash |
| 567 function_type/function_type9_test: Crash | 561 function_type/function_type9_test: Crash |
| 568 generic_constructor_mixin2_test: Crash | 562 generic_constructor_mixin2_test: Crash |
| 569 generic_constructor_mixin3_test: Crash | 563 generic_constructor_mixin3_test: Crash |
| 570 generic_constructor_mixin_test: Crash | 564 generic_constructor_mixin_test: Crash |
| 571 function_subtype_inline2_test: RuntimeError | |
| 572 regress_30339_test: Crash | 565 regress_30339_test: Crash |
| 573 typevariable_substitution2_test/02: Crash | 566 typevariable_substitution2_test/02: RuntimeError |
| 574 | 567 |
| 575 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 568 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 576 abstract_beats_arguments_test: Crash | 569 abstract_beats_arguments_test: Crash |
| 577 abstract_exact_selector_test/01: Crash | 570 abstract_exact_selector_test/01: Crash |
| 578 abstract_exact_selector_test/none: Crash | 571 abstract_exact_selector_test/none: Crash |
| 579 abstract_getter_test/01: Crash | 572 abstract_getter_test/01: Crash |
| 580 abstract_method_test: Crash | 573 abstract_method_test: Crash |
| 581 abstract_object_method_test: Crash | 574 abstract_object_method_test: Crash |
| 582 abstract_runtime_error_test/01: Crash | 575 abstract_runtime_error_test/01: Crash |
| 583 abstract_runtime_error_test/02: Crash | 576 abstract_runtime_error_test/02: Crash |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 bad_named_parameters_test/04: Crash | 686 bad_named_parameters_test/04: Crash |
| 694 bad_named_parameters_test/05: Crash | 687 bad_named_parameters_test/05: Crash |
| 695 bad_override_test/01: Crash | 688 bad_override_test/01: Crash |
| 696 bad_override_test/02: Crash | 689 bad_override_test/02: Crash |
| 697 bad_override_test/03: MissingCompileTimeError | 690 bad_override_test/03: MissingCompileTimeError |
| 698 bad_override_test/04: MissingCompileTimeError | 691 bad_override_test/04: MissingCompileTimeError |
| 699 bad_override_test/05: MissingCompileTimeError | 692 bad_override_test/05: MissingCompileTimeError |
| 700 bad_override_test/06: Crash | 693 bad_override_test/06: Crash |
| 701 bailout4_test: Crash | 694 bailout4_test: Crash |
| 702 bailout_test: Crash | 695 bailout_test: Crash |
| 703 bind_test: Crash | |
| 704 bit_operations_test/01: Crash | 696 bit_operations_test/01: Crash |
| 705 bit_operations_test/02: Crash | 697 bit_operations_test/02: Crash |
| 706 bit_operations_test/03: Crash | 698 bit_operations_test/03: Crash |
| 707 bit_operations_test/04: Crash | 699 bit_operations_test/04: Crash |
| 708 bit_operations_test/none: Crash | 700 bit_operations_test/none: Crash |
| 709 bool_check_test: Crash | 701 bool_check_test: Crash |
| 710 bool_check_test: RuntimeError | 702 bool_check_test: RuntimeError |
| 711 bool_condition_check_test/01: Crash | 703 bool_condition_check_test/01: Crash |
| 712 bool_condition_check_test: Crash | 704 bool_condition_check_test: Crash |
| 713 bool_condition_check_test: RuntimeError | 705 bool_condition_check_test: RuntimeError |
| (...skipping 20 matching lines...) Expand all Loading... |
| 734 call_nonexistent_static_test/08: Crash | 726 call_nonexistent_static_test/08: Crash |
| 735 call_nonexistent_static_test/09: Crash | 727 call_nonexistent_static_test/09: Crash |
| 736 call_nonexistent_static_test/10: Crash | 728 call_nonexistent_static_test/10: Crash |
| 737 call_operator_test: RuntimeError | 729 call_operator_test: RuntimeError |
| 738 call_test: Crash | 730 call_test: Crash |
| 739 call_through_getter_test: Crash | 731 call_through_getter_test: Crash |
| 740 call_type_literal_test/01: Crash | 732 call_type_literal_test/01: Crash |
| 741 call_with_no_such_method_test: Crash | 733 call_with_no_such_method_test: Crash |
| 742 canonical_const2_test: RuntimeError | 734 canonical_const2_test: RuntimeError |
| 743 canonical_const_test: Crash | 735 canonical_const_test: Crash |
| 744 cascade_test/none: Crash | |
| 745 cast_test/04: RuntimeError | 736 cast_test/04: RuntimeError |
| 746 cast_test/05: RuntimeError | 737 cast_test/05: RuntimeError |
| 747 cast_test/none: RuntimeError | 738 cast_test/none: RuntimeError |
| 748 cha_deopt1_test: CompileTimeError | 739 cha_deopt1_test: CompileTimeError |
| 749 cha_deopt2_test: CompileTimeError | 740 cha_deopt2_test: CompileTimeError |
| 750 cha_deopt3_test: CompileTimeError | 741 cha_deopt3_test: CompileTimeError |
| 751 checked_null_test/01: Crash | 742 checked_null_test/01: Crash |
| 752 checked_setter2_test: Crash | 743 checked_setter2_test: Crash |
| 753 checked_setter3_test/01: Crash | 744 checked_setter3_test/01: Crash |
| 754 checked_setter3_test/02: Crash | 745 checked_setter3_test/02: Crash |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 class_test: Crash | 803 class_test: Crash |
| 813 classes_static_method_clash_test: Crash | 804 classes_static_method_clash_test: Crash |
| 814 classes_static_method_clash_test: Crash | 805 classes_static_method_clash_test: Crash |
| 815 closure4_test: Crash | 806 closure4_test: Crash |
| 816 closure4_test: Crash | 807 closure4_test: Crash |
| 817 closure5_test: Crash | 808 closure5_test: Crash |
| 818 closure5_test: Crash | 809 closure5_test: Crash |
| 819 closure6_test: Crash | 810 closure6_test: Crash |
| 820 closure6_test: Crash | 811 closure6_test: Crash |
| 821 closure7_test: Crash | 812 closure7_test: Crash |
| 822 closure7_test: Crash | |
| 823 closure8_test: Crash | |
| 824 closure8_test: Crash | 813 closure8_test: Crash |
| 825 closure_break_test: Crash | 814 closure_break_test: Crash |
| 826 closure_break_test: Crash | 815 closure_break_test: Crash |
| 827 closure_cycles_test: Crash | 816 closure_cycles_test: Crash |
| 828 closure_cycles_test: Crash | 817 closure_cycles_test: Crash |
| 829 closure_in_constructor_test: Crash | 818 closure_in_constructor_test: Crash |
| 830 closure_in_constructor_test: Crash | 819 closure_in_constructor_test: Crash |
| 831 closure_in_field_initializer_test: Crash | 820 closure_in_field_initializer_test: Crash |
| 832 closure_in_field_initializer_test: Crash | 821 closure_in_field_initializer_test: Crash |
| 833 closure_in_initializer2_test: Crash | 822 closure_in_initializer2_test: Crash |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 function_type/function_type95_test: Crash | 936 function_type/function_type95_test: Crash |
| 948 function_type/function_type96_test: Crash | 937 function_type/function_type96_test: Crash |
| 949 function_type/function_type97_test: Crash | 938 function_type/function_type97_test: Crash |
| 950 function_type/function_type98_test: Crash | 939 function_type/function_type98_test: Crash |
| 951 function_type/function_type99_test: Crash | 940 function_type/function_type99_test: Crash |
| 952 function_type/function_type9_test: Crash | 941 function_type/function_type9_test: Crash |
| 953 generic_constructor_mixin2_test: Crash | 942 generic_constructor_mixin2_test: Crash |
| 954 generic_constructor_mixin3_test: Crash | 943 generic_constructor_mixin3_test: Crash |
| 955 generic_constructor_mixin_test: Crash | 944 generic_constructor_mixin_test: Crash |
| 956 regress_30339_test: Crash | 945 regress_30339_test: Crash |
| 957 typevariable_substitution2_test/02: Crash | 946 typevariable_substitution2_test/02: RuntimeError |
| 958 | 947 |
| 959 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 948 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 960 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 949 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 961 | 950 |
| 962 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 951 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 963 async_star_await_pauses_test: RuntimeError # Need triage | 952 async_star_await_pauses_test: RuntimeError # Need triage |
| 964 async_star_no_cancel2_test: RuntimeError # Need triage | 953 async_star_no_cancel2_test: RuntimeError # Need triage |
| 965 async_star_no_cancel_test: RuntimeError # Need triage | 954 async_star_no_cancel_test: RuntimeError # Need triage |
| 966 | 955 |
| 967 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 956 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 function_type/function_type55_test: Crash # Issue 27394 | 1011 function_type/function_type55_test: Crash # Issue 27394 |
| 1023 function_type/function_type62_test: Crash # Issue 27394 | 1012 function_type/function_type62_test: Crash # Issue 27394 |
| 1024 function_type/function_type63_test: Crash # Issue 27394 | 1013 function_type/function_type63_test: Crash # Issue 27394 |
| 1025 function_type/function_type6_test: Crash # Issue 27394 | 1014 function_type/function_type6_test: Crash # Issue 27394 |
| 1026 function_type/function_type7_test: Crash # Issue 27394 | 1015 function_type/function_type7_test: Crash # Issue 27394 |
| 1027 function_type/function_type98_test: Crash # Issue 27394 | 1016 function_type/function_type98_test: Crash # Issue 27394 |
| 1028 function_type/function_type99_test: Crash # Issue 27394 | 1017 function_type/function_type99_test: Crash # Issue 27394 |
| 1029 | 1018 |
| 1030 [ $compiler == dart2js && $runtime == safarimobilesim ] | 1019 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 1031 call_through_getter_test: Fail, OK | 1020 call_through_getter_test: Fail, OK |
| OLD | NEW |