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

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

Issue 3000423002: Update tests status to make (fyi) dartkp buildbots green. (Closed)
Patch Set: Update statuses 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 | « tests/language_2/language_2_kernel.status ('k') | tests/standalone/standalone.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) 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 mirrors/type_variable_owner_test/01: RuntimeError 547 mirrors/type_variable_owner_test/01: RuntimeError
548 mirrors/typedef_in_signature_test: RuntimeError 548 mirrors/typedef_in_signature_test: RuntimeError
549 mirrors/typedef_library_test: RuntimeError 549 mirrors/typedef_library_test: RuntimeError
550 mirrors/typedef_metadata_test: RuntimeError 550 mirrors/typedef_metadata_test: RuntimeError
551 mirrors/typedef_reflected_type_test/01: RuntimeError 551 mirrors/typedef_reflected_type_test/01: RuntimeError
552 mirrors/typedef_reflected_type_test/none: RuntimeError 552 mirrors/typedef_reflected_type_test/none: RuntimeError
553 mirrors/typedef_test: RuntimeError 553 mirrors/typedef_test: RuntimeError
554 mirrors/typevariable_mirror_metadata_test: RuntimeError 554 mirrors/typevariable_mirror_metadata_test: RuntimeError
555 mirrors/variable_is_const_test/01: MissingCompileTimeError 555 mirrors/variable_is_const_test/01: MissingCompileTimeError
556 556
557 [ $compiler == dartkp ]
siva 2017/08/28 23:38:28 mirrors is not supported under precompilation so s
aam 2017/08/29 00:13:16 Ah, makes sense. Done.
558 mirrors/abstract_class_test/00: Crash
559 mirrors/abstract_class_test/none: Crash
560 mirrors/abstract_test: Crash
561 mirrors/accessor_cache_overflow_test: Crash
562 mirrors/array_tracing2_test: Crash
563 mirrors/array_tracing3_test: Crash
564 mirrors/array_tracing_test: Crash
565 mirrors/basic_types_in_dart_core_test: Crash
566 mirrors/circular_factory_redirection_test/none: Crash
567 mirrors/class_declarations_test/01: Crash
568 mirrors/class_declarations_test/none: Crash
569 mirrors/class_mirror_location_test: Crash
570 mirrors/class_mirror_type_variables_test: Crash
571 mirrors/closures_test: Crash
572 mirrors/closurization_equivalence_test: Crash
573 mirrors/constructor_kinds_test/01: Crash
574 mirrors/constructor_kinds_test/none: Crash
575 mirrors/constructor_private_name_test: Crash
576 mirrors/constructors_test: Crash
577 mirrors/declarations_type_test: Crash
578 mirrors/deferred_type_test: Crash
579 mirrors/delegate_call_through_getter_test: Crash
580 mirrors/delegate_class_test: Crash
581 mirrors/delegate_function_invocation_test: Crash
582 mirrors/delegate_library_test: Crash
583 mirrors/delegate_test: Crash
584 mirrors/disable_tree_shaking_test: Crash
585 mirrors/enum_test: Crash
586 mirrors/equality_test: Crash
587 mirrors/fake_function_with_call_test: Crash
588 mirrors/fake_function_without_call_test: Crash
589 mirrors/field_type_test: Crash
590 mirrors/function_apply_test: Crash
591 mirrors/function_type_mirror_test: Crash
592 mirrors/generic_bounded_by_type_parameter_test/01: Crash
593 mirrors/generic_bounded_by_type_parameter_test/02: Crash
594 mirrors/generic_bounded_by_type_parameter_test/none: Crash
595 mirrors/generic_bounded_test/01: Crash
596 mirrors/generic_bounded_test/02: Crash
597 mirrors/generic_bounded_test/none: Crash
598 mirrors/generic_class_declaration_test: Crash
599 mirrors/generic_f_bounded_mixin_application_test: Crash
600 mirrors/generic_f_bounded_test/01: Crash
601 mirrors/generic_f_bounded_test/none: Crash
602 mirrors/generic_function_typedef_test: Crash
603 mirrors/generic_interface_test/01: Crash
604 mirrors/generic_interface_test/none: Crash
605 mirrors/generic_list_test: Crash
606 mirrors/generic_local_function_test: Crash
607 mirrors/generic_mixin_applications_test: Crash
608 mirrors/generic_mixin_test: Crash
609 mirrors/generics_double_substitution_test/01: Crash
610 mirrors/generics_double_substitution_test/none: Crash
611 mirrors/generics_dynamic_test: Crash
612 mirrors/generics_special_types_test: Crash
613 mirrors/generics_substitution_test: Crash
614 mirrors/generics_test/01: Crash
615 mirrors/generics_test/none: Crash
616 mirrors/generic_superclass_test/01: Crash
617 mirrors/generic_superclass_test/none: Crash
618 mirrors/generic_type_mirror_test: Crash
619 mirrors/get_field_cache_test: Crash
620 mirrors/get_field_static_test/00: Crash
621 mirrors/get_field_static_test/none: Crash
622 mirrors/get_field_test: Crash
623 mirrors/globalized_closures2_test/00: Crash
624 mirrors/globalized_closures2_test/none: Crash
625 mirrors/globalized_closures_test/00: Crash
626 mirrors/globalized_closures_test/none: Crash
627 mirrors/hierarchy_invariants_test: Crash
628 mirrors/hot_get_field_test: Crash
629 mirrors/hot_set_field_test: Crash
630 mirrors/immutable_collections_test: Crash
631 mirrors/inference_and_no_such_method_test: Crash
632 mirrors/inherited_metadata_test: Crash
633 mirrors/inherit_field_test: Crash
634 mirrors/initializing_formals_test/01: Crash
635 mirrors/initializing_formals_test/03: Crash
636 mirrors/initializing_formals_test/none: Crash
637 mirrors/instance_members_easier_test: Crash
638 mirrors/instance_members_test: Crash
639 mirrors/instance_members_unimplemented_interface_test: Crash
640 mirrors/instance_members_with_override_test: Crash
641 mirrors/instantiate_abstract_class_test: Crash
642 mirrors/intercepted_cache_test: Crash
643 mirrors/intercepted_class_test: Crash
644 mirrors/intercepted_object_test: Crash
645 mirrors/intercepted_superclass_test: Crash
646 mirrors/invocation_cache_test: Crash
647 mirrors/invocation_fuzz_test/smi: Crash
648 mirrors/invoke_call_on_closure_test: Crash
649 mirrors/invoke_call_through_getter_previously_accessed_test/named: Crash
650 mirrors/invoke_call_through_getter_previously_accessed_test/none: Crash
651 mirrors/invoke_call_through_getter_test/named: Crash
652 mirrors/invoke_call_through_getter_test/none: Crash
653 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Cras h
654 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none: Crash
655 mirrors/invoke_call_through_implicit_getter_test: Crash
656 mirrors/invoke_closurization2_test: Crash
657 mirrors/invoke_closurization_test: Crash
658 mirrors/invoke_import_test: Crash
659 mirrors/invoke_named_test/01: Crash
660 mirrors/invoke_named_test/none: Crash
661 mirrors/invoke_natives_malicious_test: Crash
662 mirrors/invoke_private_test: Crash
663 mirrors/invoke_private_wrong_library_test: Crash
664 mirrors/invoke_test: Crash
665 mirrors/io_html_mutual_exclusion_test: Crash
666 mirrors/is_odd_test: Crash
667 mirrors/lazy_static_test: Crash
668 mirrors/libraries_test: Crash
669 mirrors/library_declarations_test/01: Crash
670 mirrors/library_declarations_test/none: Crash
671 mirrors/library_exports_hidden_test: Crash
672 mirrors/library_exports_shown_test: Crash
673 mirrors/library_imports_bad_metadata_test/none: Crash
674 mirrors/library_imports_deferred_test: Crash
675 mirrors/library_imports_hidden_test: Crash
676 mirrors/library_imports_metadata_test: Crash
677 mirrors/library_imports_prefixed_show_hide_test: Crash
678 mirrors/library_imports_prefixed_test: Crash
679 mirrors/library_imports_shown_test: Crash
680 mirrors/library_metadata2_test/none: Crash
681 mirrors/library_metadata_test: Crash
682 mirrors/library_uri_io_test: Crash
683 mirrors/library_uri_package_test: Crash
684 mirrors/load_library_test: Crash
685 mirrors/local_function_is_static_test: Crash
686 mirrors/local_isolate_test: Crash
687 mirrors/metadata_allowed_values_test/27: MissingCompileTimeError
688 mirrors/metadata_allowed_values_test/none: Crash
689 mirrors/metadata_class_mirror_test: Crash
690 mirrors/metadata_const_map_test: Crash
691 mirrors/metadata_constructor_arguments_test/none: Crash
692 mirrors/metadata_nested_constructor_call_test/none: Crash
693 mirrors/metadata_scope_test/none: Crash
694 mirrors/metadata_test: Crash
695 mirrors/method_mirror_location_test: Crash
696 mirrors/method_mirror_name_test: Crash
697 mirrors/method_mirror_properties_test: Crash
698 mirrors/method_mirror_returntype_test: Crash
699 mirrors/mirror_in_static_init_test/none: Crash
700 mirrors/mirrors_nsm_mismatch_test: Crash
701 mirrors/mirrors_nsm_test/dart2js: Crash
702 mirrors/mirrors_nsm_test/none: Crash
703 mirrors/mirrors_resolve_fields_test: Crash
704 mirrors/mirrors_used_generic_types_test: Crash
705 mirrors/mirrors_used_inheritance_test: Crash
706 mirrors/mirrors_used_typedef_declaration_test/01: Crash
707 mirrors/mirrors_used_typedef_declaration_test/none: Crash
708 mirrors/mixin_application_test: Crash
709 mirrors/mixin_members_test: Crash
710 mirrors/mixin_test: Crash
711 mirrors/new_instance_optional_arguments_test: Crash
712 mirrors/new_instance_with_type_arguments_test: Crash
713 mirrors/no_metadata_test: Crash
714 mirrors/null2_test: Crash
715 mirrors/null_test: Crash
716 mirrors/operator_test: Crash
717 mirrors/optional_parameters_test: Crash
718 mirrors/other_declarations_location_test: Crash
719 mirrors/parameter_annotation_mirror_test: Crash
720 mirrors/parameter_is_const_test/none: Crash
721 mirrors/parameter_metadata_test: Crash
722 mirrors/parameter_of_mixin_app_constructor_test: Crash
723 mirrors/parameter_test/01: Crash
724 mirrors/parameter_test/none: Crash
725 mirrors/private_class_field_test: Crash
726 mirrors/private_symbol_mangling_test: Crash
727 mirrors/private_symbol_test: Crash
728 mirrors/private_types_test: Crash
729 mirrors/proxy_type_test: Crash
730 mirrors/raw_type_test/01: Crash
731 mirrors/raw_type_test/none: Crash
732 mirrors/reflect_class_test/01: Crash
733 mirrors/reflect_class_test/02: Crash
734 mirrors/reflect_class_test/none: Crash
735 mirrors/reflected_type_classes_test/01: Crash
736 mirrors/reflected_type_classes_test/02: Crash
737 mirrors/reflected_type_classes_test/03: Crash
738 mirrors/reflected_type_classes_test/none: Crash
739 mirrors/reflected_type_function_type_test: Crash
740 mirrors/reflected_type_generics_test/01: Crash
741 mirrors/reflected_type_generics_test/02: Crash
742 mirrors/reflected_type_generics_test/03: Crash
743 mirrors/reflected_type_generics_test/04: Crash
744 mirrors/reflected_type_generics_test/05: Crash
745 mirrors/reflected_type_generics_test/06: Crash
746 mirrors/reflected_type_generics_test/none: Crash
747 mirrors/reflected_type_special_types_test: Crash
748 mirrors/reflected_type_test/01: Crash
749 mirrors/reflected_type_test/02: Crash
750 mirrors/reflected_type_test/03: Crash
751 mirrors/reflected_type_test/none: Crash
752 mirrors/reflected_type_typedefs_test: Crash
753 mirrors/reflected_type_typevars_test: Crash
754 mirrors/reflectively_instantiate_uninstantiated_class_test: Crash
755 mirrors/reflect_model_test: Crash
756 mirrors/reflect_runtime_type_test: Crash
757 mirrors/reflect_two_classes_test: Crash
758 mirrors/reflect_uninstantiated_class_test: Crash
759 mirrors/regress_14304_test: Crash
760 mirrors/regress_16321_test/01: Crash
761 mirrors/regress_16321_test/none: Crash
762 mirrors/regress_19731_test: Crash
763 mirrors/regress_26187_test: Crash
764 mirrors/relation_assignable_test: Crash
765 mirrors/relation_subclass_test: Crash
766 mirrors/relation_subtype_test: Crash
767 mirrors/removed_api_test: Crash
768 mirrors/repeated_private_anon_mixin_app_test: Crash
769 mirrors/return_type_test: Crash
770 mirrors/runtime_type_test: Crash
771 mirrors/set_field_with_final_inheritance_test: Crash
772 mirrors/set_field_with_final_test: Crash
773 mirrors/spawn_function_root_library_test: Crash
774 mirrors/static_const_field_test: Crash
775 mirrors/static_members_easier_test: Crash
776 mirrors/static_members_test: Crash
777 mirrors/static_test: Crash
778 mirrors/superclass2_test: Crash
779 mirrors/superclass_test: Crash
780 mirrors/syntax_error_test/none: Crash
781 mirrors/synthetic_accessor_properties_test: Crash
782 mirrors/top_level_accessors_test: Crash
783 mirrors/to_string_test: Crash
784 mirrors/type_argument_is_type_variable_test: Crash
785 mirrors/typearguments_mirror_test: Crash
786 mirrors/typedef_in_signature_test: Crash
787 mirrors/typedef_library_test: Crash
788 mirrors/typedef_metadata_test: Crash
789 mirrors/typedef_reflected_type_test/01: Crash
790 mirrors/typedef_reflected_type_test/none: Crash
791 mirrors/typedef_test: Crash
792 mirrors/type_mirror_for_type_test: Crash
793 mirrors/type_variable_is_static_test: Crash
794 mirrors/typevariable_mirror_metadata_test: Crash
795 mirrors/type_variable_owner_test/01: Crash
796 mirrors/type_variable_owner_test/none: Crash
797 mirrors/unnamed_library_test: Crash
798 mirrors/unnamed_mixin_application_test: Crash
799 mirrors/variable_is_const_test/none: Crash
800
557 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 801 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
558 mirrors/variable_is_const_test/01: Crash 802 mirrors/variable_is_const_test/01: Crash
559 803
804 [ $compiler == dartkp && $mode == debug ]
805 vm/async_await_catch_stacktrace_test/01: Crash
806
560 # dartk: checked mode failures 807 # dartk: checked mode failures
561 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 808 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
562 mirrors/invocation_fuzz_test/smi: Crash 809 mirrors/invocation_fuzz_test/smi: Crash
563 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 810 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
564 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 811 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
565 mirrors/reflected_type_generics_test/02: Pass 812 mirrors/reflected_type_generics_test/02: Pass
566 813
567 # Deferred loading kernel issue 28335. 814 # Deferred loading kernel issue 28335.
568 [ $compiler == dartk || $compiler == dartkp ] 815 [ $compiler == dartk || $compiler == dartkp ]
569 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 816 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
570 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 817 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
571 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 818 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
572 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 819 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
573 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 820 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
574 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 821 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
575 822
576 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 823 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
577 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 824 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
825
826 [ $compiler == dartkp && $mode == debug ]
827 mirrors/variable_is_const_test/01: Crash
OLDNEW
« no previous file with comments | « tests/language_2/language_2_kernel.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698