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

Side by Side Diff: tests/language/language_dart2js.status

Issue 3008753002: Avoid Element-only assertions in generateParameterStubs (Closed)
Patch Set: 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language_2/language_2_dart2js.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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 full_stacktrace1_test: Crash 792 full_stacktrace1_test: Crash
793 full_stacktrace2_test: Crash 793 full_stacktrace2_test: Crash
794 full_stacktrace3_test: Crash 794 full_stacktrace3_test: Crash
795 function_malformed_result_type_test: Crash 795 function_malformed_result_type_test: Crash
796 function_subtype_bound_closure6_test: Crash 796 function_subtype_bound_closure6_test: Crash
797 function_subtype_cast2_test: Crash 797 function_subtype_cast2_test: Crash
798 function_subtype_cast3_test: Crash 798 function_subtype_cast3_test: Crash
799 function_subtype_checked0_test: Crash 799 function_subtype_checked0_test: Crash
800 function_subtype_closure0_test: Crash 800 function_subtype_closure0_test: Crash
801 function_subtype_closure1_test: Crash 801 function_subtype_closure1_test: Crash
802 function_subtype_inline0_test: Crash 802 function_subtype_inline0_test: RuntimeError
803 function_subtype_inline1_test: Crash 803 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
804 function_subtype_local0_test: Crash 804 function_subtype_local3_test: RuntimeError
805 function_subtype_local1_test: Crash 805 function_subtype_local4_test: RuntimeError
806 function_subtype_local2_test: Crash
807 function_subtype_local3_test: Crash
808 function_subtype_local4_test: Crash
809 function_subtype_local5_test: Crash
810 function_subtype_not3_test: Crash 806 function_subtype_not3_test: Crash
811 function_subtype_typearg1_test: Crash 807 function_subtype_typearg1_test: Crash
812 function_subtype_typearg2_test: Crash 808 function_subtype_typearg2_test: Crash
813 function_subtype_typearg3_test: Crash 809 function_subtype_typearg3_test: Crash
814 function_subtype_typearg4_test: Crash 810 function_subtype_typearg4_test: Crash
815 function_subtype_typearg5_test: Crash 811 function_subtype_typearg5_test: Crash
816 function_syntax_test/none: Crash 812 function_syntax_test/none: Crash
817 function_test: Crash 813 function_test: Crash
818 function_type_alias3_test: Crash 814 function_type_alias3_test: Crash
819 function_type_alias_test: Crash
820 function_type_parameter2_negative_test: Crash 815 function_type_parameter2_negative_test: Crash
821 function_type_parameter_negative_test: Crash 816 function_type_parameter_negative_test: Crash
822 generalized_void_syntax_test: CompileTimeError 817 generalized_void_syntax_test: CompileTimeError
823 generic_closure_test: RuntimeError 818 generic_closure_test: RuntimeError
824 generic_field_mixin2_test: Crash 819 generic_field_mixin2_test: Crash
825 generic_field_mixin3_test: Crash 820 generic_field_mixin3_test: Crash
826 generic_field_mixin4_test: Crash # Issue 18651 821 generic_field_mixin4_test: Crash # Issue 18651
827 generic_field_mixin5_test: Crash # Issue 18651 822 generic_field_mixin5_test: Crash # Issue 18651
828 generic_field_mixin6_test/01: Crash 823 generic_field_mixin6_test/01: Crash
829 generic_field_mixin_test: Crash 824 generic_field_mixin_test: Crash
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 mixin_type_variable_test/07: Crash 1122 mixin_type_variable_test/07: Crash
1128 mixin_type_variable_test/08: Crash 1123 mixin_type_variable_test/08: Crash
1129 mixin_typedef_constructor_test: Crash 1124 mixin_typedef_constructor_test: Crash
1130 modulo_test: RuntimeError 1125 modulo_test: RuntimeError
1131 multiline_newline_test/04: MissingCompileTimeError 1126 multiline_newline_test/04: MissingCompileTimeError
1132 multiline_newline_test/04r: MissingCompileTimeError 1127 multiline_newline_test/04r: MissingCompileTimeError
1133 multiline_newline_test/05: MissingCompileTimeError 1128 multiline_newline_test/05: MissingCompileTimeError
1134 multiline_newline_test/05r: MissingCompileTimeError 1129 multiline_newline_test/05r: MissingCompileTimeError
1135 multiline_newline_test/06: MissingCompileTimeError 1130 multiline_newline_test/06: MissingCompileTimeError
1136 multiline_newline_test/06r: MissingCompileTimeError 1131 multiline_newline_test/06r: MissingCompileTimeError
1137 named_argument_test: Crash
1138 named_constructor_test/01: MissingRuntimeError 1132 named_constructor_test/01: MissingRuntimeError
1139 named_parameters_default_eq_test/02: Crash 1133 named_parameters_default_eq_test/02: MissingCompileTimeError
1140 named_parameters_default_eq_test/none: Crash
1141 named_parameters_passing_falsy_test: RuntimeError 1134 named_parameters_passing_falsy_test: RuntimeError
1142 named_parameters_passing_null_test: RuntimeError 1135 named_parameters_passing_null_test: RuntimeError
1143 named_parameters_passing_zero_test: RuntimeError 1136 named_parameters_passing_zero_test: RuntimeError
1144 named_parameters_test/none: RuntimeError 1137 named_parameters_test/none: RuntimeError
1145 named_parameters_type_test/01: Crash 1138 named_parameters_type_test/01: MissingRuntimeError
1146 named_parameters_type_test/02: Crash 1139 named_parameters_type_test/02: MissingRuntimeError
1147 named_parameters_type_test/03: Crash 1140 named_parameters_type_test/03: MissingRuntimeError
1148 named_parameters_type_test/none: Crash 1141 named_parameters_with_conversions_test: RuntimeError
1149 named_parameters_with_conversions_test: Crash
1150 named_parameters_with_dollars_test: RuntimeError 1142 named_parameters_with_dollars_test: RuntimeError
1151 naming_test: Crash 1143 naming_test: Crash
1152 nan_identical_test: RuntimeError 1144 nan_identical_test: RuntimeError
1153 nested_switch_label_test: Crash 1145 nested_switch_label_test: Crash
1154 no_main_test/01: CompileTimeError 1146 no_main_test/01: CompileTimeError
1155 no_such_method2_test: Crash 1147 no_such_method2_test: Crash
1156 no_such_method3_test: Crash 1148 no_such_method3_test: Crash
1157 no_such_method_dispatcher_test: Crash 1149 no_such_method_dispatcher_test: Crash
1158 no_such_method_empty_selector_test: Crash 1150 no_such_method_empty_selector_test: Crash
1159 no_such_method_subtype_test: Crash 1151 no_such_method_subtype_test: Crash
(...skipping 20 matching lines...) Expand all
1180 override_inheritance_no_such_method_test/03: Crash 1172 override_inheritance_no_such_method_test/03: Crash
1181 override_inheritance_no_such_method_test/04: Crash 1173 override_inheritance_no_such_method_test/04: Crash
1182 override_inheritance_no_such_method_test/05: Crash 1174 override_inheritance_no_such_method_test/05: Crash
1183 override_inheritance_no_such_method_test/08: Crash 1175 override_inheritance_no_such_method_test/08: Crash
1184 override_inheritance_no_such_method_test/11: Crash 1176 override_inheritance_no_such_method_test/11: Crash
1185 override_inheritance_no_such_method_test/13: Crash 1177 override_inheritance_no_such_method_test/13: Crash
1186 override_method_with_field_test/01: MissingCompileTimeError 1178 override_method_with_field_test/01: MissingCompileTimeError
1187 parameter_initializer_test: Crash 1179 parameter_initializer_test: Crash
1188 parameter_types_specialization_test: RuntimeError 1180 parameter_types_specialization_test: RuntimeError
1189 parse_closures_in_initializers_test: Crash 1181 parse_closures_in_initializers_test: Crash
1190 positional_parameters_type_test/01: Crash 1182 positional_parameters_type_test/01: MissingRuntimeError
1191 positional_parameters_type_test/02: Crash 1183 positional_parameters_type_test/02: MissingRuntimeError
1192 positional_parameters_type_test/none: Crash
1193 private_mixin2_test: Crash 1184 private_mixin2_test: Crash
1194 private_mixin_exception_throw_test: Crash 1185 private_mixin_exception_throw_test: Crash
1195 private_super_constructor_test/01: Crash 1186 private_super_constructor_test/01: Crash
1196 proxy4_test: Crash 1187 proxy4_test: Crash
1197 proxy5_test: Crash 1188 proxy5_test: Crash
1198 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field. 1189 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field.
1199 redirecting_constructor_initializer_test: RuntimeError 1190 redirecting_constructor_initializer_test: RuntimeError
1200 redirecting_factory_default_values_test/01: MissingCompileTimeError 1191 redirecting_factory_default_values_test/01: MissingCompileTimeError
1201 redirecting_factory_default_values_test/02: MissingCompileTimeError 1192 redirecting_factory_default_values_test/02: MissingCompileTimeError
1202 redirecting_factory_long_test: Crash 1193 redirecting_factory_long_test: Crash
1203 redirecting_factory_reflection_test: Crash 1194 redirecting_factory_reflection_test: Crash
1204 reg_exp_test: Crash 1195 reg_exp_test: Crash
1205 regress_11010_test: Crash 1196 regress_11010_test: Crash
1206 regress_13494_test: RuntimeError 1197 regress_13494_test: RuntimeError
1207 regress_17382_test: RuntimeError 1198 regress_17382_test: RuntimeError
1208 regress_18435_test: Crash
1209 regress_18535_test: Crash 1199 regress_18535_test: Crash
1210 regress_18713_test: Crash 1200 regress_18713_test: Crash
1211 regress_20394_test/01: Crash 1201 regress_20394_test/01: Crash
1212 regress_20840_test: Crash 1202 regress_20840_test: Crash
1213 regress_21795_test: RuntimeError 1203 regress_21795_test: RuntimeError
1214 regress_22438_test: Crash 1204 regress_22438_test: Crash
1215 regress_22443_test: CompileTimeError 1205 regress_22443_test: CompileTimeError
1216 regress_22445_test: Crash 1206 regress_22445_test: Crash
1217 regress_22579_test: Crash 1207 regress_22579_test: Crash
1218 regress_22666_test: Crash 1208 regress_22666_test: Crash
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 type_variable_conflict2_test/01: Crash 1377 type_variable_conflict2_test/01: Crash
1388 type_variable_conflict2_test/05: Crash 1378 type_variable_conflict2_test/05: Crash
1389 type_variable_conflict2_test/07: Crash 1379 type_variable_conflict2_test/07: Crash
1390 type_variable_conflict2_test/09: Crash 1380 type_variable_conflict2_test/09: Crash
1391 type_variable_field_initializer_closure2_test: Crash 1381 type_variable_field_initializer_closure2_test: Crash
1392 type_variable_field_initializer_closure_test: Crash 1382 type_variable_field_initializer_closure_test: Crash
1393 type_variable_function_type_test: RuntimeError 1383 type_variable_function_type_test: RuntimeError
1394 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field. 1384 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field.
1395 type_variable_nested_test: Crash 1385 type_variable_nested_test: Crash
1396 typecheck_multifield_declaration_test: Crash 1386 typecheck_multifield_declaration_test: Crash
1397 typedef_is_test: Crash
1398 wrong_number_type_arguments_test/00: Crash 1387 wrong_number_type_arguments_test/00: Crash
1399 wrong_number_type_arguments_test/02: Crash 1388 wrong_number_type_arguments_test/02: Crash
1400 yieldstar_pause_test: Crash 1389 yieldstar_pause_test: Crash
1401 1390
1402 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1391 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1403 async_await_test: Crash 1392 async_await_test: Crash
1404 async_star_test: Crash 1393 async_star_test: Crash
1405 async_switch_test/none: Crash 1394 async_switch_test/none: Crash
1406 async_switch_test/withDefault: Crash 1395 async_switch_test/withDefault: Crash
1407 async_test/none: Crash 1396 async_test/none: Crash
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 for_variable_capture_test: Crash 1713 for_variable_capture_test: Crash
1725 full_stacktrace1_test: Crash 1714 full_stacktrace1_test: Crash
1726 full_stacktrace2_test: Crash 1715 full_stacktrace2_test: Crash
1727 full_stacktrace3_test: Crash 1716 full_stacktrace3_test: Crash
1728 function_subtype_bound_closure6_test: Crash 1717 function_subtype_bound_closure6_test: Crash
1729 function_subtype_cast2_test: Crash 1718 function_subtype_cast2_test: Crash
1730 function_subtype_cast3_test: Crash 1719 function_subtype_cast3_test: Crash
1731 function_subtype_checked0_test: Crash 1720 function_subtype_checked0_test: Crash
1732 function_subtype_closure0_test: Crash 1721 function_subtype_closure0_test: Crash
1733 function_subtype_closure1_test: Crash 1722 function_subtype_closure1_test: Crash
1734 function_subtype_inline0_test: Crash 1723 function_subtype_inline0_test: RuntimeError
1735 function_subtype_inline1_test: Crash 1724 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
1736 function_subtype_local0_test: Crash 1725 function_subtype_local3_test: RuntimeError
1737 function_subtype_local1_test: Crash 1726 function_subtype_local4_test: RuntimeError
1738 function_subtype_local2_test: Crash
1739 function_subtype_local3_test: Crash
1740 function_subtype_local4_test: Crash
1741 function_subtype_local5_test: Crash
1742 function_subtype_not3_test: Crash 1727 function_subtype_not3_test: Crash
1743 function_subtype_typearg1_test: Crash 1728 function_subtype_typearg1_test: Crash
1744 function_subtype_typearg2_test: Crash 1729 function_subtype_typearg2_test: Crash
1745 function_subtype_typearg3_test: Crash 1730 function_subtype_typearg3_test: Crash
1746 function_subtype_typearg4_test: Crash 1731 function_subtype_typearg4_test: Crash
1747 function_subtype_typearg5_test: Crash 1732 function_subtype_typearg5_test: Crash
1748 function_syntax_test/none: Crash 1733 function_syntax_test/none: RuntimeError
1749 function_test: Crash 1734 function_test: Crash
1750 function_type_alias3_test: Crash 1735 function_type_alias3_test: Crash
1751 function_type_alias_test: Crash
1752 function_type_parameter2_negative_test: Crash 1736 function_type_parameter2_negative_test: Crash
1753 function_type_parameter_negative_test: Crash 1737 function_type_parameter_negative_test: Crash
1754 generalized_void_syntax_test: CompileTimeError 1738 generalized_void_syntax_test: CompileTimeError
1755 generic_closure_test: RuntimeError 1739 generic_closure_test: RuntimeError
1756 generic_field_mixin2_test: Crash 1740 generic_field_mixin2_test: Crash
1757 generic_field_mixin3_test: Crash 1741 generic_field_mixin3_test: Crash
1758 generic_field_mixin4_test: Crash # Issue 18651 1742 generic_field_mixin4_test: Crash # Issue 18651
1759 generic_field_mixin5_test: Crash # Issue 18651 1743 generic_field_mixin5_test: Crash # Issue 18651
1760 generic_field_mixin6_test/01: Crash 1744 generic_field_mixin6_test/01: Crash
1761 generic_field_mixin_test: Crash 1745 generic_field_mixin_test: Crash
(...skipping 13 matching lines...) Expand all
1775 identical_closure2_test: RuntimeError 1759 identical_closure2_test: RuntimeError
1776 if_null_assignment_behavior_test/01: Crash 1760 if_null_assignment_behavior_test/01: Crash
1777 if_null_assignment_behavior_test/02: Crash 1761 if_null_assignment_behavior_test/02: Crash
1778 if_null_assignment_behavior_test/03: Crash 1762 if_null_assignment_behavior_test/03: Crash
1779 if_null_assignment_behavior_test/04: Crash 1763 if_null_assignment_behavior_test/04: Crash
1780 if_null_assignment_behavior_test/05: Crash 1764 if_null_assignment_behavior_test/05: Crash
1781 if_null_assignment_behavior_test/06: Crash 1765 if_null_assignment_behavior_test/06: Crash
1782 if_null_assignment_behavior_test/12: RuntimeError 1766 if_null_assignment_behavior_test/12: RuntimeError
1783 if_null_assignment_behavior_test/14: RuntimeError 1767 if_null_assignment_behavior_test/14: RuntimeError
1784 if_null_assignment_static_test/01: RuntimeError 1768 if_null_assignment_static_test/01: RuntimeError
1785 if_null_assignment_static_test/02: Crash 1769 if_null_assignment_static_test/02: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(DerivedClass.derivedTest#)) for j:closure_call (DerivedClass_derivedTest_closure.call).
1786 if_null_assignment_static_test/03: RuntimeError 1770 if_null_assignment_static_test/03: RuntimeError
1787 if_null_assignment_static_test/04: RuntimeError 1771 if_null_assignment_static_test/04: RuntimeError
1788 if_null_assignment_static_test/05: RuntimeError 1772 if_null_assignment_static_test/05: RuntimeError
1789 if_null_assignment_static_test/06: Crash 1773 if_null_assignment_static_test/06: Crash
1790 implicit_closure2_test: Crash 1774 implicit_closure2_test: Crash
1791 implicit_closure_test: Crash 1775 implicit_closure_test: Crash
1792 implicit_this_test/01: Crash 1776 implicit_this_test/01: Crash
1793 implicit_this_test/04: Crash 1777 implicit_this_test/04: Crash
1794 implicit_this_test/none: Crash 1778 implicit_this_test/none: Crash
1795 import_collection_no_prefix_test: Crash 1779 import_collection_no_prefix_test: Crash
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 mixin_type_variable_test/07: Crash 2011 mixin_type_variable_test/07: Crash
2028 mixin_type_variable_test/08: Crash 2012 mixin_type_variable_test/08: Crash
2029 mixin_typedef_constructor_test: Crash 2013 mixin_typedef_constructor_test: Crash
2030 modulo_test: RuntimeError 2014 modulo_test: RuntimeError
2031 multiline_newline_test/04: MissingCompileTimeError 2015 multiline_newline_test/04: MissingCompileTimeError
2032 multiline_newline_test/04r: MissingCompileTimeError 2016 multiline_newline_test/04r: MissingCompileTimeError
2033 multiline_newline_test/05: MissingCompileTimeError 2017 multiline_newline_test/05: MissingCompileTimeError
2034 multiline_newline_test/05r: MissingCompileTimeError 2018 multiline_newline_test/05r: MissingCompileTimeError
2035 multiline_newline_test/06: MissingCompileTimeError 2019 multiline_newline_test/06: MissingCompileTimeError
2036 multiline_newline_test/06r: MissingCompileTimeError 2020 multiline_newline_test/06r: MissingCompileTimeError
2037 named_argument_test: Crash
2038 named_constructor_test/01: MissingRuntimeError 2021 named_constructor_test/01: MissingRuntimeError
2039 named_parameters_default_eq_test/02: Crash 2022 named_parameters_default_eq_test/02: MissingCompileTimeError
2040 named_parameters_default_eq_test/none: Crash
2041 named_parameters_passing_falsy_test: RuntimeError 2023 named_parameters_passing_falsy_test: RuntimeError
2042 named_parameters_passing_null_test: RuntimeError 2024 named_parameters_passing_null_test: RuntimeError
2043 named_parameters_passing_zero_test: RuntimeError 2025 named_parameters_passing_zero_test: RuntimeError
2044 named_parameters_test/none: RuntimeError 2026 named_parameters_test/none: RuntimeError
2045 named_parameters_type_test/01: Crash 2027 named_parameters_type_test/01: MissingRuntimeError
2046 named_parameters_type_test/02: Crash 2028 named_parameters_type_test/02: MissingRuntimeError
2047 named_parameters_type_test/03: Crash 2029 named_parameters_type_test/03: MissingRuntimeError
2048 named_parameters_type_test/none: Crash 2030 named_parameters_with_conversions_test: RuntimeError
2049 named_parameters_with_conversions_test: Crash
2050 named_parameters_with_dollars_test: RuntimeError 2031 named_parameters_with_dollars_test: RuntimeError
2051 naming_test: Crash 2032 naming_test: Crash
2052 nan_identical_test: RuntimeError 2033 nan_identical_test: RuntimeError
2053 nested_switch_label_test: Crash 2034 nested_switch_label_test: Crash
2054 no_main_test/01: CompileTimeError 2035 no_main_test/01: CompileTimeError
2055 no_such_method2_test: Crash 2036 no_such_method2_test: Crash
2056 no_such_method3_test: Crash 2037 no_such_method3_test: Crash
2057 no_such_method_dispatcher_test: Crash 2038 no_such_method_dispatcher_test: Crash
2058 no_such_method_empty_selector_test: Crash 2039 no_such_method_empty_selector_test: Crash
2059 no_such_method_subtype_test: Crash 2040 no_such_method_subtype_test: Crash
2060 no_such_method_test: Crash 2041 no_such_method_test: Crash
2061 not_enough_positional_arguments_test/01: MissingRuntimeError 2042 not_enough_positional_arguments_test/01: MissingRuntimeError
2062 not_enough_positional_arguments_test/02: MissingRuntimeError 2043 not_enough_positional_arguments_test/02: MissingRuntimeError
2063 not_enough_positional_arguments_test/05: MissingRuntimeError 2044 not_enough_positional_arguments_test/05: MissingRuntimeError
2064 null_test/02: Crash 2045 null_test/02: Crash
2065 null_test/03: Crash 2046 null_test/03: Crash
2066 null_test/none: Crash 2047 null_test/none: Crash
2067 number_identity2_test: RuntimeError 2048 number_identity2_test: RuntimeError
2068 numbers_test: RuntimeError 2049 numbers_test: RuntimeError
2069 ordered_maps_test: Crash 2050 ordered_maps_test: Crash
2070 function_syntax_test/none: RuntimeError
2071 overridden_no_such_method_test: Crash 2051 overridden_no_such_method_test: Crash
2072 override_field_method1_negative_test: Fail 2052 override_field_method1_negative_test: Fail
2073 override_field_method2_negative_test: Fail 2053 override_field_method2_negative_test: Fail
2074 override_field_method4_negative_test: Fail 2054 override_field_method4_negative_test: Fail
2075 override_field_method5_negative_test: Fail 2055 override_field_method5_negative_test: Fail
2076 override_field_test/01: MissingCompileTimeError 2056 override_field_test/01: MissingCompileTimeError
2077 override_inheritance_mixed_test/01: MissingCompileTimeError 2057 override_inheritance_mixed_test/01: MissingCompileTimeError
2078 override_inheritance_mixed_test/02: MissingCompileTimeError 2058 override_inheritance_mixed_test/02: MissingCompileTimeError
2079 override_inheritance_mixed_test/03: MissingCompileTimeError 2059 override_inheritance_mixed_test/03: MissingCompileTimeError
2080 override_inheritance_mixed_test/04: MissingCompileTimeError 2060 override_inheritance_mixed_test/04: MissingCompileTimeError
2081 override_inheritance_no_such_method_test/03: Crash 2061 override_inheritance_no_such_method_test/03: Crash
2082 override_inheritance_no_such_method_test/04: Crash 2062 override_inheritance_no_such_method_test/04: Crash
2083 override_inheritance_no_such_method_test/05: Crash 2063 override_inheritance_no_such_method_test/05: Crash
2084 override_inheritance_no_such_method_test/08: Crash 2064 override_inheritance_no_such_method_test/08: Crash
2085 override_inheritance_no_such_method_test/11: Crash 2065 override_inheritance_no_such_method_test/11: Crash
2086 override_inheritance_no_such_method_test/13: Crash 2066 override_inheritance_no_such_method_test/13: Crash
2087 override_method_with_field_test/01: MissingCompileTimeError 2067 override_method_with_field_test/01: MissingCompileTimeError
2088 parameter_initializer_test: Crash 2068 parameter_initializer_test: Crash
2089 parameter_types_specialization_test: RuntimeError 2069 parameter_types_specialization_test: RuntimeError
2090 parse_closures_in_initializers_test: RuntimeError 2070 parse_closures_in_initializers_test: RuntimeError
2091 positional_parameters_type_test/01: Crash 2071 positional_parameters_type_test/01: MissingRuntimeError
2092 positional_parameters_type_test/02: Crash 2072 positional_parameters_type_test/02: MissingRuntimeError
2093 positional_parameters_type_test/none: Crash
2094 private_mixin2_test: Crash 2073 private_mixin2_test: Crash
2095 private_mixin_exception_throw_test: Crash 2074 private_mixin_exception_throw_test: Crash
2096 private_super_constructor_test/01: MissingCompileTimeError 2075 private_super_constructor_test/01: MissingCompileTimeError
2097 proxy4_test: Crash 2076 proxy4_test: Crash
2098 proxy5_test: Crash 2077 proxy5_test: Crash
2099 range_analysis2_test: RuntimeError 2078 range_analysis2_test: RuntimeError
2100 redirecting_constructor_initializer_test: RuntimeError 2079 redirecting_constructor_initializer_test: RuntimeError
2101 redirecting_factory_default_values_test/01: MissingCompileTimeError 2080 redirecting_factory_default_values_test/01: MissingCompileTimeError
2102 redirecting_factory_default_values_test/02: MissingCompileTimeError 2081 redirecting_factory_default_values_test/02: MissingCompileTimeError
2103 redirecting_factory_long_test: Crash 2082 redirecting_factory_long_test: Crash
2104 redirecting_factory_reflection_test: Crash 2083 redirecting_factory_reflection_test: Crash
2105 reg_exp_test: Crash 2084 reg_exp_test: Crash
2106 regress_11010_test: Crash 2085 regress_11010_test: Crash
2107 regress_13494_test: RuntimeError 2086 regress_13494_test: RuntimeError
2108 regress_17382_test: RuntimeError 2087 regress_17382_test: RuntimeError
2109 regress_18435_test: Crash
2110 regress_18535_test: Crash 2088 regress_18535_test: Crash
2111 regress_18713_test: Crash 2089 regress_18713_test: Crash
2112 regress_20394_test/01: MissingCompileTimeError 2090 regress_20394_test/01: MissingCompileTimeError
2113 regress_20840_test: Crash 2091 regress_20840_test: Crash
2114 regress_21795_test: RuntimeError 2092 regress_21795_test: RuntimeError
2115 regress_22438_test: Crash 2093 regress_22438_test: Crash
2116 regress_22443_test: CompileTimeError 2094 regress_22443_test: CompileTimeError
2117 regress_22445_test: Crash 2095 regress_22445_test: Crash
2118 regress_22579_test: Crash 2096 regress_22579_test: Crash
2119 regress_22666_test: Crash 2097 regress_22666_test: Crash
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 type_variable_closure_test: Crash 2223 type_variable_closure_test: Crash
2246 type_variable_conflict2_test/01: Crash 2224 type_variable_conflict2_test/01: Crash
2247 type_variable_conflict2_test/05: Crash 2225 type_variable_conflict2_test/05: Crash
2248 type_variable_conflict2_test/07: Crash 2226 type_variable_conflict2_test/07: Crash
2249 type_variable_conflict2_test/09: Crash 2227 type_variable_conflict2_test/09: Crash
2250 type_variable_field_initializer_closure2_test: Crash 2228 type_variable_field_initializer_closure2_test: Crash
2251 type_variable_field_initializer_closure_test: Crash 2229 type_variable_field_initializer_closure_test: Crash
2252 type_variable_function_type_test: RuntimeError 2230 type_variable_function_type_test: RuntimeError
2253 type_variable_nested_test: Crash 2231 type_variable_nested_test: Crash
2254 typecheck_multifield_declaration_test: Crash 2232 typecheck_multifield_declaration_test: Crash
2255 typedef_is_test: Crash
2256 const_map2_test/00: MissingCompileTimeError
2257 const_map3_test/00: MissingCompileTimeError
2258 context_test: RuntimeError
2259 deferred_call_empty_before_load_test: RuntimeError
2260 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
2261 enum_duplicate_test/02: RuntimeError
2262 enum_duplicate_test/none: RuntimeError
2263 enum_private_test/01: RuntimeError
2264 enum_private_test/02: RuntimeError
2265 enum_private_test/none: RuntimeError
2266 enum_test: RuntimeError
2267 execute_finally7_test: RuntimeError
2268 expect_test: RuntimeError
2269 external_test/20: MissingRuntimeError
2270 f_bounded_quantification5_test: RuntimeError
2271 for2_test: RuntimeError
2272 if_null_assignment_behavior_test/12: RuntimeError
2273 if_null_assignment_behavior_test/14: RuntimeError
2274 if_null_assignment_static_test/01: RuntimeError
2275 if_null_assignment_static_test/03: RuntimeError
2276 if_null_assignment_static_test/04: RuntimeError
2277 if_null_assignment_static_test/05: RuntimeError
2278 integer_division_by_zero_test: RuntimeError
2279 is_object_test: RuntimeError
2280 issue13474_test: RuntimeError
2281 issue9939_test: RuntimeError
2282 lazy_static8_test: RuntimeError
2283 list_literal4_test: RuntimeError
2284 local_function2_test: RuntimeError
2285 local_function3_test: RuntimeError
2286 malformed_test/none: RuntimeError
2287 map_literal3_test: RuntimeError
2288 map_literal4_test: RuntimeError
2289 method_override4_test: RuntimeError
2290 method_override5_test: RuntimeError
2291 modulo_test: RuntimeError
2292 regress_13494_test: RuntimeError
2293 regress_17382_test: RuntimeError
2294 regress_21795_test: RuntimeError
2295 regress_22822_test: RuntimeError
2296 regress_22936_test/01: RuntimeError
2297 stack_overflow_stacktrace_test: RuntimeError
2298 stacktrace_test: RuntimeError
2299 static_getter_no_setter1_test/01: RuntimeError
2300 static_getter_no_setter3_test/01: RuntimeError
2301 switch_fallthru_test: RuntimeError
2302 top_level_func_test: RuntimeError
2303 top_level_getter_no_setter1_test/01: RuntimeError
2304 top_level_getter_no_setter2_test/01: RuntimeError
2305 truncdiv_test: RuntimeError
2306 try_catch_test/01: MissingCompileTimeError
2307 type_checks_in_factory_method_test: RuntimeError
2308 yieldstar_pause_test: Crash 2233 yieldstar_pause_test: Crash
2309 2234
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698