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

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

Issue 3002953002: Split getClosureRepresentationInfo into MemberEntity and (ir/ast) nodes (Closed)
Patch Set: Update cf. comments Created 3 years, 4 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
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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 collection_length_test: Crash 477 collection_length_test: Crash
478 collection_removes_test: Crash 478 collection_removes_test: Crash
479 collection_test: Crash 479 collection_test: Crash
480 collection_to_string_test: Crash 480 collection_to_string_test: Crash
481 compare_to2_test: Crash 481 compare_to2_test: Crash
482 const_list_literal_test: Crash 482 const_list_literal_test: Crash
483 const_list_set_range_test: Crash 483 const_list_set_range_test: Crash
484 core_runtime_types_test: Crash 484 core_runtime_types_test: Crash
485 data_uri_test: Crash 485 data_uri_test: Crash
486 date_time_test: Timeout 486 date_time_test: Timeout
487 double_parse_test/01: Crash
488 double_parse_test/02: Crash
489 double_parse_test/03: Crash
490 double_parse_test/04: Crash
491 double_parse_test/none: Crash
492 dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'Memb erElement' of 'member' where 487 dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'Memb erElement' of 'member' where
493 error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 488 error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
494 error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwr apException_closure.call#ex) in (local(unwrapException_closure.call#error), loca l(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStac kTrace)) for j:closure_call(unwrapException_closure.call). 489 error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwr apException_closure.call#ex) in (local(unwrapException_closure.call#error), loca l(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStac kTrace)) for j:closure_call(unwrapException_closure.call).
495 expando_test: RuntimeError 490 expando_test: RuntimeError
496 for_in_test: Crash 491 for_in_test: Crash
497 growable_list_test: Crash 492 growable_list_test: Crash
498 hash_map2_test: Crash 493 hash_map2_test: Crash
499 hash_set_test/01: Crash 494 hash_set_test/01: Crash
500 hash_set_test/none: Crash 495 hash_set_test/none: Crash
501 hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart2/sdk/p kg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'c losure != null': Corresponding closure class not found for local(main_closure.ca ll#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), loca l(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:c losure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashS et.)) 496 hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart2/sdk/p kg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'c losure != null': Corresponding closure class not found for local(main_closure.ca ll#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), loca l(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:c losure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashS et.))
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 iterable_test: Crash 541 iterable_test: Crash
547 iterable_to_list_test/01: Crash 542 iterable_to_list_test/01: Crash
548 iterable_to_list_test/none: Crash 543 iterable_to_list_test/none: Crash
549 iterable_to_set_test: Crash 544 iterable_to_set_test: Crash
550 iterable_tostring_test: Crash 545 iterable_tostring_test: Crash
551 json_map_test: Crash 546 json_map_test: Crash
552 linked_hash_map_from_iterables_test: Crash 547 linked_hash_map_from_iterables_test: Crash
553 linked_hash_map_test: Crash 548 linked_hash_map_test: Crash
554 list_as_map_test: Crash 549 list_as_map_test: Crash
555 list_contains_argument_order_test: Crash 550 list_contains_argument_order_test: Crash
556 list_for_each_test: Crash
557 list_get_range_test: Crash 551 list_get_range_test: Crash
558 list_insert_all_test: Crash 552 list_insert_all_test: Crash
559 list_insert_test: Crash 553 list_insert_test: Crash
560 list_map_test: Crash 554 list_map_test: Crash
561 list_replace_range_test: Crash 555 list_replace_range_test: Crash
562 list_reversed_test: Crash 556 list_reversed_test: Crash
563 list_set_all_test: Crash 557 list_set_all_test: Crash
564 list_set_range_test: Crash 558 list_set_range_test: Crash
565 list_sort_test: RuntimeError 559 list_sort_test: RuntimeError
566 list_test/01: Crash 560 list_test/01: Crash
567 list_test/none: Crash 561 list_test/none: Crash
568 list_unmodifiable_test: Crash 562 list_unmodifiable_test: Crash
569 main_test: Crash 563 main_test: Crash
570 map_contains_value_test: Crash 564 map_contains_value_test: Crash
571 map_from_iterable_test: Crash 565 map_from_iterable_test: Crash
572 map_from_iterables_test: Crash 566 map_from_iterables_test: Crash
573 map_from_test: Crash 567 map_from_test: Crash
574 map_keys2_test: Crash 568 map_keys2_test: Crash
575 map_keys_test: Crash 569 map_keys_test: Crash
576 map_test: Crash # Issue 27394 570 map_test: Crash # Issue 27394
577 map_to_string_test: RuntimeError 571 map_to_string_test: RuntimeError
578 map_values2_test: Crash 572 map_values2_test: Crash
579 map_values3_test: Crash 573 map_values3_test: Crash
580 map_values4_test: Crash 574 map_values4_test: Crash
581 map_values_test: Crash 575 map_values_test: Crash
582 maps_test: Crash 576 maps_test: Crash
583 nan_infinity_test/01: RuntimeError 577 nan_infinity_test/01: RuntimeError
584 null_nosuchmethod_test: Crash 578 null_nosuchmethod_test: Crash
585 num_parse_test/01: Crash
586 num_parse_test/none: Crash
587 queue_first_test: Crash 579 queue_first_test: Crash
588 queue_iterator_test: Crash 580 queue_iterator_test: Crash
589 queue_last_test: Crash 581 queue_last_test: Crash
590 queue_single_test: Crash 582 queue_single_test: Crash
591 queue_test: Crash 583 queue_test: Crash
592 range_error_test: Crash 584 range_error_test: Crash
593 reg_exp4_test: Crash 585 reg_exp4_test: Crash
594 reg_exp5_test: Crash 586 reg_exp5_test: Crash
595 reg_exp_all_matches_test: Crash 587 reg_exp_all_matches_test: Crash
596 reg_exp_start_end_test: Crash 588 reg_exp_start_end_test: Crash
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 collection_removes_test: Crash 700 collection_removes_test: Crash
709 collection_test: Crash 701 collection_test: Crash
710 collection_to_string_test: Crash 702 collection_to_string_test: Crash
711 compare_to2_test: Crash 703 compare_to2_test: Crash
712 const_list_literal_test: Crash 704 const_list_literal_test: Crash
713 const_list_set_range_test: Crash 705 const_list_set_range_test: Crash
714 core_runtime_types_static_test: Crash 706 core_runtime_types_static_test: Crash
715 core_runtime_types_test: Crash 707 core_runtime_types_test: Crash
716 data_uri_test: Crash 708 data_uri_test: Crash
717 date_time_test: Timeout 709 date_time_test: Timeout
718 double_parse_test/01: Crash
719 double_parse_test/02: Crash
720 double_parse_test/03: Crash
721 double_parse_test/04: Crash
722 double_parse_test/none: Crash
723 dynamic_nosuchmethod_test: Crash 710 dynamic_nosuchmethod_test: Crash
724 error_stack_trace1_test: Crash 711 error_stack_trace1_test: Crash
725 error_stack_trace2_test: Crash 712 error_stack_trace2_test: Crash
726 expando_test: RuntimeError 713 expando_test: RuntimeError
727 for_in_test: Crash 714 for_in_test: Crash
728 from_environment_const_type_test/02: Crash 715 from_environment_const_type_test/02: Crash
729 from_environment_const_type_test/03: Crash 716 from_environment_const_type_test/03: Crash
730 from_environment_const_type_test/04: Crash 717 from_environment_const_type_test/04: Crash
731 from_environment_const_type_test/06: Crash 718 from_environment_const_type_test/06: Crash
732 from_environment_const_type_test/07: Crash 719 from_environment_const_type_test/07: Crash
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 790 iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
804 iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.get AppliedMixin 791 iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.get AppliedMixin
805 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas s' was called on null. 792 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas s' was called on null.
806 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 793 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
807 iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' w as called on null. 794 iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' w as called on null.
808 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 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).
809 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_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).
810 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 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).
811 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_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).
812 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos ingClass' was called on null. 799 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos ingClass' was called on null.
813 list_for_each_test: Crash # UnimplementedError: KernelClosedWorldMixin.getApplie dMixin
814 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin 800 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin
815 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin 801 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
816 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM ixin 802 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM ixin
817 list_map_test: Crash 803 list_map_test: Crash
818 list_replace_range_test: Crash 804 list_replace_range_test: Crash
819 list_reversed_test: Crash 805 list_reversed_test: Crash
820 list_set_all_test: Crash 806 list_set_all_test: Crash
821 list_set_range_test: Crash 807 list_set_range_test: Crash
822 list_sort_test: RuntimeError 808 list_sort_test: RuntimeError
823 list_test/01: Crash 809 list_test/01: Crash
824 list_test/none: Crash 810 list_test/none: Crash
825 list_unmodifiable_test: Crash 811 list_unmodifiable_test: Crash
826 main_test: Crash 812 main_test: Crash
827 map_contains_value_test: Crash 813 map_contains_value_test: Crash
828 map_from_iterable_test: Crash 814 map_from_iterable_test: Crash
829 map_from_iterables_test: Crash 815 map_from_iterables_test: Crash
830 map_from_test: Crash 816 map_from_test: Crash
831 map_keys2_test: Crash 817 map_keys2_test: Crash
832 map_keys_test: Crash 818 map_keys_test: Crash
833 map_test: Crash # Issue 27394 819 map_test: Crash # Issue 27394
834 map_to_string_test: Crash 820 map_to_string_test: Crash
821 map_to_string_test: RuntimeError
835 map_values2_test: Crash 822 map_values2_test: Crash
836 map_values3_test: Crash 823 map_values3_test: Crash
837 map_values4_test: Crash 824 map_values4_test: Crash
838 map_values_test: Crash 825 map_values_test: Crash
839 maps_test: Crash 826 maps_test: Crash
840 nan_infinity_test/01: RuntimeError 827 nan_infinity_test/01: RuntimeError
841 null_nosuchmethod_test: Crash 828 null_nosuchmethod_test: Crash
842 map_to_string_test: RuntimeError
843 num_parse_test/01: Crash
844 num_parse_test/none: Crash
845 queue_first_test: Crash 829 queue_first_test: Crash
846 queue_iterator_test: Crash 830 queue_iterator_test: Crash
847 queue_last_test: Crash 831 queue_last_test: Crash
848 queue_single_test: Crash 832 queue_single_test: Crash
849 queue_test: Crash 833 queue_test: Crash
850 range_error_test: Crash 834 range_error_test: Crash
851 reg_exp4_test: Crash 835 reg_exp4_test: Crash
852 reg_exp5_test: Crash 836 reg_exp5_test: Crash
853 reg_exp_all_matches_test: Crash 837 reg_exp_all_matches_test: Crash
854 reg_exp_start_end_test: Crash 838 reg_exp_start_end_test: Crash
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 int_parse_radix_bad_handler_test: Pass 958 int_parse_radix_bad_handler_test: Pass
975 959
976 [ $compiler == dart2analyzer && $strong && $checked ] 960 [ $compiler == dart2analyzer && $strong && $checked ]
977 iterable_fold_test/01: CompileTimeError 961 iterable_fold_test/01: CompileTimeError
978 962
979 [ $compiler == dart2analyzer && $checked && !$strong ] 963 [ $compiler == dart2analyzer && $checked && !$strong ]
980 iterable_fold_test/01: Pass 964 iterable_fold_test/01: Pass
981 965
982 [ $compiler == dart2analyzer && $strong && !$checked ] 966 [ $compiler == dart2analyzer && $strong && !$checked ]
983 iterable_fold_test/01: CompileTimeError 967 iterable_fold_test/01: CompileTimeError
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698