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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. 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) 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 function_type_alias6_test: Skip 198 function_type_alias6_test: Skip
199 function_type_alias7_test: Skip 199 function_type_alias7_test: Skip
200 function_type_alias9_test: Skip 200 function_type_alias9_test: Skip
201 function_type_alias_test: Skip 201 function_type_alias_test: Skip
202 function_type_call_getter2_test: Skip 202 function_type_call_getter2_test: Skip
203 function_type_parameter2_negative_test: Skip 203 function_type_parameter2_negative_test: Skip
204 function_type_parameter_negative_test: Skip 204 function_type_parameter_negative_test: Skip
205 function_type_test: Skip 205 function_type_test: Skip
206 generic_closure_test: Skip 206 generic_closure_test: Skip
207 generic_field_mixin6_test: Skip 207 generic_field_mixin6_test: Skip
208 generic_list_checked_test: Skip
209 generic_tearoff_test: Skip
210 generic_test: Skip
211 generics_test: Skip
212 get_set_syntax_test: Skip
213 getter_declaration_negative_test: Skip 208 getter_declaration_negative_test: Skip
214 getter_no_setter2_test: Skip 209 getter_no_setter2_test: Skip
215 getter_no_setter_test: Skip 210 getter_no_setter_test: Skip
216 getter_override2_test: Skip 211 getter_override2_test: Skip
217 getter_override_test: Skip 212 getter_override_test: Skip
218 getter_parameters_test: Skip 213 getter_parameters_test: Skip
219 getter_setter_in_lib_test: Skip 214 getter_setter_in_lib_test: Skip
220 getters_setters2_test: Skip 215 getters_setters2_test: Skip
221 getters_setters_test: Skip 216 getters_setters_test: Skip
222 hidden_import_test: Skip 217 hidden_import_test: Skip
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 # async_star_test/04: CompileTimeError # Issue 28823 629 # async_star_test/04: CompileTimeError # Issue 28823
635 # async_star_test/05: CompileTimeError # Issue 28823 630 # async_star_test/05: CompileTimeError # Issue 28823
636 # async_star_test/none: CompileTimeError # Issue 28823 631 # async_star_test/none: CompileTimeError # Issue 28823
637 bit_operations_test/01: MissingStaticWarning # Issue 28823 632 bit_operations_test/01: MissingStaticWarning # Issue 28823
638 bit_operations_test/02: MissingStaticWarning # Issue 28823 633 bit_operations_test/02: MissingStaticWarning # Issue 28823
639 bit_operations_test/03: MissingStaticWarning # Issue 28823 634 bit_operations_test/03: MissingStaticWarning # Issue 28823
640 bit_operations_test/04: MissingStaticWarning # Issue 28823 635 bit_operations_test/04: MissingStaticWarning # Issue 28823
641 # closure_side_effect_test: CompileTimeError # Issue 28823 636 # closure_side_effect_test: CompileTimeError # Issue 28823
642 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823 637 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
643 field3a_negative_test: StaticWarning # Issue 28823 638 field3a_negative_test: StaticWarning # Issue 28823
644 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
645 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
646 generic_methods_shadowing_test: CompileTimeError # Issue 29070
647 generic_methods_closure_test: CompileTimeError # Issue 29070
648 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
649 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
650 interface_inherit_field_test: StaticWarning # Issue 28823 639 interface_inherit_field_test: StaticWarning # Issue 28823
651 internal_library_test/02: MissingStaticWarning # Issue 28823 640 internal_library_test/02: MissingStaticWarning # Issue 28823
652 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 641 main_not_a_function_test/01: MissingStaticWarning # Issue 28823
653 main_test/03: MissingStaticWarning # Issue 28823 642 main_test/03: MissingStaticWarning # Issue 28823
654 no_main_test/01: MissingStaticWarning # Issue 28823 643 no_main_test/01: MissingStaticWarning # Issue 28823
655 regress_23089_test: CompileTimeError # Issue 28823 644 regress_23089_test: CompileTimeError # Issue 28823
656 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 645 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
657 super_setter_test: StaticWarning # Issue 28823 646 super_setter_test: StaticWarning # Issue 28823
658 try_catch4_test: StaticWarning # Issue 28823 647 try_catch4_test: StaticWarning # Issue 28823
659 try_catch5_test: StaticWarning # Issue 28823 648 try_catch5_test: StaticWarning # Issue 28823
660 649
661 [ $compiler == dartdevc ] 650 [ $compiler == dartdevc ]
662 regress_23089_test: CompileTimeError # Issue 29920 651 regress_23089_test: CompileTimeError # Issue 29920
663 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet er type literals in const expressions. 652 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet er type literals in const expressions.
664 generic_methods_closure_test: CompileTimeError # Issue 29920
665 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920
666 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920
667 generic_methods_shadowing_test: CompileTimeError # Issue 29920
668 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920
669 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920 653 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920
670 export_private_test/01: MissingCompileTimeError # Issue 29920 654 export_private_test/01: MissingCompileTimeError # Issue 29920
671 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920
672 import_private_test/01: MissingCompileTimeError # Issue 29920 655 import_private_test/01: MissingCompileTimeError # Issue 29920
673 internal_library_test/01: MissingCompileTimeError # Issue 29920 656 internal_library_test/01: MissingCompileTimeError # Issue 29920
674 657
675 [ $compiler == dartdevc && $runtime != none ] 658 [ $compiler == dartdevc && $runtime != none ]
676 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 659 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
677 async_star_test/01: RuntimeError # Issue 28969 660 async_star_test/01: RuntimeError # Issue 28969
678 async_star_test/02: RuntimeError # Issue 28969 661 async_star_test/02: RuntimeError # Issue 28969
679 async_star_test/03: RuntimeError # Issue 28969 662 async_star_test/03: RuntimeError # Issue 28969
680 async_star_test/04: RuntimeError # Issue 28969 663 async_star_test/04: RuntimeError # Issue 28969
681 async_star_test/05: RuntimeError # Issue 28969 664 async_star_test/05: RuntimeError # Issue 28969
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 flatten_test/08: MissingRuntimeError # Issue 29920 703 flatten_test/08: MissingRuntimeError # Issue 29920
721 flatten_test/09: MissingRuntimeError # Issue 29920 704 flatten_test/09: MissingRuntimeError # Issue 29920
722 flatten_test/12: MissingRuntimeError # Issue 29920 705 flatten_test/12: MissingRuntimeError # Issue 29920
723 for_variable_capture_test: RuntimeError # Issue 29920 706 for_variable_capture_test: RuntimeError # Issue 29920
724 function_subtype_named1_test: RuntimeError # Issue 29920 707 function_subtype_named1_test: RuntimeError # Issue 29920
725 function_subtype_named2_test: RuntimeError # Issue 29920 708 function_subtype_named2_test: RuntimeError # Issue 29920
726 function_subtype_optional1_test: RuntimeError # Issue 29920 709 function_subtype_optional1_test: RuntimeError # Issue 29920
727 function_subtype_optional2_test: RuntimeError # Issue 29920 710 function_subtype_optional2_test: RuntimeError # Issue 29920
728 function_subtype_typearg2_test: RuntimeError # Issue 29920 711 function_subtype_typearg2_test: RuntimeError # Issue 29920
729 function_subtype_typearg4_test: RuntimeError # Issue 29920 712 function_subtype_typearg4_test: RuntimeError # Issue 29920
730 generic_instanceof2_test: RuntimeError # Issue 29920
731 generic_instanceof_test: RuntimeError # Issue 29920
732 generic_is_check_test: RuntimeError # Issue 29920
733 getter_closure_execution_order_test: RuntimeError # Issue 29920
734 identical_closure2_test: RuntimeError # Issue 29920 713 identical_closure2_test: RuntimeError # Issue 29920
735 infinite_switch_label_test: RuntimeError # Issue 29920 714 infinite_switch_label_test: RuntimeError # Issue 29920
736 infinity_test: RuntimeError # Issue 29920 715 infinity_test: RuntimeError # Issue 29920
737 initializing_formal_final_test: RuntimeError # Issue 29920 716 initializing_formal_final_test: RuntimeError # Issue 29920
738 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 717 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920
739 instanceof2_test: RuntimeError # Issue 29920 718 instanceof2_test: RuntimeError # Issue 29920
740 instanceof4_test/01: RuntimeError # Issue 29920 719 instanceof4_test/01: RuntimeError # Issue 29920
741 instanceof4_test/none: RuntimeError # Issue 29920 720 instanceof4_test/none: RuntimeError # Issue 29920
742 integer_division_by_zero_test: RuntimeError # Issue 29920 721 integer_division_by_zero_test: RuntimeError # Issue 29920
743 issue23244_test: RuntimeError # Issue 29920 722 issue23244_test: RuntimeError # Issue 29920
(...skipping 28 matching lines...) Expand all
772 # not behave correctly at runtime. We cannot record this as "Fail" without 751 # not behave correctly at runtime. We cannot record this as "Fail" without
773 # confusing the DDC travis bot (as "Fail" is normally used for compile time 752 # confusing the DDC travis bot (as "Fail" is normally used for compile time
774 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 753 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
775 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 754 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
776 # classes to invert negative test status in the same way our other tools do. 755 # classes to invert negative test status in the same way our other tools do.
777 prefix10_negative_test: Skip # Issue 29920 756 prefix10_negative_test: Skip # Issue 29920
778 757
779 [ $compiler == dartdevc && $system == windows ] 758 [ $compiler == dartdevc && $system == windows ]
780 multiline_strings_test: RuntimeError # Issue 30336 759 multiline_strings_test: RuntimeError # Issue 30336
781 raw_string_test: RuntimeError # Issue 30336 760 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« no previous file with comments | « tests/language_strong/getter_closure_execution_order_test.dart ('k') | tests/language_strong/language_strong_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698