OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". | 5 # Sections in this file should contain "$compiler == dart2js". |
6 | 6 |
7 # dart2js does not implement the Dart 2.0 static type errors yet. | 7 # dart2js does not implement the Dart 2.0 static type errors yet. |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 call_nonexistent_static_test/06: MissingCompileTimeError | 63 call_nonexistent_static_test/06: MissingCompileTimeError |
64 call_nonexistent_static_test/07: MissingCompileTimeError | 64 call_nonexistent_static_test/07: MissingCompileTimeError |
65 call_nonexistent_static_test/08: MissingCompileTimeError | 65 call_nonexistent_static_test/08: MissingCompileTimeError |
66 call_nonexistent_static_test/09: MissingCompileTimeError | 66 call_nonexistent_static_test/09: MissingCompileTimeError |
67 call_nonexistent_static_test/10: MissingCompileTimeError | 67 call_nonexistent_static_test/10: MissingCompileTimeError |
68 call_through_getter_test/01: MissingCompileTimeError | 68 call_through_getter_test/01: MissingCompileTimeError |
69 call_through_getter_test/02: MissingCompileTimeError | 69 call_through_getter_test/02: MissingCompileTimeError |
70 call_type_literal_test/01: MissingCompileTimeError | 70 call_type_literal_test/01: MissingCompileTimeError |
71 cast_test/04: MissingCompileTimeError | 71 cast_test/04: MissingCompileTimeError |
72 cast_test/05: MissingCompileTimeError | 72 cast_test/05: MissingCompileTimeError |
| 73 checked_null_test/01: MissingCompileTimeError |
| 74 checked_setter_test: MissingCompileTimeError |
| 75 checked_setter2_test: MissingCompileTimeError |
| 76 checked_setter3_test/01: MissingCompileTimeError |
| 77 checked_setter3_test/02: MissingCompileTimeError |
| 78 checked_setter3_test/03: MissingCompileTimeError |
| 79 class_literal_test/01: MissingCompileTimeError |
| 80 class_literal_test/02: MissingCompileTimeError |
| 81 class_literal_test/03: MissingCompileTimeError |
| 82 class_literal_test/04: MissingCompileTimeError |
| 83 class_literal_test/05: MissingCompileTimeError |
| 84 class_literal_test/06: MissingCompileTimeError |
| 85 class_literal_test/07: MissingCompileTimeError |
| 86 class_literal_test/08: MissingCompileTimeError |
| 87 class_literal_test/09: MissingCompileTimeError |
| 88 class_literal_test/10: MissingCompileTimeError |
| 89 class_literal_test/11: MissingCompileTimeError |
| 90 class_literal_test/12: MissingCompileTimeError |
| 91 class_literal_test/13: MissingCompileTimeError |
| 92 class_literal_test/14: MissingCompileTimeError |
| 93 class_literal_test/15: MissingCompileTimeError |
| 94 class_literal_test/16: MissingCompileTimeError |
| 95 class_literal_test/17: MissingCompileTimeError |
| 96 class_literal_test/18: MissingCompileTimeError |
| 97 class_literal_test/19: MissingCompileTimeError |
| 98 class_literal_test/20: MissingCompileTimeError |
| 99 class_literal_test/21: MissingCompileTimeError |
| 100 class_literal_test/22: MissingCompileTimeError |
| 101 class_literal_test/23: MissingCompileTimeError |
| 102 class_literal_test/24: MissingCompileTimeError |
| 103 class_literal_test/25: MissingCompileTimeError |
| 104 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 105 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 106 generic_constructor_mixin3_test/01: MissingCompileTimeError |
73 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 107 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
| 108 typevariable_substitution2_test/02: MissingCompileTimeError |
74 | 109 |
75 [ $compiler == dart2js && $runtime != none ] | 110 [ $compiler == dart2js && $runtime != none ] |
76 bit_operations_test: RuntimeError, OK # Issue 1533 | 111 bit_operations_test: RuntimeError, OK # Issue 1533 |
77 | 112 |
78 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 113 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
79 accessor_conflict_export2_test: Crash # Issue 25626 | 114 accessor_conflict_export2_test: Crash # Issue 25626 |
80 accessor_conflict_export_test: Crash # Issue 25626 | 115 accessor_conflict_export_test: Crash # Issue 25626 |
81 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 116 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
82 assertion_initializer_const_error2_test/cc01: Crash | 117 assertion_initializer_const_error2_test/cc01: Crash |
83 assertion_initializer_const_error2_test/cc02: Crash | 118 assertion_initializer_const_error2_test/cc02: Crash |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | 157 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
123 async_star_pause_test: RuntimeError # Issue 27394 | 158 async_star_pause_test: RuntimeError # Issue 27394 |
124 async_star_regression_fisk_test: RuntimeError # Issue 27394 | 159 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
125 async_star_stream_take_test: RuntimeError # Issue 27394 | 160 async_star_stream_take_test: RuntimeError # Issue 27394 |
126 async_star_take_reyield_test: RuntimeError # Issue 27394 | 161 async_star_take_reyield_test: RuntimeError # Issue 27394 |
127 black_listed_test/13c: Crash # Issue 27394 | 162 black_listed_test/13c: Crash # Issue 27394 |
128 black_listed_test/14c: Crash # Issue 27394 | 163 black_listed_test/14c: Crash # Issue 27394 |
129 bootstrap_test: RuntimeError # Issue 27394 | 164 bootstrap_test: RuntimeError # Issue 27394 |
130 call_nonexistent_static_test/10: Crash # Issue 27394 | 165 call_nonexistent_static_test/10: Crash # Issue 27394 |
131 | 166 |
| 167 [ $compiler == dart2js && $runtime != d8 ] |
| 168 function_subtype_inline2_test: RuntimeError |
| 169 |
132 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | 170 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
133 assertion_initializer_const_function_test/none: RuntimeError | 171 assertion_initializer_const_function_test/none: RuntimeError |
134 | 172 |
135 [ $compiler == dart2js && $runtime == d8 && $checked ] | 173 [ $compiler == dart2js && $runtime == d8 && $checked ] |
136 assertion_test: RuntimeError | 174 assertion_test: RuntimeError |
137 regress_30339_test: RuntimeError # Issue 26429 | 175 regress_30339_test: RuntimeError # Issue 26429 |
138 | 176 |
139 [ $compiler == dart2js && $runtime == drt && $checked ] | 177 [ $compiler == dart2js && $runtime == drt && $checked ] |
140 regress_30339_test: RuntimeError # Issue 30393 | 178 regress_30339_test: RuntimeError # Issue 30393 |
141 | 179 |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 function_type/function_type92_test: Crash | 507 function_type/function_type92_test: Crash |
470 function_type/function_type93_test: Crash | 508 function_type/function_type93_test: Crash |
471 function_type/function_type94_test: Crash | 509 function_type/function_type94_test: Crash |
472 function_type/function_type95_test: Crash | 510 function_type/function_type95_test: Crash |
473 function_type/function_type96_test: Crash | 511 function_type/function_type96_test: Crash |
474 function_type/function_type97_test: Crash | 512 function_type/function_type97_test: Crash |
475 function_type/function_type98_test: Crash | 513 function_type/function_type98_test: Crash |
476 function_type/function_type99_test: Crash | 514 function_type/function_type99_test: Crash |
477 function_type/function_type9_test: Crash | 515 function_type/function_type9_test: Crash |
478 regress_30339_test: Crash | 516 regress_30339_test: Crash |
| 517 checked_null_test/01: Crash |
| 518 checked_setter2_test: Crash |
| 519 checked_setter3_test/01: Crash |
| 520 checked_setter3_test/02: Crash |
| 521 checked_setter3_test/none: Crash |
| 522 checked_setter_test: Crash |
| 523 class_cycle_test/02: MissingCompileTimeError |
| 524 class_cycle_test/03: MissingCompileTimeError |
| 525 class_literal_test/01: Crash |
| 526 class_literal_test/02: Crash |
| 527 class_literal_test/03: Crash |
| 528 class_literal_test/04: Crash |
| 529 class_literal_test/05: Crash |
| 530 class_literal_test/06: Crash |
| 531 class_literal_test/07: Crash |
| 532 class_literal_test/08: Crash |
| 533 class_literal_test/09: Crash |
| 534 class_literal_test/10: Crash |
| 535 class_literal_test/11: Crash |
| 536 class_literal_test/12: Crash |
| 537 class_literal_test/13: Crash |
| 538 class_literal_test/14: Crash |
| 539 class_literal_test/15: Crash |
| 540 class_literal_test/16: Crash |
| 541 class_literal_test/17: Crash |
| 542 class_literal_test/18: Crash |
| 543 class_literal_test/19: Crash |
| 544 class_literal_test/20: Crash |
| 545 class_literal_test/21: Crash |
| 546 class_literal_test/22: Crash |
| 547 class_literal_test/23: Crash |
| 548 class_literal_test/24: Crash |
| 549 class_literal_test/25: Crash |
| 550 class_literal_test/none: Crash |
| 551 class_override_test/00: Crash |
| 552 class_syntax2_test: Crash |
| 553 class_test: Crash |
| 554 classes_static_method_clash_test: Crash |
| 555 closure2_test: Crash |
| 556 closure3_test: Crash |
| 557 closure4_test: Crash |
| 558 closure5_test: Crash |
| 559 closure6_test: Crash |
| 560 closure7_test: Crash |
| 561 closure8_test: Crash |
| 562 closure_break1_test: Crash |
| 563 closure_break2_test: Crash |
| 564 closure_break_test: Crash |
| 565 closure_cycles_test: Crash |
| 566 closure_in_constructor_test: Crash |
| 567 closure_in_field_initializer_test: Crash |
| 568 closure_in_initializer2_test: Crash |
| 569 closure_in_initializer_test: Crash |
| 570 closure_internals_test: Crash |
| 571 closure_parameter_types_test: Crash |
| 572 closure_self_reference_test: Crash |
| 573 closure_shared_state_test: Crash |
| 574 typevariable_substitution2_test/02: Crash |
| 575 generic_constructor_mixin_test: Crash |
| 576 generic_constructor_mixin2_test: Crash |
| 577 generic_constructor_mixin3_test: Crash |
| 578 function_subtype_inline2_test: Crash |
479 | 579 |
480 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 580 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
481 aborting_switch_case_test: Crash | 581 aborting_switch_case_test: Crash |
482 abstract_beats_arguments_test: Crash | 582 abstract_beats_arguments_test: Crash |
483 abstract_exact_selector_test/01: Crash | 583 abstract_exact_selector_test/01: Crash |
484 abstract_exact_selector_test/none: Crash | 584 abstract_exact_selector_test/none: Crash |
485 abstract_getter_test/01: Crash | 585 abstract_getter_test/01: Crash |
486 abstract_method_test: Crash | 586 abstract_method_test: Crash |
487 abstract_object_method_test: Crash | 587 abstract_object_method_test: Crash |
488 abstract_runtime_error_test/01: Crash | 588 abstract_runtime_error_test/01: Crash |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 function_type/function_type92_test: Crash | 906 function_type/function_type92_test: Crash |
807 function_type/function_type93_test: Crash | 907 function_type/function_type93_test: Crash |
808 function_type/function_type94_test: Crash | 908 function_type/function_type94_test: Crash |
809 function_type/function_type95_test: Crash | 909 function_type/function_type95_test: Crash |
810 function_type/function_type96_test: Crash | 910 function_type/function_type96_test: Crash |
811 function_type/function_type97_test: Crash | 911 function_type/function_type97_test: Crash |
812 function_type/function_type98_test: Crash | 912 function_type/function_type98_test: Crash |
813 function_type/function_type99_test: Crash | 913 function_type/function_type99_test: Crash |
814 function_type/function_type9_test: Crash | 914 function_type/function_type9_test: Crash |
815 regress_30339_test: Crash | 915 regress_30339_test: Crash |
| 916 checked_null_test/01: Crash |
| 917 checked_setter2_test: Crash |
| 918 checked_setter3_test/01: Crash |
| 919 checked_setter3_test/02: Crash |
| 920 checked_setter3_test/none: Crash |
| 921 checked_setter_test: Crash |
| 922 class_cycle_test/02: MissingCompileTimeError |
| 923 class_cycle_test/03: MissingCompileTimeError |
| 924 class_literal_test/01: Crash |
| 925 class_literal_test/02: Crash |
| 926 class_literal_test/03: Crash |
| 927 class_literal_test/04: Crash |
| 928 class_literal_test/05: Crash |
| 929 class_literal_test/06: Crash |
| 930 class_literal_test/07: Crash |
| 931 class_literal_test/08: Crash |
| 932 class_literal_test/09: Crash |
| 933 class_literal_test/10: Crash |
| 934 class_literal_test/11: Crash |
| 935 class_literal_test/12: Crash |
| 936 class_literal_test/13: Crash |
| 937 class_literal_test/14: Crash |
| 938 class_literal_test/15: Crash |
| 939 class_literal_test/16: Crash |
| 940 class_literal_test/17: Crash |
| 941 class_literal_test/18: Crash |
| 942 class_literal_test/19: Crash |
| 943 class_literal_test/20: Crash |
| 944 class_literal_test/21: Crash |
| 945 class_literal_test/22: Crash |
| 946 class_literal_test/23: Crash |
| 947 class_literal_test/24: Crash |
| 948 class_literal_test/25: Crash |
| 949 class_override_test/00: Crash |
| 950 class_syntax2_test: Crash |
| 951 class_test: Crash |
| 952 classes_static_method_clash_test: Crash |
| 953 closure2_test: Crash |
| 954 closure3_test: Crash |
| 955 closure4_test: Crash |
| 956 closure5_test: Crash |
| 957 closure6_test: Crash |
| 958 closure7_test: Crash |
| 959 closure8_test: Crash |
| 960 closure_break1_test: Crash |
| 961 closure_break2_test: Crash |
| 962 closure_break_test: Crash |
| 963 closure_cycles_test: Crash |
| 964 closure_in_constructor_test: Crash |
| 965 closure_in_field_initializer_test: Crash |
| 966 closure_in_initializer2_test: Crash |
| 967 closure_in_initializer_test: Crash |
| 968 closure_internals_test: Crash |
| 969 closure_parameter_types_test: Crash |
| 970 closure_self_reference_test: Crash |
| 971 closure_shared_state_test: Crash |
| 972 typevariable_substitution2_test/02: Crash |
| 973 generic_constructor_mixin_test: Crash |
| 974 generic_constructor_mixin2_test: Crash |
| 975 generic_constructor_mixin3_test: Crash |
| 976 function_subtype_inline2_test: Crash |
816 | 977 |
817 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 978 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
818 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 979 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
819 | 980 |
820 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 981 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
821 async_star_await_pauses_test: RuntimeError # Need triage | 982 async_star_await_pauses_test: RuntimeError # Need triage |
822 async_star_no_cancel2_test: RuntimeError # Need triage | 983 async_star_no_cancel2_test: RuntimeError # Need triage |
823 async_star_no_cancel_test: RuntimeError # Need triage | 984 async_star_no_cancel_test: RuntimeError # Need triage |
824 | 985 |
825 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 986 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 function_type/function_type55_test: Crash # Issue 27394 | 1041 function_type/function_type55_test: Crash # Issue 27394 |
881 function_type/function_type62_test: Crash # Issue 27394 | 1042 function_type/function_type62_test: Crash # Issue 27394 |
882 function_type/function_type63_test: Crash # Issue 27394 | 1043 function_type/function_type63_test: Crash # Issue 27394 |
883 function_type/function_type6_test: Crash # Issue 27394 | 1044 function_type/function_type6_test: Crash # Issue 27394 |
884 function_type/function_type7_test: Crash # Issue 27394 | 1045 function_type/function_type7_test: Crash # Issue 27394 |
885 function_type/function_type98_test: Crash # Issue 27394 | 1046 function_type/function_type98_test: Crash # Issue 27394 |
886 function_type/function_type99_test: Crash # Issue 27394 | 1047 function_type/function_type99_test: Crash # Issue 27394 |
887 | 1048 |
888 [ $compiler == dart2js && $runtime == safarimobilesim ] | 1049 [ $compiler == dart2js && $runtime == safarimobilesim ] |
889 call_through_getter_test: Fail, OK | 1050 call_through_getter_test: Fail, OK |
OLD | NEW |