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

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

Issue 2947473002: Basic support for dev_compiler in test.dart. (Closed)
Patch Set: Revise. Created 3 years, 6 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/language.status ('k') | tests/lib/lib.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 main_test/03: MissingStaticWarning # Issue 28823 710 main_test/03: MissingStaticWarning # Issue 28823
711 no_main_test/01: MissingStaticWarning # Issue 28823 711 no_main_test/01: MissingStaticWarning # Issue 28823
712 regress_23089_test: CompileTimeError # Issue 28823 712 regress_23089_test: CompileTimeError # Issue 28823
713 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 713 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
714 super_setter_test: StaticWarning # Issue 28823 714 super_setter_test: StaticWarning # Issue 28823
715 try_catch4_test: StaticWarning # Issue 28823 715 try_catch4_test: StaticWarning # Issue 28823
716 try_catch5_test: StaticWarning # Issue 28823 716 try_catch5_test: StaticWarning # Issue 28823
717 717
718 [ $compiler == dart2analyzer && $system != windows ] 718 [ $compiler == dart2analyzer && $system != windows ]
719 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 719 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664
720
721 [ $compiler == dartdevc ]
722 assertion_test: RuntimeError # DDC doesn't support function arguments to assert( ).
723 async_await_test/02: CompileTimeError # Issue 28969
724 async_await_test/03: CompileTimeError # Issue 28969
725 async_await_test/none: CompileTimeError # Issue 28969
726 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
727 async_star_test/01: CompileTimeError # Issue 28969
728 async_star_test/02: CompileTimeError # Issue 28969
729 async_star_test/03: CompileTimeError # Issue 28969
730 async_star_test/04: CompileTimeError # Issue 28969
731 async_star_test/05: CompileTimeError # Issue 28969
732 async_star_test/none: CompileTimeError # Issue 28969
733 asyncstar_throw_in_catch_test: Timeout # Issue 29920
734 await_future_test: Timeout # Issue 29920
735 bad_raw_string_test/03: MissingCompileTimeError # Issue 29920
736 bit_operations_test/01: RuntimeError # No bigints on web.
737 bit_operations_test/02: RuntimeError # No bigints on web.
738 bit_operations_test/03: RuntimeError # No bigints on web.
739 bit_operations_test/04: RuntimeError # No bigints on web.
740 bit_operations_test/none: RuntimeError # No bigints on web.
741 bool_condition_check_test/01: RuntimeError # Issue 29920
742 branch_canonicalization_test: RuntimeError # Issue 29920
743 call_closurization_test: RuntimeError # Issue 29920
744 call_through_null_getter_test: RuntimeError # Issue 29920
745 call_with_no_such_method_test: RuntimeError # Function.apply not really implemen ted.
746 canonical_const2_test: RuntimeError # Ints and doubles are unified.
747 canonical_const_test: RuntimeError # Ints and doubles are unified.
748 compile_time_constant_a_test: RuntimeError # Allows mutating const map.
749 compile_time_constant_b_test: RuntimeError # Issue 29920
750 compile_time_constant_d_test: RuntimeError # Issue 29920
751 const_evaluation_test/01: RuntimeError # Issue 29920
752 const_switch_test/02: RuntimeError # Issue 29920
753 const_switch_test/04: RuntimeError # Ints and doubles are unified.
754 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet er type literals in const expressions.
755 constructor12_test: RuntimeError # Issue 29920
756 covariant_subtyping_tearoff2_test: RuntimeError # Issue 29920
757 covariant_subtyping_tearoff3_test: RuntimeError # Issue 29920
758 covariant_subtyping_unsafe_call2_test: RuntimeError # Issue 29920
759 covariant_subtyping_unsafe_call3_test: RuntimeError # Issue 29920
760 custom_await_stack_trace_test: RuntimeError # Issue 29920
761 cyclic_type2_test: RuntimeError # Issue 29920
762 cyclic_type_test/02: RuntimeError # Issue 29920
763 cyclic_type_test/03: RuntimeError # Issue 29920
764 cyclic_type_test/04: RuntimeError # Issue 29920
765 deferred_call_empty_before_load_test: RuntimeError # Issue 27777
766 deferred_load_library_wrong_args_test/01: MissingRuntimeError # Issue 29920
767 deferred_load_library_wrong_args_test/01: RuntimeError # Issue 27777
768 deferred_not_loaded_check_test: RuntimeError # Issue 27777
769 deferred_redirecting_factory_test: RuntimeError # Issue 27777
770 deferred_regression_22995_test: RuntimeError # Issue 29920
771 deferred_static_seperate_test: RuntimeError # Issue 27777
772 double_int_to_string_test: RuntimeError # Issue 29920
773 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s ubtype Iface<dynamic, num>
774 exception_test: RuntimeError # DDC doesn't implement NullThrownError?
775 execute_finally6_test: RuntimeError # Issue 29920
776 expect_test: RuntimeError # Issue 29920
777 export_private_test/01: MissingCompileTimeError # Issue 29920
778 f_bounded_quantification3_test: RuntimeError # Issue 29920
779 field_increment_bailout_test: RuntimeError # Issue 29920
780 field_optimization3_test: RuntimeError # Issue 29920
781 field_type_check2_test/01: RuntimeError # Issue 29920
782 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg ument.
783 flatten_test/05: MissingRuntimeError # Issue 29920
784 flatten_test/08: MissingRuntimeError # Issue 29920
785 flatten_test/09: MissingRuntimeError # Issue 29920
786 flatten_test/12: MissingRuntimeError # Issue 29920
787 for_variable_capture_test: RuntimeError # Issue 29920
788 function_subtype0_test: RuntimeError # Issue 29920
789 function_subtype1_test: RuntimeError # Issue 29920
790 function_subtype2_test: RuntimeError # Issue 29920
791 function_subtype3_test: RuntimeError # Issue 29920
792 function_subtype_bound_closure0_test: RuntimeError # Issue 29920
793 function_subtype_bound_closure1_test: RuntimeError # Issue 29920
794 function_subtype_bound_closure2_test: RuntimeError # Issue 29920
795 function_subtype_bound_closure3_test: RuntimeError # Issue 29920
796 function_subtype_bound_closure4_test: RuntimeError # Issue 29920
797 function_subtype_bound_closure5_test: RuntimeError # Issue 29920
798 function_subtype_bound_closure5a_test: RuntimeError # Issue 29920
799 function_subtype_bound_closure6_test: RuntimeError # Issue 29920
800 function_subtype_call0_test: RuntimeError # Issue 29920
801 function_subtype_call1_test: RuntimeError # Issue 29920
802 function_subtype_call2_test: RuntimeError # Issue 29920
803 function_subtype_cast0_test: RuntimeError # Issue 29920
804 function_subtype_cast1_test: RuntimeError # Issue 29920
805 function_subtype_cast2_test: RuntimeError # Issue 29920
806 function_subtype_cast3_test: RuntimeError # Issue 29920
807 function_subtype_factory0_test: RuntimeError # Issue 29920
808 function_subtype_inline0_test: RuntimeError # Issue 29920
809 function_subtype_local0_test: RuntimeError # Issue 29920
810 function_subtype_local1_test: RuntimeError # Issue 29920
811 function_subtype_local2_test: RuntimeError # Issue 29920
812 function_subtype_local3_test: RuntimeError # Issue 29920
813 function_subtype_local4_test: RuntimeError # Issue 29920
814 function_subtype_local5_test: RuntimeError # Issue 29920
815 function_subtype_named1_test: RuntimeError # Issue 29920
816 function_subtype_named2_test: RuntimeError # Issue 29920
817 function_subtype_not0_test: RuntimeError # Issue 29920
818 function_subtype_not1_test: RuntimeError # Issue 29920
819 function_subtype_not2_test: RuntimeError # Issue 29920
820 function_subtype_not3_test: RuntimeError # Issue 29920
821 function_subtype_optional1_test: RuntimeError # Issue 29920
822 function_subtype_optional2_test: RuntimeError # Issue 29920
823 function_subtype_top_level0_test: RuntimeError # Issue 29920
824 function_subtype_top_level1_test: RuntimeError # Issue 29920
825 function_subtype_typearg2_test: RuntimeError # Issue 29920
826 function_subtype_typearg4_test: RuntimeError # Issue 29920
827 function_type_alias2_test: RuntimeError # Issue 29920
828 function_type_alias3_test: RuntimeError # Issue 29920
829 function_type_alias4_test: RuntimeError # Issue 29920
830 generic_instanceof2_test: RuntimeError # Issue 29920
831 generic_instanceof_test: RuntimeError # Issue 29920
832 generic_is_check_test: RuntimeError # Issue 29920
833 generic_methods_closure_test: CompileTimeError # Issue 29920
834 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920
835 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920
836 generic_methods_named_parameters_test: RuntimeError # Issue 29920
837 generic_methods_optional_parameters_test: RuntimeError # Issue 29920
838 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920
839 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920
840 generic_methods_shadowing_test: CompileTimeError # Issue 29920
841 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920
842 generic_methods_tearoff_specialization_test: RuntimeError # Issue 29920
843 generic_typedef_test: RuntimeError # Issue 29920
844 getter_closure_execution_order_test: RuntimeError # Issue 29920
845 identical_closure2_test: RuntimeError # Issue 29920
846 import_private_test/01: MissingCompileTimeError # Issue 29920
847 infinite_switch_label_test: RuntimeError # Issue 29920
848 infinity_test: RuntimeError # Issue 29920
849 initializing_formal_final_test: RuntimeError # Issue 29920
850 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920
851 instanceof2_test: RuntimeError # Issue 29920
852 instanceof4_test/01: RuntimeError # Issue 29920
853 instanceof4_test/none: RuntimeError # Issue 29920
854 integer_division_by_zero_test: RuntimeError # Issue 29920
855 internal_library_test/01: MissingCompileTimeError # Issue 29920
856 issue23244_test: RuntimeError # Issue 29920
857 lazy_static3_test: RuntimeError # Issue 29920
858 left_shift_test: RuntimeError # Issue 29920
859 list_is_test: RuntimeError # Issue 29920
860 list_literal3_test: RuntimeError # Issue 29920
861 main_test/03: MissingRuntimeError # Issue 29920
862 many_generic_instanceof_test: RuntimeError # Issue 29920
863 map_literal10_test: RuntimeError # Issue 29920
864 map_literal7_test: RuntimeError # Issue 29920
865 method_invocation_test: RuntimeError # Issue 29920
866 mint_arithmetic_test: RuntimeError # Issue 29920
867 modulo_test: RuntimeError # Issue 29920
868 named_parameter_clash_test: RuntimeError # Issue 29920
869 nan_identical_test: RuntimeError # Issue 29920
870 nested_switch_label_test: RuntimeError # Issue 29920
871 number_identity2_test: RuntimeError # Issue 29920
872 numbers_test: RuntimeError # Issue 29920
873 prefix10_negative_test: Fail # Issue 29920
874 redirecting_factory_reflection_test: RuntimeError # Issue 29920
875 regress_16640_test: RuntimeError # Issue 29920
876 regress_18535_test: RuntimeError # Issue 29920
877 regress_22443_test: RuntimeError # Issue 29920
878 regress_23089_test: CompileTimeError # Issue 29920
879 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920
880 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
881 stack_overflow_test: RuntimeError # Issue 29920
882 stacktrace_test: RuntimeError # Issue 29920
883 string_interpolate_null_test: RuntimeError # Issue 29920
884 switch_label2_test: RuntimeError # Issue 29920
885 switch_label_test: RuntimeError # Issue 29920
886 switch_try_catch_test: RuntimeError # Issue 29920
887 throwing_lazy_variable_test: RuntimeError # Issue 29920
888 truncdiv_test: RuntimeError # Issue 29920
889 type_variable_nested_test: RuntimeError # Issue 29920
890 type_variable_typedef_test: RuntimeError # Issue 29920
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698