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

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

Issue 2998673002: Added ThisVariable in scoping and the captured scope of initialized fields. (Closed)
Patch Set: . 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 | « pkg/compiler/lib/src/ssa/type_builder.dart ('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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 for_in2_test: Crash 926 for_in2_test: Crash
927 for_in3_test: Crash 927 for_in3_test: Crash
928 for_variable_capture_test: Crash 928 for_variable_capture_test: Crash
929 full_stacktrace1_test: Crash 929 full_stacktrace1_test: Crash
930 full_stacktrace2_test: Crash 930 full_stacktrace2_test: Crash
931 full_stacktrace3_test: Crash 931 full_stacktrace3_test: Crash
932 function_getter_test: Crash 932 function_getter_test: Crash
933 function_literals2_test: Crash 933 function_literals2_test: Crash
934 function_literals_test: Crash 934 function_literals_test: Crash
935 function_malformed_result_type_test: Crash 935 function_malformed_result_type_test: Crash
936 function_propagation_test: RuntimeError 936 function_propagation_test: Crash
937 function_subtype0_test: Crash 937 function_subtype0_test: Crash
938 function_subtype2_test: Crash 938 function_subtype2_test: Crash
939 function_subtype3_test: Crash
939 function_subtype_bound_closure0_test: Crash 940 function_subtype_bound_closure0_test: Crash
940 function_subtype_bound_closure1_test: Crash 941 function_subtype_bound_closure1_test: Crash
941 function_subtype_bound_closure2_test: Crash 942 function_subtype_bound_closure2_test: Crash
942 function_subtype_bound_closure3_test: Crash 943 function_subtype_bound_closure3_test: Crash
943 function_subtype_bound_closure4_test: Crash 944 function_subtype_bound_closure4_test: Crash
944 function_subtype_bound_closure5_test: Crash 945 function_subtype_bound_closure5_test: Crash
945 function_subtype_bound_closure5a_test: Crash 946 function_subtype_bound_closure5a_test: Crash
946 function_subtype_bound_closure6_test: Crash 947 function_subtype_bound_closure6_test: Crash
947 function_subtype_bound_closure7_test: Crash 948 function_subtype_bound_closure7_test: Crash
949 function_subtype_call0_test: Crash
950 function_subtype_call1_test: Crash
951 function_subtype_call2_test: Crash
948 function_subtype_cast0_test: Crash 952 function_subtype_cast0_test: Crash
949 function_subtype_cast1_test: Crash 953 function_subtype_cast1_test: Crash
950 function_subtype_cast2_test: Crash 954 function_subtype_cast2_test: Crash
951 function_subtype_cast3_test: Crash 955 function_subtype_cast3_test: Crash
952 function_subtype_checked0_test: Crash 956 function_subtype_checked0_test: Crash
953 function_subtype_closure0_test: Crash 957 function_subtype_closure0_test: Crash
954 function_subtype_closure1_test: Crash 958 function_subtype_closure1_test: Crash
955 function_subtype_factory0_test: Crash 959 function_subtype_factory0_test: Crash
956 function_subtype_factory1_test: Crash 960 function_subtype_factory1_test: Crash
957 function_subtype_inline0_test: Crash 961 function_subtype_inline0_test: Crash
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 enum_duplicate_test/02: Crash 2312 enum_duplicate_test/02: Crash
2309 enum_duplicate_test/none: Crash 2313 enum_duplicate_test/none: Crash
2310 enum_index_test: Crash 2314 enum_index_test: Crash
2311 enum_mirror_test: Crash 2315 enum_mirror_test: Crash
2312 enum_private_test/01: Crash 2316 enum_private_test/01: Crash
2313 enum_private_test/02: Crash 2317 enum_private_test/02: Crash
2314 enum_private_test/none: Crash 2318 enum_private_test/none: Crash
2315 enum_test: Crash 2319 enum_test: Crash
2316 equality_test: Crash 2320 equality_test: Crash
2317 error_stacktrace_test: Crash 2321 error_stacktrace_test: Crash
2322 evaluation_redirecting_constructor_test: Crash
2318 example_constructor_test: Crash 2323 example_constructor_test: Crash
2319 exception_identity_test: Crash 2324 exception_identity_test: Crash
2320 exception_in_increment_test: Crash 2325 exception_in_increment_test: Crash
2321 exception_test: Crash 2326 exception_test: Crash
2322 execute_finally10_test: Crash 2327 execute_finally10_test: Crash
2323 execute_finally11_test: Crash 2328 execute_finally11_test: Crash
2324 execute_finally7_test: Crash 2329 execute_finally7_test: Crash
2325 execute_finally8_test: Crash 2330 execute_finally8_test: Crash
2326 execute_finally9_test: Crash 2331 execute_finally9_test: Crash
2327 exhaustive_for_test: Crash 2332 exhaustive_for_test: Crash
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
2584 inference_captured_variable_test: Crash 2589 inference_captured_variable_test: Crash
2585 inference_list_or_null_test: Crash 2590 inference_list_or_null_test: Crash
2586 inference_mixin_field_test: Crash 2591 inference_mixin_field_test: Crash
2587 inference_super_constructor_call_test: Crash 2592 inference_super_constructor_call_test: Crash
2588 inferrer_constructor2_test: Crash 2593 inferrer_constructor2_test: Crash
2589 inferrer_constructor3_test: Crash 2594 inferrer_constructor3_test: Crash
2590 inferrer_constructor4_test: Crash 2595 inferrer_constructor4_test: Crash
2591 inferrer_constructor5_test/01: Crash 2596 inferrer_constructor5_test/01: Crash
2592 inferrer_constructor_test: Crash 2597 inferrer_constructor_test: Crash
2593 inferrer_synthesized_constructor_test: Crash 2598 inferrer_synthesized_constructor_test: Crash
2599 inferrer_synthesized_super_constructor_test: Crash
2594 inferrer_this_access_test: Crash 2600 inferrer_this_access_test: Crash
2595 infinite_switch_label_test: Crash 2601 infinite_switch_label_test: Crash
2596 infinity_test: RuntimeError 2602 infinity_test: RuntimeError
2597 initializing_formal_capture_test: Crash 2603 initializing_formal_capture_test: Crash
2598 initializing_formal_final_test: Crash 2604 initializing_formal_final_test: Crash
2599 inline_super_field_test: Crash 2605 inline_super_field_test: Crash
2600 inlined_conditional_test: Crash 2606 inlined_conditional_test: Crash
2601 inlined_throw_test: Crash 2607 inlined_throw_test: Crash
2602 instance_creation_in_function_annotation_test: Crash 2608 instance_creation_in_function_annotation_test: Crash
2603 instanceof3_test: Crash 2609 instanceof3_test: Crash
(...skipping 22 matching lines...) Expand all
2626 is_object_test: Crash 2632 is_object_test: Crash
2627 isnot_malformed_type_test: Crash 2633 isnot_malformed_type_test: Crash
2628 issue10204_test: Crash 2634 issue10204_test: Crash
2629 issue10721_test: Crash 2635 issue10721_test: Crash
2630 issue10747_test: Crash 2636 issue10747_test: Crash
2631 issue10783_test: Crash 2637 issue10783_test: Crash
2632 issue11724_test: Crash 2638 issue11724_test: Crash
2633 issue12284_test: Crash 2639 issue12284_test: Crash
2634 issue13474_test: Crash 2640 issue13474_test: Crash
2635 issue1363_test: Crash 2641 issue1363_test: Crash
2642 issue14014_test: Crash
2643 issue14014_2_test: Crash
2636 issue14014_3_test: Crash 2644 issue14014_3_test: Crash
2637 issue14242_test: Crash 2645 issue14242_test: Crash
2638 issue15720_test: Crash 2646 issue15720_test: Crash
2639 issue20476_test: Crash 2647 issue20476_test: Crash
2640 issue21079_test: Crash 2648 issue21079_test: Crash
2641 issue21159_test: Crash 2649 issue21159_test: Crash
2642 issue22800_test: Crash 2650 issue22800_test: Crash
2643 issue23244_test: Crash 2651 issue23244_test: Crash
2652 issue4295001_test: Crash
2644 issue9602_test: Crash 2653 issue9602_test: Crash
2645 issue9664_test: Crash 2654 issue9664_test: Crash
2646 issue9939_test: Crash 2655 issue9939_test: Crash
2647 issue_1751477_test: CompileTimeError 2656 issue_1751477_test: CompileTimeError
2648 issue_22780_test/01: Crash 2657 issue_22780_test/01: Crash
2649 issue_23914_test: Crash 2658 issue_23914_test: Crash
2650 issue_25671a_test/01: Crash 2659 issue_25671a_test/01: Crash
2651 issue_25671b_test/01: Crash 2660 issue_25671b_test/01: Crash
2652 label_test: Crash 2661 label_test: Crash
2653 lazy_map_test: Crash 2662 lazy_map_test: Crash
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 typedef_is_test: Crash 3316 typedef_is_test: Crash
3308 typevariable_substitution2_test/02: Crash 3317 typevariable_substitution2_test/02: Crash
3309 unresolved_default_constructor_test/01: Crash 3318 unresolved_default_constructor_test/01: Crash
3310 value_range2_test: Crash 3319 value_range2_test: Crash
3311 value_range3_test: Crash 3320 value_range3_test: Crash
3312 value_range_test: Crash 3321 value_range_test: Crash
3313 variable_declaration_metadata_test/none: Crash 3322 variable_declaration_metadata_test/none: Crash
3314 void_type_test: Crash 3323 void_type_test: Crash
3315 yieldstar_pause_test: Crash 3324 yieldstar_pause_test: Crash
3316 3325
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/ssa/type_builder.dart ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698