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

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

Issue 2999593002: fix #30330, don't ignore cast failures in DDC for language/lib tests (Closed)
Patch Set: rebase 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
« no previous file with comments | « tests/corelib_strong/corelib_strong.status ('k') | tests/lib_strong/lib_strong.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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 canonical_const2_test: RuntimeError # Ints and doubles are unified. 711 canonical_const2_test: RuntimeError # Ints and doubles are unified.
712 canonical_const_test: RuntimeError # Ints and doubles are unified. 712 canonical_const_test: RuntimeError # Ints and doubles are unified.
713 call_closurization_test: RuntimeError # Issue 29920 713 call_closurization_test: RuntimeError # Issue 29920
714 compile_time_constant_a_test: RuntimeError # Allows mutating const map. 714 compile_time_constant_a_test: RuntimeError # Allows mutating const map.
715 compile_time_constant_b_test: RuntimeError # Issue 29920 715 compile_time_constant_b_test: RuntimeError # Issue 29920
716 compile_time_constant_d_test: RuntimeError # Issue 29920 716 compile_time_constant_d_test: RuntimeError # Issue 29920
717 const_evaluation_test/01: RuntimeError # Issue 29920 717 const_evaluation_test/01: RuntimeError # Issue 29920
718 const_switch_test/02: RuntimeError # Issue 29920 718 const_switch_test/02: RuntimeError # Issue 29920
719 const_switch_test/04: RuntimeError # Ints and doubles are unified. 719 const_switch_test/04: RuntimeError # Ints and doubles are unified.
720 constructor12_test: RuntimeError # Issue 29920 720 constructor12_test: RuntimeError # Issue 29920
721 covariant_subtyping_test: RuntimeError # Issue 29920
722 custom_await_stack_trace_test: RuntimeError # Issue 29920 721 custom_await_stack_trace_test: RuntimeError # Issue 29920
723 cyclic_type2_test: RuntimeError # Issue 29920 722 cyclic_type2_test: RuntimeError # Issue 29920
724 cyclic_type_test/02: RuntimeError # Issue 29920 723 cyclic_type_test/02: RuntimeError # Issue 29920
725 cyclic_type_test/03: RuntimeError # Issue 29920 724 cyclic_type_test/03: RuntimeError # Issue 29920
726 cyclic_type_test/04: RuntimeError # Issue 29920 725 cyclic_type_test/04: RuntimeError # Issue 29920
727 deferred_call_empty_before_load_test: RuntimeError # Issue 27777 726 deferred_call_empty_before_load_test: RuntimeError # Issue 27777
728 deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Is sue 29920 727 deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Is sue 29920
729 deferred_not_loaded_check_test: RuntimeError # Issue 27777 728 deferred_not_loaded_check_test: RuntimeError # Issue 27777
730 deferred_redirecting_factory_test: RuntimeError # Issue 27777 729 deferred_redirecting_factory_test: RuntimeError # Issue 27777
731 deferred_static_seperate_test: RuntimeError # Issue 27777 730 deferred_static_seperate_test: RuntimeError # Issue 27777
732 double_int_to_string_test: RuntimeError # Issue 29920 731 double_int_to_string_test: RuntimeError # Issue 29920
733 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s ubtype Iface<dynamic, num> 732 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s ubtype Iface<dynamic, num>
734 exception_test: RuntimeError # DDC doesn't implement NullThrownError? 733 exception_test: RuntimeError # DDC doesn't implement NullThrownError?
735 execute_finally6_test: RuntimeError # Issue 29920 734 execute_finally6_test: RuntimeError # Issue 29920
736 expect_test: RuntimeError # Issue 29920 735 expect_test: RuntimeError # Issue 29920
737 f_bounded_quantification3_test: RuntimeError # Issue 29920 736 f_bounded_quantification3_test: RuntimeError # Issue 29920
738 field_increment_bailout_test: RuntimeError # Issue 29920 737 field_increment_bailout_test: RuntimeError # Issue 29920
739 field_optimization3_test: RuntimeError # Issue 29920 738 field_optimization3_test: RuntimeError # Issue 29920
740 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg ument. 739 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg ument.
741 flatten_test/05: MissingRuntimeError # Issue 29920 740 flatten_test/05: MissingRuntimeError # Issue 29920
742 flatten_test/08: MissingRuntimeError # Issue 29920 741 flatten_test/08: MissingRuntimeError # Issue 29920
743 flatten_test/09: MissingRuntimeError # Issue 29920 742 flatten_test/09: MissingRuntimeError # Issue 29920
744 flatten_test/12: MissingRuntimeError # Issue 29920 743 flatten_test/12: MissingRuntimeError # Issue 29920
745 for_variable_capture_test: RuntimeError # Issue 29920 744 for_variable_capture_test: RuntimeError # Issue 29920
746 function_subtype_cast0_test: RuntimeError # Issue 29920
747 function_subtype_cast1_test: RuntimeError # Issue 29920
748 function_subtype_cast2_test: RuntimeError # Issue 29920
749 function_subtype_cast3_test: RuntimeError # Issue 29920
750 function_subtype_named1_test: RuntimeError # Issue 29920 745 function_subtype_named1_test: RuntimeError # Issue 29920
751 function_subtype_named2_test: RuntimeError # Issue 29920 746 function_subtype_named2_test: RuntimeError # Issue 29920
752 function_subtype_optional1_test: RuntimeError # Issue 29920 747 function_subtype_optional1_test: RuntimeError # Issue 29920
753 function_subtype_optional2_test: RuntimeError # Issue 29920 748 function_subtype_optional2_test: RuntimeError # Issue 29920
754 function_subtype_typearg2_test: RuntimeError # Issue 29920 749 function_subtype_typearg2_test: RuntimeError # Issue 29920
755 function_subtype_typearg4_test: RuntimeError # Issue 29920 750 function_subtype_typearg4_test: RuntimeError # Issue 29920
756 function_type_alias3_test: RuntimeError # Issue 29920 751 function_type_alias3_test: RuntimeError # Issue 29920
757 generic_instanceof2_test: RuntimeError # Issue 29920 752 generic_instanceof2_test: RuntimeError # Issue 29920
758 generic_instanceof_test: RuntimeError # Issue 29920 753 generic_instanceof_test: RuntimeError # Issue 29920
759 generic_is_check_test: RuntimeError # Issue 29920 754 generic_is_check_test: RuntimeError # Issue 29920
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 # not behave correctly at runtime. We cannot record this as "Fail" without 795 # not behave correctly at runtime. We cannot record this as "Fail" without
801 # confusing the DDC travis bot (as "Fail" is normally used for compile time 796 # confusing the DDC travis bot (as "Fail" is normally used for compile time
802 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 797 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
803 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 798 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
804 # classes to invert negative test status in the same way our other tools do. 799 # classes to invert negative test status in the same way our other tools do.
805 prefix10_negative_test: Skip # Issue 29920 800 prefix10_negative_test: Skip # Issue 29920
806 801
807 [ $compiler == dartdevc && $system == windows ] 802 [ $compiler == dartdevc && $system == windows ]
808 multiline_strings_test: RuntimeError # Issue 30336 803 multiline_strings_test: RuntimeError # Issue 30336
809 raw_string_test: RuntimeError # Issue 30336 804 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« no previous file with comments | « tests/corelib_strong/corelib_strong.status ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698