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

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

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (Closed)
Patch Set: use a type visitor 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
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 collection_test: Crash 517 collection_test: Crash
518 collection_to_string_test: Crash 518 collection_to_string_test: Crash
519 compare_to2_test: Crash 519 compare_to2_test: Crash
520 const_list_literal_test: Crash 520 const_list_literal_test: Crash
521 const_list_set_range_test: Crash 521 const_list_set_range_test: Crash
522 core_runtime_types_test: Crash 522 core_runtime_types_test: Crash
523 data_uri_test: Crash 523 data_uri_test: Crash
524 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. 524 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.
525 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)) 525 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))
526 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. 526 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.
527 expando_test: RuntimeError
527 for_in_test: Crash 528 for_in_test: Crash
528 growable_list_test: Crash 529 growable_list_test: Crash
529 hash_map2_test: Crash 530 hash_map2_test: Crash
530 hash_set_test/01: Crash 531 hash_set_test/01: Crash
531 hash_set_test/none: Crash 532 hash_set_test/none: Crash
532 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.)) 533 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.))
533 hidden_library2_test/01: Crash 534 hidden_library2_test/01: Crash
534 hidden_library2_test/none: Crash 535 hidden_library2_test/none: Crash
535 int_from_environment3_test/01: MissingCompileTimeError 536 int_from_environment3_test/01: MissingCompileTimeError
536 int_from_environment3_test/02: MissingCompileTimeError 537 int_from_environment3_test/02: MissingCompileTimeError
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 map_from_test: Crash 601 map_from_test: Crash
601 map_keys2_test: Crash 602 map_keys2_test: Crash
602 map_keys_test: Crash 603 map_keys_test: Crash
603 map_test: Crash # Issue 27394 604 map_test: Crash # Issue 27394
604 map_values2_test: Crash 605 map_values2_test: Crash
605 map_values3_test: Crash 606 map_values3_test: Crash
606 map_values4_test: Crash 607 map_values4_test: Crash
607 map_values_test: Crash 608 map_values_test: Crash
608 maps_test: Crash 609 maps_test: Crash
609 nan_infinity_test/01: RuntimeError 610 nan_infinity_test/01: RuntimeError
610 null_nosuchmethod_test: Crash
611 queue_first_test: Crash 611 queue_first_test: Crash
612 queue_iterator_test: Crash 612 queue_iterator_test: Crash
613 queue_last_test: Crash 613 queue_last_test: Crash
614 queue_single_test: Crash 614 queue_single_test: Crash
615 queue_test: Crash 615 queue_test: Crash
616 range_error_test: Crash 616 range_error_test: Crash
617 reg_exp4_test: Crash 617 reg_exp4_test: Crash
618 reg_exp5_test: Crash 618 reg_exp5_test: Crash
619 reg_exp_all_matches_test: Crash 619 reg_exp_all_matches_test: Crash
620 reg_exp_start_end_test: Crash 620 reg_exp_start_end_test: Crash
(...skipping 16 matching lines...) Expand all
637 set_containsAll_test: Crash 637 set_containsAll_test: Crash
638 set_contains_test: Crash 638 set_contains_test: Crash
639 set_intersection_test: Crash 639 set_intersection_test: Crash
640 set_iterator_test: Crash 640 set_iterator_test: Crash
641 set_removeAll_test: Crash 641 set_removeAll_test: Crash
642 set_remove_test: Crash 642 set_remove_test: Crash
643 set_retainAll_test: Crash 643 set_retainAll_test: Crash
644 set_test: Crash 644 set_test: Crash
645 set_to_string_test: Crash 645 set_to_string_test: Crash
646 shuffle_test: Crash 646 shuffle_test: Crash
647 expando_test: RuntimeError
648 splay_tree_from_iterable_test: Crash 647 splay_tree_from_iterable_test: Crash
649 splay_tree_from_iterables_test: Crash 648 splay_tree_from_iterables_test: Crash
650 splay_tree_test/01: Crash 649 splay_tree_test/01: Crash
651 splay_tree_test/02: Crash 650 splay_tree_test/02: Crash
652 splay_tree_test/none: Crash 651 splay_tree_test/none: Crash
653 stacktrace_fromstring_test: Crash 652 stacktrace_fromstring_test: Crash
654 string_buffer_test: RuntimeError 653 string_buffer_test: RuntimeError
655 string_codeunits_test: Crash 654 string_codeunits_test: Crash
656 string_from_environment3_test/01: MissingCompileTimeError 655 string_from_environment3_test/01: MissingCompileTimeError
657 string_from_environment3_test/02: MissingCompileTimeError 656 string_from_environment3_test/02: MissingCompileTimeError
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 map_from_test: Crash 843 map_from_test: Crash
845 map_keys2_test: Crash 844 map_keys2_test: Crash
846 map_keys_test: Crash 845 map_keys_test: Crash
847 map_test: Crash # Issue 27394 846 map_test: Crash # Issue 27394
848 map_values2_test: Crash 847 map_values2_test: Crash
849 map_values3_test: Crash 848 map_values3_test: Crash
850 map_values4_test: Crash 849 map_values4_test: Crash
851 map_values_test: Crash 850 map_values_test: Crash
852 maps_test: Crash 851 maps_test: Crash
853 nan_infinity_test/01: RuntimeError 852 nan_infinity_test/01: RuntimeError
854 null_nosuchmethod_test: Crash
855 queue_first_test: Crash 853 queue_first_test: Crash
856 queue_iterator_test: Crash 854 queue_iterator_test: Crash
857 queue_last_test: Crash 855 queue_last_test: Crash
858 queue_single_test: Crash 856 queue_single_test: Crash
859 queue_test: Crash 857 queue_test: Crash
860 range_error_test: Crash 858 range_error_test: Crash
861 reg_exp4_test: Crash 859 reg_exp4_test: Crash
862 reg_exp5_test: Crash 860 reg_exp5_test: Crash
863 reg_exp_all_matches_test: Crash 861 reg_exp_all_matches_test: Crash
864 reg_exp_start_end_test: Crash 862 reg_exp_start_end_test: Crash
863 regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Onl y valid value is 0: 1
865 regexp/ascii-regexp-subject_test: Timeout 864 regexp/ascii-regexp-subject_test: Timeout
866 regexp/capture_test: Crash 865 regexp/capture_test: Crash
867 regexp/ecma-regex-examples_test: Crash 866 regexp/ecma-regex-examples_test: Crash
868 regexp/extended-characters-more_test: Crash 867 regexp/extended-characters-more_test: Crash
869 regexp/global_test: Crash 868 regexp/global_test: Crash
870 regexp/indexof_test: Crash 869 regexp/indexof_test: Crash
871 regexp/issue_19193_test: Crash 870 regexp/issue_19193_test: Crash
872 regexp/lastindex_test: Crash 871 regexp/lastindex_test: Crash
873 regexp/no-extensions_test: Crash 872 regexp/no-extensions_test: Crash
874 regexp/non-capturing-groups_test: Crash 873 regexp/non-capturing-groups_test: Crash
875 regexp/parentheses_test: Crash 874 regexp/parentheses_test: Crash
876 regexp/pcre-test-4_test: Crash 875 regexp/pcre-test-4_test: Crash
877 regexp/regexp_kde_test: Crash 876 regexp/regexp_kde_test: Crash
878 regexp/regexp_test: Crash 877 regexp/regexp_test: Crash
879 regexp/regress-regexp-codeflush_test: Crash 878 regexp/regress-regexp-codeflush_test: Crash
880 regexp/standalones_test: Crash 879 regexp/standalones_test: Crash
881 regress_r21715_test: Crash 880 regress_r21715_test: Crash
882 set_containsAll_test: Crash 881 set_containsAll_test: Crash
883 set_contains_test: Crash 882 set_contains_test: Crash
884 set_intersection_test: Crash 883 set_intersection_test: Crash
885 set_iterator_test: Crash 884 set_iterator_test: Crash
886 set_removeAll_test: Crash 885 set_removeAll_test: Crash
887 set_remove_test: Crash 886 set_remove_test: Crash
888 set_retainAll_test: Crash 887 set_retainAll_test: Crash
889 set_test: Crash 888 set_test: Crash
890 set_to_string_test: Crash 889 set_to_string_test: Crash
891 shuffle_test: Crash 890 shuffle_test: Crash
892 regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Onl y valid value is 0: 1
893 splay_tree_from_iterable_test: Crash 891 splay_tree_from_iterable_test: Crash
894 splay_tree_from_iterables_test: Crash 892 splay_tree_from_iterables_test: Crash
895 splay_tree_test/01: Crash 893 splay_tree_test/01: Crash
896 splay_tree_test/02: Crash 894 splay_tree_test/02: Crash
897 splay_tree_test/none: Crash 895 splay_tree_test/none: Crash
898 stacktrace_fromstring_test: Crash 896 stacktrace_fromstring_test: Crash
899 string_base_vm_static_test: Crash 897 string_base_vm_static_test: Crash
900 string_buffer_test: RuntimeError 898 string_buffer_test: RuntimeError
901 string_codeunits_test: Crash 899 string_codeunits_test: Crash
902 string_from_environment3_test/01: MissingCompileTimeError 900 string_from_environment3_test/01: MissingCompileTimeError
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 989
992 [ $compiler == dart2analyzer && $strong && !$checked ] 990 [ $compiler == dart2analyzer && $strong && !$checked ]
993 iterable_fold_test/01: CompileTimeError 991 iterable_fold_test/01: CompileTimeError
994 992
995 [ $runtime == dart_precompiled && $minified ] 993 [ $runtime == dart_precompiled && $minified ]
996 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper 994 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
997 error_stack_trace1_test: Skip # Expects unobfuscated stack trace 995 error_stack_trace1_test: Skip # Expects unobfuscated stack trace
998 996
999 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] 997 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ]
1000 list_concurrent_modify_test: Crash # Issue 30559 998 list_concurrent_modify_test: Crash # Issue 30559
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698