Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Side by Side Diff: tests/corelib_2/corelib_2.status

Issue 3010473002: Adding JRecord and boxing mechanics.
Patch Set: .. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/compiler/lib/src/universe/use.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 collection_from_test: Crash 478 collection_from_test: Crash
479 collection_length_test: Crash 479 collection_length_test: Crash
480 collection_removes_test: Crash 480 collection_removes_test: Crash
481 collection_test: Crash 481 collection_test: Crash
482 collection_to_string_test: Crash 482 collection_to_string_test: Crash
483 compare_to2_test: Crash 483 compare_to2_test: Crash
484 const_list_literal_test: Crash 484 const_list_literal_test: Crash
485 const_list_set_range_test: Crash 485 const_list_set_range_test: Crash
486 core_runtime_types_test: Crash 486 core_runtime_types_test: Crash
487 data_uri_test: Crash 487 data_uri_test: Crash
488 date_time_test: Crash # Failed assertion: boolean expression must not be null
489 duration_test: Crash # Failed assertion: boolean expression must not be null
488 dynamic_nosuchmethod_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(NoSuchMethodError.toString#comma) is stored in a closure field. 490 dynamic_nosuchmethod_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(NoSuchMethodError.toString#comma) is stored in a closure field.
489 error_stack_trace1_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.d art': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_ call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure. call), j:closure_call(unwrapException_closure.call)) 491 error_stack_trace1_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.d art': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_ call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure. call), j:closure_call(unwrapException_closure.call))
490 error_stack_trace2_test: Crash # Assertion failure: Unexpected constructor j:con structor(A.) in ConstructorDataImpl._getConstructorConstant 492 error_stack_trace2_test: Crash # Assertion failure: Unexpected constructor j:con structor(A.) in ConstructorDataImpl._getConstructorConstant
491 expando_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fai led assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Ma ps.mapToString#first) is stored in a closure field. 493 expando_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fai led assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Ma ps.mapToString#first) is stored in a closure field.
492 for_in_test: Crash 494 for_in_test: Crash
493 growable_list_test: Crash 495 growable_list_test: Crash
496 has_next_iterator_test: Crash # Failed assertion: boolean expression must not be null
494 hash_map2_test: Crash 497 hash_map2_test: Crash
495 hash_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field. 498 hash_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
496 hash_set_test/01: Crash 499 hash_set_test/01: Crash
497 hash_set_test/none: Crash 500 hash_set_test/none: Crash
498 hash_set_type_check_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure. dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closur e class not found for j:getter(SetMixin.length). Closures found for (j:closure_c all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c all), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSe t_closure.call), j:constructor(_LinkedCustomHashSet.)) 501 hash_set_type_check_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure. dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closur e class not found for j:getter(SetMixin.length). Closures found for (j:closure_c all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c all), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSe t_closure.call), j:constructor(_LinkedCustomHashSet.))
499 hidden_library2_test/01: Crash 502 hidden_library2_test/01: Crash
500 hidden_library2_test/none: Crash 503 hidden_library2_test/none: Crash
501 int_from_environment3_test/01: MissingCompileTimeError 504 int_from_environment3_test/01: MissingCompileTimeError
502 int_from_environment3_test/02: MissingCompileTimeError 505 int_from_environment3_test/02: MissingCompileTimeError
503 int_from_environment3_test/03: MissingCompileTimeError 506 int_from_environment3_test/03: MissingCompileTimeError
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 iterable_test: Crash 543 iterable_test: Crash
541 iterable_to_list_test/01: Crash 544 iterable_to_list_test/01: Crash
542 iterable_to_list_test/none: Crash 545 iterable_to_list_test/none: Crash
543 iterable_to_set_test: Crash 546 iterable_to_set_test: Crash
544 iterable_tostring_test: Crash 547 iterable_tostring_test: Crash
545 json_map_test: Crash 548 json_map_test: Crash
546 linked_hash_map_from_iterables_test: Crash 549 linked_hash_map_from_iterables_test: Crash
547 linked_hash_map_test: Crash 550 linked_hash_map_test: Crash
548 list_as_map_test: Crash 551 list_as_map_test: Crash
549 list_contains_argument_order_test: Crash 552 list_contains_argument_order_test: Crash
553 list_fixed_test: Crash # Failed assertion: boolean expression must not be null
550 list_get_range_test: Crash 554 list_get_range_test: Crash
555 list_growable_test: Crash # Failed assertion: boolean expression must not be nul l
551 list_insert_all_test: Crash 556 list_insert_all_test: Crash
552 list_insert_test: Crash 557 list_insert_test: Crash
553 list_map_test: Crash 558 list_map_test: Crash
554 list_replace_range_test: Crash 559 list_replace_range_test: Crash
555 list_reversed_test: Crash 560 list_reversed_test: Crash
556 list_set_all_test: Crash 561 list_set_all_test: Crash
557 list_set_range_test: Crash 562 list_set_range_test: Crash
558 list_sort_test: RuntimeError 563 list_sort_test: Crash # Failed assertion: boolean expression must not be null
559 list_test/01: Crash 564 list_test/01: Crash
560 list_test/none: Crash 565 list_test/none: Crash
561 list_unmodifiable_test: Crash 566 list_unmodifiable_test: Crash
562 main_test: Crash 567 main_test: Crash
563 map_contains_key_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 568 map_contains_key_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
564 map_contains_value_test: Crash 569 map_contains_value_test: Crash
565 map_from_iterable_test: Crash 570 map_from_iterable_test: Crash
566 map_from_iterables_test: Crash 571 map_from_iterables_test: Crash
567 map_from_test: Crash 572 map_from_test: Crash
568 map_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( Maps.mapToString#first) is stored in a closure field. 573 map_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( Maps.mapToString#first) is stored in a closure field.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 set_containsAll_test: Crash 612 set_containsAll_test: Crash
608 set_contains_test: Crash 613 set_contains_test: Crash
609 set_intersection_test: Crash 614 set_intersection_test: Crash
610 set_iterator_test: Crash 615 set_iterator_test: Crash
611 set_removeAll_test: Crash 616 set_removeAll_test: Crash
612 set_remove_test: Crash 617 set_remove_test: Crash
613 set_retainAll_test: Crash 618 set_retainAll_test: Crash
614 set_test: Crash 619 set_test: Crash
615 set_to_string_test: Crash 620 set_to_string_test: Crash
616 shuffle_test: Crash 621 shuffle_test: Crash
617 sort_test: RuntimeError 622 sort_test: Crash # Failed assertion: boolean expression must not be null
618 splay_tree_from_iterable_test: Crash 623 splay_tree_from_iterable_test: Crash
619 splay_tree_from_iterables_test: Crash 624 splay_tree_from_iterables_test: Crash
620 splay_tree_test/01: Crash 625 splay_tree_test/01: Crash
621 splay_tree_test/02: Crash 626 splay_tree_test/02: Crash
622 splay_tree_test/none: Crash 627 splay_tree_test/none: Crash
623 stacktrace_fromstring_test: Crash 628 stacktrace_fromstring_test: Crash
624 string_buffer_test: RuntimeError 629 string_buffer_test: RuntimeError
625 string_codeunits_test: Crash 630 string_codeunits_test: Crash
626 string_from_environment3_test/01: MissingCompileTimeError 631 string_from_environment3_test/01: MissingCompileTimeError
627 string_from_environment3_test/02: MissingCompileTimeError 632 string_from_environment3_test/02: MissingCompileTimeError
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 collection_length_test: Crash 706 collection_length_test: Crash
702 collection_removes_test: Crash 707 collection_removes_test: Crash
703 collection_test: Crash 708 collection_test: Crash
704 collection_to_string_test: Crash 709 collection_to_string_test: Crash
705 compare_to2_test: Crash 710 compare_to2_test: Crash
706 const_list_literal_test: Crash 711 const_list_literal_test: Crash
707 const_list_set_range_test: Crash 712 const_list_set_range_test: Crash
708 core_runtime_types_static_test: Crash 713 core_runtime_types_static_test: Crash
709 core_runtime_types_test: Crash 714 core_runtime_types_test: Crash
710 data_uri_test: Crash 715 data_uri_test: Crash
716 date_time_test: Crash # Stack Overflow
717 duration_test: Crash # Stack Overflow
711 dynamic_nosuchmethod_test: Crash 718 dynamic_nosuchmethod_test: Crash
712 error_stack_trace1_test: Crash 719 error_stack_trace1_test: Crash
713 error_stack_trace2_test: Crash 720 error_stack_trace2_test: Crash
714 expando_test: RuntimeError 721 expando_test: Crash # Stack Overflow
715 for_in_test: Crash 722 for_in_test: Crash
716 from_environment_const_type_test/02: Crash 723 from_environment_const_type_test/02: Crash
717 from_environment_const_type_test/03: Crash 724 from_environment_const_type_test/03: Crash
718 from_environment_const_type_test/04: Crash 725 from_environment_const_type_test/04: Crash
719 from_environment_const_type_test/06: Crash 726 from_environment_const_type_test/06: Crash
720 from_environment_const_type_test/07: Crash 727 from_environment_const_type_test/07: Crash
721 from_environment_const_type_test/08: Crash 728 from_environment_const_type_test/08: Crash
722 from_environment_const_type_test/09: Crash 729 from_environment_const_type_test/09: Crash
723 from_environment_const_type_test/11: Crash 730 from_environment_const_type_test/11: Crash
724 from_environment_const_type_test/12: Crash 731 from_environment_const_type_test/12: Crash
725 from_environment_const_type_test/13: Crash 732 from_environment_const_type_test/13: Crash
726 from_environment_const_type_test/14: Crash 733 from_environment_const_type_test/14: Crash
727 from_environment_const_type_test/16: Crash 734 from_environment_const_type_test/16: Crash
728 from_environment_const_type_undefined_test/02: Crash 735 from_environment_const_type_undefined_test/02: Crash
729 from_environment_const_type_undefined_test/03: Crash 736 from_environment_const_type_undefined_test/03: Crash
730 from_environment_const_type_undefined_test/04: Crash 737 from_environment_const_type_undefined_test/04: Crash
731 from_environment_const_type_undefined_test/06: Crash 738 from_environment_const_type_undefined_test/06: Crash
732 from_environment_const_type_undefined_test/07: Crash 739 from_environment_const_type_undefined_test/07: Crash
733 from_environment_const_type_undefined_test/08: Crash 740 from_environment_const_type_undefined_test/08: Crash
734 from_environment_const_type_undefined_test/09: Crash 741 from_environment_const_type_undefined_test/09: Crash
735 from_environment_const_type_undefined_test/11: Crash 742 from_environment_const_type_undefined_test/11: Crash
736 from_environment_const_type_undefined_test/12: Crash 743 from_environment_const_type_undefined_test/12: Crash
737 from_environment_const_type_undefined_test/13: Crash 744 from_environment_const_type_undefined_test/13: Crash
738 from_environment_const_type_undefined_test/14: Crash 745 from_environment_const_type_undefined_test/14: Crash
739 from_environment_const_type_undefined_test/16: Crash 746 from_environment_const_type_undefined_test/16: Crash
740 growable_list_test: Crash 747 growable_list_test: Crash
748 has_next_iterator_test: Crash # Stack Overflow
741 hash_map2_test: Crash 749 hash_map2_test: Crash
750 hash_map_test: Crash # Stack Overflow
742 hash_set_test/01: Crash 751 hash_set_test/01: Crash
743 hash_set_test/none: Crash 752 hash_set_test/none: Crash
744 hash_set_type_check_test: Crash # NoSuchMethodError: The getter 'name' was calle d on null. 753 hash_set_type_check_test: Crash # NoSuchMethodError: The getter 'name' was calle d on null.
745 hidden_library2_test/01: Crash 754 hidden_library2_test/01: Crash
746 hidden_library2_test/none: Crash 755 hidden_library2_test/none: Crash
747 int_from_environment3_test/01: MissingCompileTimeError 756 int_from_environment3_test/01: MissingCompileTimeError
748 int_from_environment3_test/02: MissingCompileTimeError 757 int_from_environment3_test/02: MissingCompileTimeError
749 int_from_environment3_test/03: MissingCompileTimeError 758 int_from_environment3_test/03: MissingCompileTimeError
750 int_from_environment3_test/04: MissingCompileTimeError 759 int_from_environment3_test/04: MissingCompileTimeError
751 int_from_environment3_test/05: Crash 760 int_from_environment3_test/05: Crash
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 798 iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
790 iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.get AppliedMixin 799 iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.get AppliedMixin
791 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas s' was called on null. 800 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas s' was called on null.
792 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 801 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
793 iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' w as called on null. 802 iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' w as called on null.
794 json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu re.call#result) in (local(listEach_closure.call#key), local(listEach_closure.cal l#value), local(listEach#)) for j:closure_call(listEach_closure.call). 803 json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu re.call#result) in (local(listEach_closure.call#key), local(listEach_closure.cal l#value), local(listEach#)) for j:closure_call(listEach_closure.call).
795 linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu e local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure. call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j :closure_call(Maps_mapToString_closure.call). 804 linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu e local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure. call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j :closure_call(Maps_mapToString_closure.call).
796 linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedH ashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_clos ure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_cal l(LinkedHashMapTest_testMain_closure.call). 805 linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedH ashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_clos ure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_cal l(LinkedHashMapTest_testMain_closure.call).
797 list_as_map_test: Crash # Assertion failure: Cannot find value local(Maps_mapToS tring_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps _mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_ mapToString_closure.call). 806 list_as_map_test: Crash # Assertion failure: Cannot find value local(Maps_mapToS tring_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps _mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_ mapToString_closure.call).
798 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos ingClass' was called on null. 807 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos ingClass' was called on null.
808 list_fixed_test: Crash # Stack Overflow
799 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin 809 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin
810 list_growable_test: Crash # Stack Overflow
800 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin 811 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
801 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM ixin 812 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM ixin
802 list_map_test: Crash 813 list_map_test: Crash
803 list_replace_range_test: Crash 814 list_replace_range_test: Crash
804 list_reversed_test: Crash 815 list_reversed_test: Crash
805 list_set_all_test: Crash 816 list_set_all_test: Crash
806 list_set_range_test: Crash 817 list_set_range_test: Crash
807 list_sort_test: RuntimeError 818 list_sort_test: Crash # Stack Overflow
808 list_test/01: Crash 819 list_test/01: Crash
809 list_test/none: Crash 820 list_test/none: Crash
810 list_unmodifiable_test: Crash 821 list_unmodifiable_test: Crash
811 main_test: Crash 822 main_test: Crash
823 map_contains_key_test: Crash # Stack Overflow
812 map_contains_value_test: Crash 824 map_contains_value_test: Crash
813 map_from_iterable_test: Crash 825 map_from_iterable_test: Crash
814 map_from_iterables_test: Crash 826 map_from_iterables_test: Crash
815 map_from_test: Crash 827 map_from_test: Crash
828 map_index_test: Crash # Stack Overflow
816 map_keys2_test: Crash 829 map_keys2_test: Crash
817 map_keys_test: Crash 830 map_keys_test: Crash
831 map_remove_test: Crash # Stack Overflow
818 map_test: Crash # Issue 27394 832 map_test: Crash # Issue 27394
819 map_to_string_test: RuntimeError 833 map_to_string_test: Crash # Stack Overflow
820 map_values2_test: Crash 834 map_values2_test: Crash
821 map_values3_test: Crash 835 map_values3_test: Crash
822 map_values4_test: Crash 836 map_values4_test: Crash
823 map_values_test: Crash 837 map_values_test: Crash
824 maps_test: Crash 838 maps_test: Crash
825 nan_infinity_test/01: RuntimeError 839 nan_infinity_test/01: RuntimeError
826 null_nosuchmethod_test: Crash 840 null_nosuchmethod_test: Crash
827 queue_first_test: Crash 841 queue_first_test: Crash
828 queue_iterator_test: Crash 842 queue_iterator_test: Crash
829 queue_last_test: Crash 843 queue_last_test: Crash
830 queue_single_test: Crash 844 queue_single_test: Crash
831 queue_test: Crash 845 queue_test: Crash
832 range_error_test: Crash 846 range_error_test: Crash
833 reg_exp4_test: Crash 847 reg_exp4_test: Crash
834 reg_exp5_test: Crash 848 reg_exp5_test: Crash
835 reg_exp_all_matches_test: Crash 849 reg_exp_all_matches_test: Crash
836 reg_exp_start_end_test: Crash 850 reg_exp_start_end_test: Crash
837 regexp/ascii-regexp-subject_test: Timeout 851 regexp/ascii-regexp-subject_test: Crash # Stack Overflow
838 regexp/capture_test: Crash 852 regexp/capture_test: Crash
839 regexp/ecma-regex-examples_test: Crash 853 regexp/ecma-regex-examples_test: Crash
840 regexp/extended-characters-more_test: Crash 854 regexp/extended-characters-more_test: Crash
841 regexp/global_test: Crash 855 regexp/global_test: Crash
842 regexp/indexof_test: Crash 856 regexp/indexof_test: Crash
843 regexp/issue_19193_test: Crash 857 regexp/issue_19193_test: Crash
844 regexp/lastindex_test: Crash 858 regexp/lastindex_test: Crash
845 regexp/no-extensions_test: Crash 859 regexp/no-extensions_test: Crash
846 regexp/non-capturing-groups_test: Crash 860 regexp/non-capturing-groups_test: Crash
847 regexp/parentheses_test: Crash 861 regexp/parentheses_test: Crash
848 regexp/pcre-test-4_test: Crash 862 regexp/pcre-test-4_test: Crash
849 regexp/regexp_kde_test: Crash 863 regexp/regexp_kde_test: Crash
850 regexp/regexp_test: Crash 864 regexp/regexp_test: Crash
851 regexp/regress-regexp-codeflush_test: Crash 865 regexp/regress-regexp-codeflush_test: Crash
852 regexp/standalones_test: Crash 866 regexp/standalones_test: Crash
853 regress_r21715_test: Crash 867 regress_r21715_test: Crash
854 set_containsAll_test: Crash 868 set_containsAll_test: Crash
855 set_contains_test: Crash 869 set_contains_test: Crash
856 set_intersection_test: Crash 870 set_intersection_test: Crash
857 set_iterator_test: Crash 871 set_iterator_test: Crash
858 set_removeAll_test: Crash 872 set_removeAll_test: Crash
859 set_remove_test: Crash 873 set_remove_test: Crash
860 set_retainAll_test: Crash 874 set_retainAll_test: Crash
861 set_test: Crash 875 set_test: Crash
862 set_to_string_test: Crash 876 set_to_string_test: Crash
863 shuffle_test: Crash 877 shuffle_test: Crash
864 sort_test: RuntimeError 878 sort_test: Crash # Stack Overflow
865 splay_tree_from_iterable_test: Crash 879 splay_tree_from_iterable_test: Crash
866 splay_tree_from_iterables_test: Crash 880 splay_tree_from_iterables_test: Crash
867 splay_tree_test/01: Crash 881 splay_tree_test/01: Crash
868 splay_tree_test/02: Crash 882 splay_tree_test/02: Crash
869 splay_tree_test/none: Crash 883 splay_tree_test/none: Crash
870 stacktrace_fromstring_test: Crash 884 stacktrace_fromstring_test: Crash
871 string_base_vm_static_test: Crash 885 string_base_vm_static_test: Crash
872 string_buffer_test: RuntimeError 886 string_buffer_test: RuntimeError
873 string_codeunits_test: Crash 887 string_codeunits_test: Crash
874 string_from_environment3_test/01: MissingCompileTimeError 888 string_from_environment3_test/01: MissingCompileTimeError
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 974
961 [ $compiler == dart2analyzer && $checked && !$strong ] 975 [ $compiler == dart2analyzer && $checked && !$strong ]
962 iterable_fold_test/01: Pass 976 iterable_fold_test/01: Pass
963 977
964 [ $compiler == dart2analyzer && $strong && !$checked ] 978 [ $compiler == dart2analyzer && $strong && !$checked ]
965 iterable_fold_test/01: CompileTimeError 979 iterable_fold_test/01: CompileTimeError
966 980
967 [ $runtime == dart_precompiled && $minified ] 981 [ $runtime == dart_precompiled && $minified ]
968 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper 982 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
969 error_stack_trace1_test: Skip # Expects unobfuscated stack trace 983 error_stack_trace1_test: Skip # Expects unobfuscated stack trace
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/universe/use.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698