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

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

Issue 3001233002: Handle labelled breaks (Closed)
Patch Set: Cleanup 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
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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 config_import_test: RuntimeError 595 config_import_test: RuntimeError
596 const_conditional_test/08: MissingCompileTimeError 596 const_conditional_test/08: MissingCompileTimeError
597 const_constructor_nonconst_field_test/01: Crash 597 const_constructor_nonconst_field_test/01: Crash
598 const_constructor_syntax_test/05: Crash 598 const_constructor_syntax_test/05: Crash
599 const_error_multiply_initialized_test/01: Crash 599 const_error_multiply_initialized_test/01: Crash
600 const_error_multiply_initialized_test/02: Crash 600 const_error_multiply_initialized_test/02: Crash
601 const_error_multiply_initialized_test/03: Crash 601 const_error_multiply_initialized_test/03: Crash
602 const_error_multiply_initialized_test/04: Crash 602 const_error_multiply_initialized_test/04: Crash
603 const_evaluation_test/01: Crash 603 const_evaluation_test/01: Crash
604 const_factory_with_body_test/01: MissingCompileTimeError 604 const_factory_with_body_test/01: MissingCompileTimeError
605 const_for_in_variable_test/02: Crash
606 const_for_in_variable_test/none: Crash
607 const_instance_field_test/01: MissingCompileTimeError 605 const_instance_field_test/01: MissingCompileTimeError
608 const_map2_test/00: MissingCompileTimeError 606 const_map2_test/00: MissingCompileTimeError
609 const_map3_test/00: MissingCompileTimeError 607 const_map3_test/00: MissingCompileTimeError
610 const_map_test: Crash 608 const_map_test: Crash
611 const_optional_args_negative_test: Crash 609 const_optional_args_negative_test: Crash
612 const_switch2_test/01: MissingCompileTimeError 610 const_switch2_test/01: MissingCompileTimeError
613 const_switch_test/02: RuntimeError 611 const_switch_test/02: RuntimeError
614 const_switch_test/04: RuntimeError 612 const_switch_test/04: RuntimeError
615 const_syntax_test/05: MissingCompileTimeError 613 const_syntax_test/05: MissingCompileTimeError
616 const_syntax_test/08: Crash 614 const_syntax_test/08: Crash
(...skipping 30 matching lines...) Expand all
647 constructor_initializer_test/none: Crash 645 constructor_initializer_test/none: Crash
648 constructor_named_arguments_test/01: Crash 646 constructor_named_arguments_test/01: Crash
649 constructor_named_arguments_test/none: RuntimeError 647 constructor_named_arguments_test/none: RuntimeError
650 constructor_redirect1_negative_test: Crash 648 constructor_redirect1_negative_test: Crash
651 constructor_redirect2_negative_test: Crash 649 constructor_redirect2_negative_test: Crash
652 constructor_redirect2_test/01: MissingCompileTimeError 650 constructor_redirect2_test/01: MissingCompileTimeError
653 constructor_redirect_test/01: Crash 651 constructor_redirect_test/01: Crash
654 constructor_test: Crash 652 constructor_test: Crash
655 constructor_with_mixin_test: Crash 653 constructor_with_mixin_test: Crash
656 context_test: RuntimeError 654 context_test: RuntimeError
657 continue_test: Crash
658 crash_6725_test/01: Crash 655 crash_6725_test/01: Crash
659 ct_const_test: Crash 656 ct_const_test: Crash
660 custom_await_stack_trace_test: Crash 657 custom_await_stack_trace_test: Crash
661 cyclic_constructor_test/01: Crash 658 cyclic_constructor_test/01: Crash
662 cyclic_default_values_test: Crash 659 cyclic_default_values_test: Crash
663 cyclic_type2_test: Crash 660 cyclic_type2_test: Crash
664 dangling_else_test: Crash 661 dangling_else_test: Crash
665 deferred_call_empty_before_load_test: RuntimeError 662 deferred_call_empty_before_load_test: RuntimeError
666 deferred_closurize_load_library_test: CompileTimeError 663 deferred_closurize_load_library_test: CompileTimeError
667 deferred_constant_list_test: CompileTimeError 664 deferred_constant_list_test: CompileTimeError
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 field_override3_test/00: MissingCompileTimeError 759 field_override3_test/00: MissingCompileTimeError
763 field_override3_test/01: MissingCompileTimeError 760 field_override3_test/01: MissingCompileTimeError
764 field_override3_test/02: MissingCompileTimeError 761 field_override3_test/02: MissingCompileTimeError
765 field_override3_test/03: MissingCompileTimeError 762 field_override3_test/03: MissingCompileTimeError
766 field_override4_test/02: MissingCompileTimeError 763 field_override4_test/02: MissingCompileTimeError
767 final_attempt_reinitialization_test/01: Crash 764 final_attempt_reinitialization_test/01: Crash
768 final_attempt_reinitialization_test/02: Crash 765 final_attempt_reinitialization_test/02: Crash
769 final_field_initialization_order_test: RuntimeError 766 final_field_initialization_order_test: RuntimeError
770 final_super_field_set_test/01: Crash 767 final_super_field_set_test/01: Crash
771 final_syntax_test/09: Crash 768 final_syntax_test/09: Crash
772 final_used_in_try_test: Crash
773 first_class_types_literals_test/01: Crash 769 first_class_types_literals_test/01: Crash
774 first_class_types_literals_test/02: Crash 770 first_class_types_literals_test/02: Crash
775 first_class_types_literals_test/03: Crash 771 first_class_types_literals_test/03: Crash
776 first_class_types_literals_test/04: Crash 772 first_class_types_literals_test/04: Crash
777 first_class_types_literals_test/05: Crash 773 first_class_types_literals_test/05: Crash
778 first_class_types_literals_test/06: Crash 774 first_class_types_literals_test/06: Crash
779 first_class_types_literals_test/07: Crash 775 first_class_types_literals_test/07: Crash
780 first_class_types_literals_test/08: Crash 776 first_class_types_literals_test/08: Crash
781 first_class_types_literals_test/09: Crash 777 first_class_types_literals_test/09: Crash
782 first_class_types_literals_test/10: Crash 778 first_class_types_literals_test/10: Crash
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 issue13474_test: RuntimeError 917 issue13474_test: RuntimeError
922 issue14014_2_test: Crash 918 issue14014_2_test: Crash
923 issue14014_3_test: Crash 919 issue14014_3_test: Crash
924 issue14014_test: Crash 920 issue14014_test: Crash
925 issue14242_test: Crash 921 issue14242_test: Crash
926 issue15720_test: Crash 922 issue15720_test: Crash
927 issue21079_test: Crash 923 issue21079_test: Crash
928 issue23244_test: Crash 924 issue23244_test: Crash
929 issue4295001_test: Crash 925 issue4295001_test: Crash
930 issue9602_test: Crash 926 issue9602_test: Crash
931 issue9664_test: Crash
932 issue9939_test: RuntimeError 927 issue9939_test: RuntimeError
933 issue_1751477_test: CompileTimeError 928 issue_1751477_test: CompileTimeError
934 issue_22780_test/01: Crash 929 issue_22780_test/01: Crash
935 issue_23914_test: Crash 930 issue_23914_test: Crash
936 issue_25671a_test/01: Crash 931 issue_25671a_test/01: Crash
937 issue_25671b_test/01: Crash 932 issue_25671b_test/01: Crash
938 label_test: Crash 933 label_test: Crash
939 lazy_static5_test: Crash 934 lazy_static5_test: Crash
940 lazy_static6_test: Crash 935 lazy_static6_test: Crash
941 lazy_static8_test: RuntimeError 936 lazy_static8_test: RuntimeError
942 left_shift_test: RuntimeError 937 left_shift_test: RuntimeError
943 library_env_test/has_no_html_support: RuntimeError 938 library_env_test/has_no_html_support: RuntimeError
944 library_env_test/has_no_io_support: RuntimeError 939 library_env_test/has_no_io_support: RuntimeError
945 library_env_test/has_no_mirror_support: RuntimeError 940 library_env_test/has_no_mirror_support: RuntimeError
946 library_prefixes_test: Crash 941 library_prefixes_test: Crash
947 list_is_test: Crash 942 list_is_test: Crash
948 list_literal3_test: Crash 943 list_literal3_test: Crash
949 list_literal4_test: RuntimeError 944 list_literal4_test: RuntimeError
950 list_test: Crash 945 list_test: Crash
951 local_function2_test: RuntimeError 946 local_function2_test: RuntimeError
952 local_function3_test: RuntimeError 947 local_function3_test: RuntimeError
953 local_function_test: Crash 948 local_function_test: Crash
954 logical_expression_test: Crash 949 logical_expression_test: Crash
955 loop_hoist_test: Crash
956 main_not_a_function_test/01: CompileTimeError 950 main_not_a_function_test/01: CompileTimeError
957 main_test/01: Crash 951 main_test/01: Crash
958 main_test/02: Crash 952 main_test/02: Crash
959 main_test/03: Crash 953 main_test/03: Crash
960 main_test/04: Crash 954 main_test/04: Crash
961 main_test/05: Crash 955 main_test/05: Crash
962 main_test/20: Crash 956 main_test/20: Crash
963 main_test/21: Crash 957 main_test/21: Crash
964 main_test/22: Crash 958 main_test/22: Crash
965 main_test/41: Crash 959 main_test/41: Crash
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 type_variable_conflict2_test/01: Crash 1370 type_variable_conflict2_test/01: Crash
1377 type_variable_conflict2_test/05: Crash 1371 type_variable_conflict2_test/05: Crash
1378 type_variable_conflict2_test/07: Crash 1372 type_variable_conflict2_test/07: Crash
1379 type_variable_conflict2_test/09: Crash 1373 type_variable_conflict2_test/09: Crash
1380 type_variable_field_initializer_closure2_test: Crash 1374 type_variable_field_initializer_closure2_test: Crash
1381 type_variable_field_initializer_closure_test: Crash 1375 type_variable_field_initializer_closure_test: Crash
1382 type_variable_function_type_test: RuntimeError 1376 type_variable_function_type_test: RuntimeError
1383 type_variable_nested_test: Crash 1377 type_variable_nested_test: Crash
1384 typecheck_multifield_declaration_test: Crash 1378 typecheck_multifield_declaration_test: Crash
1385 typedef_is_test: Crash 1379 typedef_is_test: Crash
1386 variable_declaration_metadata_test/none: Crash 1380 regress_23537_test: RuntimeError
1387 wrong_number_type_arguments_test/00: Crash 1381 wrong_number_type_arguments_test/00: Crash
1388 wrong_number_type_arguments_test/02: Crash 1382 wrong_number_type_arguments_test/02: Crash
1389 yieldstar_pause_test: Crash 1383 yieldstar_pause_test: Crash
1390 1384
1391 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1385 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1392 async_await_test: Crash 1386 async_await_test: Crash
1393 async_star_test: Crash 1387 async_star_test: Crash
1394 async_switch_test/none: Crash 1388 async_switch_test/none: Crash
1395 async_switch_test/withDefault: Crash 1389 async_switch_test/withDefault: Crash
1396 async_test/none: Crash 1390 async_test/none: Crash
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 config_import_test: RuntimeError 1507 config_import_test: RuntimeError
1514 const_conditional_test/08: MissingCompileTimeError 1508 const_conditional_test/08: MissingCompileTimeError
1515 const_constructor_nonconst_field_test/01: Crash 1509 const_constructor_nonconst_field_test/01: Crash
1516 const_constructor_syntax_test/05: Crash 1510 const_constructor_syntax_test/05: Crash
1517 const_error_multiply_initialized_test/01: Crash 1511 const_error_multiply_initialized_test/01: Crash
1518 const_error_multiply_initialized_test/02: Crash 1512 const_error_multiply_initialized_test/02: Crash
1519 const_error_multiply_initialized_test/03: Crash 1513 const_error_multiply_initialized_test/03: Crash
1520 const_error_multiply_initialized_test/04: Crash 1514 const_error_multiply_initialized_test/04: Crash
1521 const_evaluation_test/01: Crash 1515 const_evaluation_test/01: Crash
1522 const_factory_with_body_test/01: MissingCompileTimeError 1516 const_factory_with_body_test/01: MissingCompileTimeError
1523 const_for_in_variable_test/02: Crash
1524 const_for_in_variable_test/none: Crash
1525 const_instance_field_test/01: MissingCompileTimeError 1517 const_instance_field_test/01: MissingCompileTimeError
1526 const_map2_test/00: MissingCompileTimeError 1518 const_map2_test/00: MissingCompileTimeError
1527 const_map3_test/00: MissingCompileTimeError 1519 const_map3_test/00: MissingCompileTimeError
1528 const_map_test: Crash 1520 const_map_test: Crash
1529 const_optional_args_negative_test: Crash 1521 const_optional_args_negative_test: Crash
1530 const_switch2_test/01: MissingCompileTimeError 1522 const_switch2_test/01: MissingCompileTimeError
1531 const_switch_test/02: RuntimeError 1523 const_switch_test/02: RuntimeError
1532 const_switch_test/04: RuntimeError 1524 const_switch_test/04: RuntimeError
1533 const_syntax_test/05: MissingCompileTimeError 1525 const_syntax_test/05: MissingCompileTimeError
1534 const_syntax_test/08: Crash 1526 const_syntax_test/08: Crash
(...skipping 29 matching lines...) Expand all
1564 constructor_duplicate_final_test/03: Crash 1556 constructor_duplicate_final_test/03: Crash
1565 constructor_initializer_test/none: Crash 1557 constructor_initializer_test/none: Crash
1566 constructor_named_arguments_test/none: RuntimeError 1558 constructor_named_arguments_test/none: RuntimeError
1567 constructor_redirect1_negative_test: Crash 1559 constructor_redirect1_negative_test: Crash
1568 constructor_redirect2_negative_test: Crash 1560 constructor_redirect2_negative_test: Crash
1569 constructor_redirect2_test/01: MissingCompileTimeError 1561 constructor_redirect2_test/01: MissingCompileTimeError
1570 constructor_redirect_test/01: Crash 1562 constructor_redirect_test/01: Crash
1571 constructor_test: Crash 1563 constructor_test: Crash
1572 constructor_with_mixin_test: Crash 1564 constructor_with_mixin_test: Crash
1573 context_test: RuntimeError 1565 context_test: RuntimeError
1574 continue_test: Crash
1575 crash_6725_test/01: Crash 1566 crash_6725_test/01: Crash
1576 ct_const_test: Crash 1567 ct_const_test: Crash
1577 custom_await_stack_trace_test: Crash 1568 custom_await_stack_trace_test: Crash
1578 cyclic_constructor_test/01: Crash 1569 cyclic_constructor_test/01: Crash
1579 cyclic_default_values_test: Crash 1570 cyclic_default_values_test: Crash
1580 cyclic_type2_test: Crash 1571 cyclic_type2_test: Crash
1581 cyclic_type_test/00: RuntimeError 1572 cyclic_type_test/00: RuntimeError
1582 cyclic_type_test/01: RuntimeError 1573 cyclic_type_test/01: RuntimeError
1583 cyclic_type_test/02: RuntimeError 1574 cyclic_type_test/02: RuntimeError
1584 cyclic_type_test/03: RuntimeError 1575 cyclic_type_test/03: RuntimeError
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 field_override3_test/00: MissingCompileTimeError 1677 field_override3_test/00: MissingCompileTimeError
1687 field_override3_test/01: MissingCompileTimeError 1678 field_override3_test/01: MissingCompileTimeError
1688 field_override3_test/02: MissingCompileTimeError 1679 field_override3_test/02: MissingCompileTimeError
1689 field_override3_test/03: MissingCompileTimeError 1680 field_override3_test/03: MissingCompileTimeError
1690 field_override4_test/02: MissingCompileTimeError 1681 field_override4_test/02: MissingCompileTimeError
1691 final_attempt_reinitialization_test/01: Crash 1682 final_attempt_reinitialization_test/01: Crash
1692 final_attempt_reinitialization_test/02: Crash 1683 final_attempt_reinitialization_test/02: Crash
1693 final_field_initialization_order_test: RuntimeError 1684 final_field_initialization_order_test: RuntimeError
1694 final_super_field_set_test/01: Crash 1685 final_super_field_set_test/01: Crash
1695 final_syntax_test/09: Crash 1686 final_syntax_test/09: Crash
1696 final_used_in_try_test: Crash
1697 first_class_types_literals_test/01: Crash 1687 first_class_types_literals_test/01: Crash
1698 first_class_types_literals_test/02: Crash 1688 first_class_types_literals_test/02: Crash
1699 first_class_types_literals_test/03: Crash 1689 first_class_types_literals_test/03: Crash
1700 first_class_types_literals_test/04: Crash 1690 first_class_types_literals_test/04: Crash
1701 first_class_types_literals_test/05: Crash 1691 first_class_types_literals_test/05: Crash
1702 first_class_types_literals_test/06: Crash 1692 first_class_types_literals_test/06: Crash
1703 first_class_types_literals_test/07: Crash 1693 first_class_types_literals_test/07: Crash
1704 first_class_types_literals_test/08: Crash 1694 first_class_types_literals_test/08: Crash
1705 first_class_types_literals_test/09: Crash 1695 first_class_types_literals_test/09: Crash
1706 first_class_types_literals_test/10: Crash 1696 first_class_types_literals_test/10: Crash
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 issue13474_test: RuntimeError 1826 issue13474_test: RuntimeError
1837 issue14014_2_test: Crash 1827 issue14014_2_test: Crash
1838 issue14014_3_test: Crash 1828 issue14014_3_test: Crash
1839 issue14014_test: Crash 1829 issue14014_test: Crash
1840 issue14242_test: Crash 1830 issue14242_test: Crash
1841 issue15720_test: Crash 1831 issue15720_test: Crash
1842 issue21079_test: Crash 1832 issue21079_test: Crash
1843 issue23244_test: Crash 1833 issue23244_test: Crash
1844 issue4295001_test: Crash 1834 issue4295001_test: Crash
1845 issue9602_test: Crash 1835 issue9602_test: Crash
1846 issue9664_test: Crash
1847 issue9939_test: RuntimeError 1836 issue9939_test: RuntimeError
1848 issue_1751477_test: CompileTimeError 1837 issue_1751477_test: CompileTimeError
1849 issue_22780_test/01: Crash 1838 issue_22780_test/01: Crash
1850 issue_23914_test: Crash 1839 issue_23914_test: Crash
1851 issue_25671a_test/01: Crash 1840 issue_25671a_test/01: Crash
1852 issue_25671b_test/01: Crash 1841 issue_25671b_test/01: Crash
1853 label_test: Crash 1842 label_test: Crash
1854 lazy_static5_test: Crash 1843 lazy_static5_test: Crash
1855 lazy_static6_test: Crash 1844 lazy_static6_test: Crash
1856 lazy_static8_test: RuntimeError 1845 lazy_static8_test: RuntimeError
1857 left_shift_test: RuntimeError 1846 left_shift_test: RuntimeError
1858 library_env_test/has_no_html_support: RuntimeError 1847 library_env_test/has_no_html_support: RuntimeError
1859 library_env_test/has_no_io_support: RuntimeError 1848 library_env_test/has_no_io_support: RuntimeError
1860 library_env_test/has_no_mirror_support: RuntimeError 1849 library_env_test/has_no_mirror_support: RuntimeError
1861 library_prefixes_test: Crash 1850 library_prefixes_test: Crash
1862 list_is_test: Crash 1851 list_is_test: Crash
1863 list_literal3_test: Crash 1852 list_literal3_test: Crash
1864 list_literal4_test: RuntimeError 1853 list_literal4_test: RuntimeError
1865 list_test: Crash 1854 list_test: Crash
1866 local_function2_test: RuntimeError 1855 local_function2_test: RuntimeError
1867 local_function3_test: RuntimeError 1856 local_function3_test: RuntimeError
1868 local_function_test: Crash 1857 local_function_test: Crash
1869 logical_expression_test: Crash 1858 logical_expression_test: Crash
1870 loop_hoist_test: Crash
1871 main_not_a_function_test/01: CompileTimeError 1859 main_not_a_function_test/01: CompileTimeError
1872 main_test/01: Crash 1860 main_test/01: Crash
1873 main_test/02: Crash 1861 main_test/02: Crash
1874 main_test/03: Crash 1862 main_test/03: Crash
1875 main_test/04: Crash 1863 main_test/04: Crash
1876 main_test/05: Crash 1864 main_test/05: Crash
1877 main_test/20: Crash 1865 main_test/20: Crash
1878 main_test/21: Crash 1866 main_test/21: Crash
1879 main_test/22: Crash 1867 main_test/22: Crash
1880 main_test/41: Crash 1868 main_test/41: Crash
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 type_variable_conflict2_test/01: Crash 2264 type_variable_conflict2_test/01: Crash
2277 type_variable_conflict2_test/05: Crash 2265 type_variable_conflict2_test/05: Crash
2278 type_variable_conflict2_test/07: Crash 2266 type_variable_conflict2_test/07: Crash
2279 type_variable_conflict2_test/09: Crash 2267 type_variable_conflict2_test/09: Crash
2280 type_variable_field_initializer_closure2_test: Crash 2268 type_variable_field_initializer_closure2_test: Crash
2281 type_variable_field_initializer_closure_test: Crash 2269 type_variable_field_initializer_closure_test: Crash
2282 type_variable_function_type_test: RuntimeError 2270 type_variable_function_type_test: RuntimeError
2283 type_variable_nested_test: Crash 2271 type_variable_nested_test: Crash
2284 typecheck_multifield_declaration_test: Crash 2272 typecheck_multifield_declaration_test: Crash
2285 typedef_is_test: Crash 2273 typedef_is_test: Crash
2286 variable_declaration_metadata_test/none: Crash 2274 regress_23537_test: RuntimeError
2287 yieldstar_pause_test: Crash 2275 yieldstar_pause_test: Crash
2288 2276
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698