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

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

Issue 3009803003: dart2js kernel: Handle ir.LocalInitializer (Closed)
Patch Set: 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) 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 const_types_test/34: Crash 622 const_types_test/34: Crash
623 const_types_test/35: Crash 623 const_types_test/35: Crash
624 const_types_test/36: Crash 624 const_types_test/36: Crash
625 const_types_test/37: Crash 625 const_types_test/37: Crash
626 const_types_test/38: Crash 626 const_types_test/38: Crash
627 const_types_test/39: Crash 627 const_types_test/39: Crash
628 const_types_test/40: Crash 628 const_types_test/40: Crash
629 const_types_test/none: Crash 629 const_types_test/none: Crash
630 constants_test/05: MissingCompileTimeError 630 constants_test/05: MissingCompileTimeError
631 constructor12_test: Crash 631 constructor12_test: Crash
632 constructor2_test: Crash 632 constructor2_test: RuntimeError
633 constructor3_test: Crash 633 constructor3_test: RuntimeError
634 constructor5_test: Crash 634 constructor5_test: RuntimeError
635 constructor6_test: Crash 635 constructor6_test: Crash
636 constructor8_test: Crash 636 constructor8_test: Crash
637 constructor_duplicate_final_test/01: Crash 637 constructor_duplicate_final_test/01: Crash
638 constructor_duplicate_final_test/02: Crash 638 constructor_duplicate_final_test/02: Crash
639 constructor_duplicate_final_test/03: Crash 639 constructor_duplicate_final_test/03: Crash
640 constructor_initializer_test/none: Crash
641 constructor_named_arguments_test/01: Crash 640 constructor_named_arguments_test/01: Crash
642 constructor_named_arguments_test/none: RuntimeError 641 constructor_named_arguments_test/none: RuntimeError
643 constructor_redirect1_negative_test: Crash 642 constructor_redirect1_negative_test: Crash
644 constructor_redirect2_negative_test: Crash 643 constructor_redirect2_negative_test: Crash
645 constructor_redirect2_test/01: MissingCompileTimeError 644 constructor_redirect2_test/01: MissingCompileTimeError
646 constructor_redirect_test/01: Crash 645 constructor_redirect_test/01: Crash
647 constructor_test: Crash
648 constructor_with_mixin_test: Crash
649 context_test: RuntimeError 646 context_test: RuntimeError
650 crash_6725_test/01: Crash 647 crash_6725_test/01: Crash
651 ct_const_test: Crash 648 ct_const_test: Crash
652 custom_await_stack_trace_test: Crash 649 custom_await_stack_trace_test: Crash
653 cyclic_constructor_test/01: Crash 650 cyclic_constructor_test/01: Crash
654 cyclic_default_values_test: Crash 651 cyclic_default_values_test: Crash
655 cyclic_type2_test: Crash 652 cyclic_type2_test: Crash
656 dangling_else_test: Crash 653 dangling_else_test: Crash
657 deferred_call_empty_before_load_test: RuntimeError 654 deferred_call_empty_before_load_test: RuntimeError
658 deferred_closurize_load_library_test: CompileTimeError 655 deferred_closurize_load_library_test: CompileTimeError
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 716 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
720 enum_duplicate_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 717 enum_duplicate_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
721 enum_duplicate_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 718 enum_duplicate_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
722 enum_duplicate_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field. 719 enum_duplicate_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
723 enum_index_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. 720 enum_index_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.
724 enum_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field. 721 enum_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field.
725 enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 722 enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
726 enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 723 enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
727 enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 724 enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
728 enum_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. 725 enum_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.
729 example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 517 pos 16: 'false': ir.LocalInitializer not han dled 726 example_constructor_test: RuntimeError
730 execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field. 727 execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field.
731 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 728 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
732 expect_test: RuntimeError 729 expect_test: RuntimeError
733 external_test/10: MissingRuntimeError 730 external_test/10: MissingRuntimeError
734 external_test/13: MissingRuntimeError 731 external_test/13: MissingRuntimeError
735 external_test/20: MissingRuntimeError 732 external_test/20: MissingRuntimeError
736 factory2_test: Crash 733 factory2_test: Crash
737 factory_redirection_test/07: MissingCompileTimeError 734 factory_redirection_test/07: MissingCompileTimeError
738 factory_redirection_test/08: Crash 735 factory_redirection_test/08: Crash
739 factory_redirection_test/09: Crash 736 factory_redirection_test/09: Crash
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 override_inheritance_mixed_test/02: MissingCompileTimeError 1165 override_inheritance_mixed_test/02: MissingCompileTimeError
1169 override_inheritance_mixed_test/03: MissingCompileTimeError 1166 override_inheritance_mixed_test/03: MissingCompileTimeError
1170 override_inheritance_mixed_test/04: MissingCompileTimeError 1167 override_inheritance_mixed_test/04: MissingCompileTimeError
1171 override_inheritance_no_such_method_test/03: Crash 1168 override_inheritance_no_such_method_test/03: Crash
1172 override_inheritance_no_such_method_test/04: Crash 1169 override_inheritance_no_such_method_test/04: Crash
1173 override_inheritance_no_such_method_test/05: Crash 1170 override_inheritance_no_such_method_test/05: Crash
1174 override_inheritance_no_such_method_test/08: Crash 1171 override_inheritance_no_such_method_test/08: Crash
1175 override_inheritance_no_such_method_test/11: Crash 1172 override_inheritance_no_such_method_test/11: Crash
1176 override_inheritance_no_such_method_test/13: Crash 1173 override_inheritance_no_such_method_test/13: Crash
1177 override_method_with_field_test/01: MissingCompileTimeError 1174 override_method_with_field_test/01: MissingCompileTimeError
1178 parameter_initializer_test: Crash
1179 parameter_types_specialization_test: RuntimeError 1175 parameter_types_specialization_test: RuntimeError
1180 parse_closures_in_initializers_test: Crash 1176 parse_closures_in_initializers_test: Crash
1181 positional_parameters_type_test/01: MissingRuntimeError 1177 positional_parameters_type_test/01: MissingRuntimeError
1182 positional_parameters_type_test/02: MissingRuntimeError 1178 positional_parameters_type_test/02: MissingRuntimeError
1183 private_mixin2_test: Crash 1179 private_mixin2_test: Crash
1184 private_mixin_exception_throw_test: Crash 1180 private_mixin_exception_throw_test: Crash
1185 private_super_constructor_test/01: Crash 1181 private_super_constructor_test/01: Crash
1186 proxy4_test: Crash 1182 proxy4_test: Crash
1187 proxy5_test: Crash 1183 proxy5_test: Crash
1188 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. 1184 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.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 static_getter_no_setter3_test/01: RuntimeError 1261 static_getter_no_setter3_test/01: RuntimeError
1266 static_setter_get_test/01: Crash 1262 static_setter_get_test/01: Crash
1267 string_interpolate2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(StringInterpolate2Test.testMain#i) is stored in a closure field. 1263 string_interpolate2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(StringInterpolate2Test.testMain#i) is stored in a closure field.
1268 string_interpolation_newline_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field. 1264 string_interpolation_newline_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
1269 string_join_test: RuntimeError 1265 string_join_test: RuntimeError
1270 string_split_test: Crash 1266 string_split_test: Crash
1271 super_bound_closure_test/01: RuntimeError 1267 super_bound_closure_test/01: RuntimeError
1272 super_bound_closure_test/none: RuntimeError 1268 super_bound_closure_test/none: RuntimeError
1273 super_call4_test: Crash 1269 super_call4_test: Crash
1274 super_closure_test: Crash 1270 super_closure_test: Crash
1275 super_field_access_test: Crash
1276 super_getter_setter_test: Crash 1271 super_getter_setter_test: Crash
1277 super_no_such_method1_test/01: Crash 1272 super_no_such_method1_test/01: Crash
1278 super_no_such_method2_test/01: Crash 1273 super_no_such_method2_test/01: Crash
1279 super_no_such_method3_test/01: Crash 1274 super_no_such_method3_test/01: Crash
1280 super_no_such_method4_test/01: Crash 1275 super_no_such_method4_test/01: Crash
1281 super_no_such_method5_test/01: Crash 1276 super_no_such_method5_test/01: Crash
1282 super_operator_index2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_hand ler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 1277 super_operator_index2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_hand ler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1283 super_operator_index5_test: Crash 1278 super_operator_index5_test: Crash
1284 super_operator_index6_test: Crash 1279 super_operator_index6_test: Crash
1285 super_operator_index7_test: Crash 1280 super_operator_index7_test: Crash
1286 super_operator_index8_test: Crash 1281 super_operator_index8_test: Crash
1287 super_operator_index_test/01: Crash 1282 super_operator_index_test/01: Crash
1288 super_operator_index_test/02: Crash 1283 super_operator_index_test/02: Crash
1289 super_operator_index_test/03: Crash 1284 super_operator_index_test/03: Crash
1290 super_operator_index_test/04: Crash 1285 super_operator_index_test/04: Crash
1291 super_operator_index_test/05: Crash 1286 super_operator_index_test/05: Crash
1292 super_operator_index_test/06: Crash 1287 super_operator_index_test/06: Crash
1293 super_operator_index_test/07: Crash 1288 super_operator_index_test/07: Crash
1294 super_operator_test: Crash 1289 super_operator_test: Crash
1295 super_setter_interceptor_test: RuntimeError 1290 super_setter_interceptor_test: RuntimeError
1296 super_test: Crash 1291 super_test: RuntimeError
1297 switch_bad_case_test/01: MissingCompileTimeError 1292 switch_bad_case_test/01: MissingCompileTimeError
1298 switch_bad_case_test/02: MissingCompileTimeError 1293 switch_bad_case_test/02: MissingCompileTimeError
1299 switch_case_test/00: MissingCompileTimeError 1294 switch_case_test/00: MissingCompileTimeError
1300 switch_case_test/01: MissingCompileTimeError 1295 switch_case_test/01: MissingCompileTimeError
1301 switch_case_test/02: MissingCompileTimeError 1296 switch_case_test/02: MissingCompileTimeError
1302 switch_fallthru_test: RuntimeError 1297 switch_fallthru_test: RuntimeError
1303 switch_label2_test: Crash 1298 switch_label2_test: Crash
1304 switch_label_test: Crash 1299 switch_label_test: Crash
1305 switch_test: RuntimeError 1300 switch_test: RuntimeError
1306 switch_try_catch_test: Crash 1301 switch_try_catch_test: Crash
(...skipping 19 matching lines...) Expand all
1326 syntax_test/32: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1321 syntax_test/32: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1327 syntax_test/33: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1322 syntax_test/33: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1328 syntax_test/49: Crash 1323 syntax_test/49: Crash
1329 syntax_test/54: Crash 1324 syntax_test/54: Crash
1330 syntax_test/59: Crash 1325 syntax_test/59: Crash
1331 syntax_test/60: Crash 1326 syntax_test/60: Crash
1332 syntax_test/61: Crash 1327 syntax_test/61: Crash
1333 syntax_test/62: Crash 1328 syntax_test/62: Crash
1334 syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_build er.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParame ters.length == arguments.length': is not true. 1329 syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_build er.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParame ters.length == arguments.length': is not true.
1335 temp_mangling_test: Crash 1330 temp_mangling_test: Crash
1336 third_test: Crash
1337 top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(Enumerator#k) is stored in a closure field. 1331 top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(Enumerator#k) is stored in a closure field.
1338 top_level_getter_no_setter1_test/01: RuntimeError 1332 top_level_getter_no_setter1_test/01: RuntimeError
1339 top_level_getter_no_setter2_test/01: RuntimeError 1333 top_level_getter_no_setter2_test/01: RuntimeError
1340 truncdiv_test: RuntimeError 1334 truncdiv_test: RuntimeError
1341 try_catch_test/01: MissingCompileTimeError 1335 try_catch_test/01: MissingCompileTimeError
1342 type_argument_substitution_test: Crash 1336 type_argument_substitution_test: Crash
1343 type_checks_in_factory_method_test: RuntimeError 1337 type_checks_in_factory_method_test: RuntimeError
1344 type_parameter_test/01: Crash 1338 type_parameter_test/01: Crash
1345 type_parameter_test/02: Crash 1339 type_parameter_test/02: Crash
1346 type_parameter_test/03: Crash 1340 type_parameter_test/03: Crash
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 const_types_test/34: Crash 1533 const_types_test/34: Crash
1540 const_types_test/35: Crash 1534 const_types_test/35: Crash
1541 const_types_test/36: Crash 1535 const_types_test/36: Crash
1542 const_types_test/37: Crash 1536 const_types_test/37: Crash
1543 const_types_test/38: Crash 1537 const_types_test/38: Crash
1544 const_types_test/39: Crash 1538 const_types_test/39: Crash
1545 const_types_test/40: Crash 1539 const_types_test/40: Crash
1546 const_types_test/none: Crash 1540 const_types_test/none: Crash
1547 constants_test/05: MissingCompileTimeError 1541 constants_test/05: MissingCompileTimeError
1548 constructor12_test: Crash 1542 constructor12_test: Crash
1549 constructor2_test: Crash 1543 constructor2_test: RuntimeError
1550 constructor3_test: Crash 1544 constructor3_test: RuntimeError
1551 constructor5_test: Crash 1545 constructor5_test: RuntimeError
1552 constructor6_test: Crash 1546 constructor6_test: Crash
1553 constructor8_test: Crash 1547 constructor8_test: Crash
1554 constructor_duplicate_final_test/01: Crash 1548 constructor_duplicate_final_test/01: Crash
1555 constructor_duplicate_final_test/02: Crash 1549 constructor_duplicate_final_test/02: Crash
1556 constructor_duplicate_final_test/03: Crash 1550 constructor_duplicate_final_test/03: Crash
1557 constructor_initializer_test/none: Crash
1558 constructor_named_arguments_test/none: RuntimeError 1551 constructor_named_arguments_test/none: RuntimeError
1559 constructor_redirect1_negative_test: Crash 1552 constructor_redirect1_negative_test: Crash
1560 constructor_redirect2_negative_test: Crash 1553 constructor_redirect2_negative_test: Crash
1561 constructor_redirect2_test/01: MissingCompileTimeError 1554 constructor_redirect2_test/01: MissingCompileTimeError
1562 constructor_redirect_test/01: Crash 1555 constructor_redirect_test/01: Crash
1563 constructor_test: Crash
1564 constructor_with_mixin_test: Crash
1565 context_test: RuntimeError 1556 context_test: RuntimeError
1566 crash_6725_test/01: Crash 1557 crash_6725_test/01: Crash
1567 ct_const_test: Crash 1558 ct_const_test: Crash
1568 custom_await_stack_trace_test: Crash 1559 custom_await_stack_trace_test: Crash
1569 cyclic_constructor_test/01: Crash 1560 cyclic_constructor_test/01: Crash
1570 cyclic_default_values_test: Crash 1561 cyclic_default_values_test: Crash
1571 cyclic_type2_test: Crash 1562 cyclic_type2_test: Crash
1572 cyclic_type_test/00: RuntimeError 1563 cyclic_type_test/00: RuntimeError
1573 cyclic_type_test/01: RuntimeError 1564 cyclic_type_test/01: RuntimeError
1574 cyclic_type_test/02: RuntimeError 1565 cyclic_type_test/02: RuntimeError
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 dynamic_prefix_core_test/none: RuntimeError 1629 dynamic_prefix_core_test/none: RuntimeError
1639 efficient_length_warning_test: Crash 1630 efficient_length_warning_test: Crash
1640 enum_duplicate_test/01: Crash 1631 enum_duplicate_test/01: Crash
1641 enum_duplicate_test/02: RuntimeError 1632 enum_duplicate_test/02: RuntimeError
1642 enum_duplicate_test/none: RuntimeError 1633 enum_duplicate_test/none: RuntimeError
1643 enum_mirror_test: Crash 1634 enum_mirror_test: Crash
1644 enum_private_test/01: RuntimeError 1635 enum_private_test/01: RuntimeError
1645 enum_private_test/02: RuntimeError 1636 enum_private_test/02: RuntimeError
1646 enum_private_test/none: RuntimeError 1637 enum_private_test/none: RuntimeError
1647 enum_test: RuntimeError 1638 enum_test: RuntimeError
1648 example_constructor_test: Crash 1639 example_constructor_test: RuntimeError
1649 execute_finally7_test: RuntimeError 1640 execute_finally7_test: RuntimeError
1650 exhaustive_for_test: Crash 1641 exhaustive_for_test: Crash
1651 expect_test: RuntimeError 1642 expect_test: RuntimeError
1652 external_test/10: MissingRuntimeError 1643 external_test/10: MissingRuntimeError
1653 external_test/13: MissingRuntimeError 1644 external_test/13: MissingRuntimeError
1654 external_test/20: MissingRuntimeError 1645 external_test/20: MissingRuntimeError
1655 f_bounded_quantification4_test: RuntimeError 1646 f_bounded_quantification4_test: RuntimeError
1656 f_bounded_quantification5_test: RuntimeError 1647 f_bounded_quantification5_test: RuntimeError
1657 factory2_test: Crash 1648 factory2_test: Crash
1658 factory_redirection_test/07: MissingCompileTimeError 1649 factory_redirection_test/07: MissingCompileTimeError
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
2028 naming_test: Crash 2019 naming_test: Crash
2029 nan_identical_test: RuntimeError 2020 nan_identical_test: RuntimeError
2030 nested_switch_label_test: Crash 2021 nested_switch_label_test: Crash
2031 no_main_test/01: CompileTimeError 2022 no_main_test/01: CompileTimeError
2032 no_such_method2_test: Crash 2023 no_such_method2_test: Crash
2033 no_such_method3_test: Crash 2024 no_such_method3_test: Crash
2034 no_such_method_dispatcher_test: Crash 2025 no_such_method_dispatcher_test: Crash
2035 no_such_method_empty_selector_test: Crash 2026 no_such_method_empty_selector_test: Crash
2036 no_such_method_subtype_test: Crash 2027 no_such_method_subtype_test: Crash
2037 no_such_method_test: Crash 2028 no_such_method_test: Crash
2038 not_enough_positional_arguments_test/01: MissingRuntimeError
2039 not_enough_positional_arguments_test/02: MissingRuntimeError
2040 not_enough_positional_arguments_test/05: MissingRuntimeError
2041 null_test/02: Crash 2029 null_test/02: Crash
2042 null_test/03: Crash 2030 null_test/03: Crash
2043 null_test/none: Crash 2031 null_test/none: Crash
2044 number_identity2_test: RuntimeError 2032 number_identity2_test: RuntimeError
2045 numbers_test: RuntimeError 2033 numbers_test: RuntimeError
2046 ordered_maps_test: Crash 2034 ordered_maps_test: Crash
2047 overridden_no_such_method_test: Crash 2035 overridden_no_such_method_test: Crash
2048 override_field_method1_negative_test: Fail 2036 override_field_method1_negative_test: Fail
2049 override_field_method2_negative_test: Fail 2037 override_field_method2_negative_test: Fail
2050 override_field_method4_negative_test: Fail 2038 override_field_method4_negative_test: Fail
2051 override_field_method5_negative_test: Fail 2039 override_field_method5_negative_test: Fail
2052 override_field_test/01: MissingCompileTimeError 2040 override_field_test/01: MissingCompileTimeError
2053 override_inheritance_mixed_test/01: MissingCompileTimeError 2041 override_inheritance_mixed_test/01: MissingCompileTimeError
2054 override_inheritance_mixed_test/02: MissingCompileTimeError 2042 override_inheritance_mixed_test/02: MissingCompileTimeError
2055 override_inheritance_mixed_test/03: MissingCompileTimeError 2043 override_inheritance_mixed_test/03: MissingCompileTimeError
2056 override_inheritance_mixed_test/04: MissingCompileTimeError 2044 override_inheritance_mixed_test/04: MissingCompileTimeError
2057 override_inheritance_no_such_method_test/03: Crash 2045 override_inheritance_no_such_method_test/03: Crash
2058 override_inheritance_no_such_method_test/04: Crash 2046 override_inheritance_no_such_method_test/04: Crash
2059 override_inheritance_no_such_method_test/05: Crash 2047 override_inheritance_no_such_method_test/05: Crash
2060 override_inheritance_no_such_method_test/08: Crash 2048 override_inheritance_no_such_method_test/08: Crash
2061 override_inheritance_no_such_method_test/11: Crash 2049 override_inheritance_no_such_method_test/11: Crash
2062 override_inheritance_no_such_method_test/13: Crash 2050 override_inheritance_no_such_method_test/13: Crash
2063 override_method_with_field_test/01: MissingCompileTimeError 2051 override_method_with_field_test/01: MissingCompileTimeError
2064 parameter_initializer_test: Crash
2065 parameter_types_specialization_test: RuntimeError 2052 parameter_types_specialization_test: RuntimeError
2066 parse_closures_in_initializers_test: RuntimeError 2053 parse_closures_in_initializers_test: RuntimeError
2067 positional_parameters_type_test/01: MissingRuntimeError 2054 positional_parameters_type_test/01: MissingRuntimeError
2068 positional_parameters_type_test/02: MissingRuntimeError 2055 positional_parameters_type_test/02: MissingRuntimeError
2069 private_mixin2_test: Crash 2056 private_mixin2_test: Crash
2070 private_mixin_exception_throw_test: Crash 2057 private_mixin_exception_throw_test: Crash
2071 private_super_constructor_test/01: MissingCompileTimeError 2058 private_super_constructor_test/01: MissingCompileTimeError
2072 proxy4_test: Crash 2059 proxy4_test: Crash
2073 proxy5_test: Crash 2060 proxy5_test: Crash
2074 range_analysis2_test: RuntimeError 2061 range_analysis2_test: RuntimeError
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null. 2132 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
2146 static_getter_no_setter3_test/01: RuntimeError 2133 static_getter_no_setter3_test/01: RuntimeError
2147 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 2134 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
2148 string_interpolate2_test: RuntimeError 2135 string_interpolate2_test: RuntimeError
2149 string_join_test: RuntimeError 2136 string_join_test: RuntimeError
2150 string_split_test: Crash 2137 string_split_test: Crash
2151 super_bound_closure_test/01: RuntimeError 2138 super_bound_closure_test/01: RuntimeError
2152 super_bound_closure_test/none: RuntimeError 2139 super_bound_closure_test/none: RuntimeError
2153 super_call4_test: Crash 2140 super_call4_test: Crash
2154 super_closure_test: Crash 2141 super_closure_test: Crash
2155 super_field_access_test: Crash
2156 super_getter_setter_test: Crash 2142 super_getter_setter_test: Crash
2157 super_no_such_method1_test/01: Crash 2143 super_no_such_method1_test/01: Crash
2158 super_no_such_method2_test/01: Crash 2144 super_no_such_method2_test/01: Crash
2159 super_no_such_method3_test/01: Crash 2145 super_no_such_method3_test/01: Crash
2160 super_no_such_method4_test/01: Crash 2146 super_no_such_method4_test/01: Crash
2161 super_no_such_method5_test/01: Crash 2147 super_no_such_method5_test/01: Crash
2162 super_operator_index5_test: Crash 2148 super_operator_index5_test: Crash
2163 super_operator_index6_test: Crash 2149 super_operator_index6_test: Crash
2164 super_operator_index7_test: Crash 2150 super_operator_index7_test: Crash
2165 super_operator_index8_test: Crash 2151 super_operator_index8_test: Crash
2166 super_operator_index_test/01: Crash 2152 super_operator_index_test/01: Crash
2167 super_operator_index_test/02: Crash 2153 super_operator_index_test/02: Crash
2168 super_operator_index_test/03: Crash 2154 super_operator_index_test/03: Crash
2169 super_operator_index_test/04: Crash 2155 super_operator_index_test/04: Crash
2170 super_operator_index_test/05: Crash 2156 super_operator_index_test/05: Crash
2171 super_operator_index_test/06: Crash 2157 super_operator_index_test/06: Crash
2172 super_operator_index_test/07: Crash 2158 super_operator_index_test/07: Crash
2173 super_operator_test: Crash 2159 super_operator_test: Crash
2174 super_setter_interceptor_test: RuntimeError 2160 super_setter_interceptor_test: RuntimeError
2175 super_test: Crash 2161 super_test: RuntimeError
2176 switch_bad_case_test/01: MissingCompileTimeError 2162 switch_bad_case_test/01: MissingCompileTimeError
2177 switch_bad_case_test/02: MissingCompileTimeError 2163 switch_bad_case_test/02: MissingCompileTimeError
2178 switch_case_test/00: MissingCompileTimeError 2164 switch_case_test/00: MissingCompileTimeError
2179 switch_case_test/01: MissingCompileTimeError 2165 switch_case_test/01: MissingCompileTimeError
2180 switch_case_test/02: MissingCompileTimeError 2166 switch_case_test/02: MissingCompileTimeError
2181 switch_fallthru_test: RuntimeError 2167 switch_fallthru_test: RuntimeError
2182 switch_label2_test: Crash 2168 switch_label2_test: Crash
2183 switch_label_test: Crash 2169 switch_label_test: Crash
2184 switch_test: RuntimeError 2170 switch_test: RuntimeError
2185 switch_try_catch_test: Crash 2171 switch_try_catch_test: Crash
2186 symbol_conflict_test: Crash 2172 symbol_conflict_test: Crash
2187 sync_generator1_test/01: Crash 2173 sync_generator1_test/01: Crash
2188 sync_generator1_test/none: Crash 2174 sync_generator1_test/none: Crash
2189 sync_generator2_test/none: Crash 2175 sync_generator2_test/none: Crash
2190 sync_generator3_test/test1: Crash 2176 sync_generator3_test/test1: Crash
2191 sync_generator3_test/test2: Crash 2177 sync_generator3_test/test2: Crash
2192 syncstar_less_than_test: Crash 2178 syncstar_less_than_test: Crash
2193 syncstar_yield_test/copyParameters: Crash 2179 syncstar_yield_test/copyParameters: Crash
2194 syncstar_yield_test/none: Crash 2180 syncstar_yield_test/none: Crash
2195 syncstar_yieldstar_test: Crash 2181 syncstar_yieldstar_test: Crash
2196 syntax_test/none: CompileTimeError 2182 syntax_test/none: CompileTimeError
2197 temp_mangling_test: Crash 2183 temp_mangling_test: Crash
2198 third_test: Crash
2199 top_level_func_test: RuntimeError 2184 top_level_func_test: RuntimeError
2200 top_level_getter_no_setter1_test/01: RuntimeError 2185 top_level_getter_no_setter1_test/01: RuntimeError
2201 top_level_getter_no_setter2_test/01: RuntimeError 2186 top_level_getter_no_setter2_test/01: RuntimeError
2202 truncdiv_test: RuntimeError 2187 truncdiv_test: RuntimeError
2203 try_catch_test/01: MissingCompileTimeError 2188 try_catch_test/01: MissingCompileTimeError
2204 type_argument_substitution_test: Crash 2189 type_argument_substitution_test: Crash
2205 type_checks_in_factory_method_test: RuntimeError 2190 type_checks_in_factory_method_test: RuntimeError
2206 type_parameter_test/01: Crash 2191 type_parameter_test/01: Crash
2207 type_parameter_test/02: Crash 2192 type_parameter_test/02: Crash
2208 type_parameter_test/03: Crash 2193 type_parameter_test/03: Crash
(...skipping 10 matching lines...) Expand all
2219 type_variable_conflict2_test/01: Crash 2204 type_variable_conflict2_test/01: Crash
2220 type_variable_conflict2_test/05: Crash 2205 type_variable_conflict2_test/05: Crash
2221 type_variable_conflict2_test/07: Crash 2206 type_variable_conflict2_test/07: Crash
2222 type_variable_conflict2_test/09: Crash 2207 type_variable_conflict2_test/09: Crash
2223 type_variable_field_initializer_closure2_test: Crash 2208 type_variable_field_initializer_closure2_test: Crash
2224 type_variable_field_initializer_closure_test: Crash 2209 type_variable_field_initializer_closure_test: Crash
2225 type_variable_function_type_test: RuntimeError 2210 type_variable_function_type_test: RuntimeError
2226 type_variable_nested_test: Crash 2211 type_variable_nested_test: Crash
2227 yieldstar_pause_test: Crash 2212 yieldstar_pause_test: Crash
2228 2213
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698