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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 closure_break_test: Crash | 469 closure_break_test: Crash |
470 closure_cycles_test: Crash | 470 closure_cycles_test: Crash |
471 closure_in_constructor_test: Crash | 471 closure_in_constructor_test: Crash |
472 closure_in_field_initializer_test: Crash | 472 closure_in_field_initializer_test: Crash |
473 closure_in_initializer2_test: Crash | 473 closure_in_initializer2_test: Crash |
474 closure_in_initializer_test: Crash | 474 closure_in_initializer_test: Crash |
475 closure_internals_test: Crash | 475 closure_internals_test: Crash |
476 closure_parameter_types_test: Crash | 476 closure_parameter_types_test: Crash |
477 closure_self_reference_test: Crash | 477 closure_self_reference_test: Crash |
478 closure_shared_state_test: Crash | 478 closure_shared_state_test: Crash |
| 479 closure_test: Crash |
| 480 closure_type_test/01: Crash |
| 481 closure_type_test/none: Crash |
| 482 closure_type_variable_test: Crash |
| 483 closure_type_variables_test: Crash |
| 484 closure_variable_shadow_test: Crash |
| 485 closure_with_super_field_test: Crash |
| 486 closure_with_super_send_test: Crash |
| 487 closures_initializer2_test: Crash |
| 488 closures_initializer_test: Crash |
| 489 closures_with_complex_params_test: Crash |
| 490 code_after_try_is_executed_test/01: Crash |
| 491 code_after_try_is_executed_test/none: Crash |
| 492 compile_time_constant10_test/none: Crash |
479 | 493 |
480 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 494 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
481 aborting_switch_case_test: Crash | 495 aborting_switch_case_test: Crash |
482 abstract_beats_arguments_test: Crash | 496 abstract_beats_arguments_test: Crash |
483 abstract_exact_selector_test/01: Crash | 497 abstract_exact_selector_test/01: Crash |
484 abstract_exact_selector_test/none: Crash | 498 abstract_exact_selector_test/none: Crash |
485 abstract_getter_test/01: Crash | 499 abstract_getter_test/01: Crash |
486 abstract_method_test: Crash | 500 abstract_method_test: Crash |
487 abstract_object_method_test: Crash | 501 abstract_object_method_test: Crash |
488 abstract_runtime_error_test/01: Crash | 502 abstract_runtime_error_test/01: Crash |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
805 closure_break_test: Crash | 819 closure_break_test: Crash |
806 closure_cycles_test: Crash | 820 closure_cycles_test: Crash |
807 closure_in_constructor_test: Crash | 821 closure_in_constructor_test: Crash |
808 closure_in_field_initializer_test: Crash | 822 closure_in_field_initializer_test: Crash |
809 closure_in_initializer2_test: Crash | 823 closure_in_initializer2_test: Crash |
810 closure_in_initializer_test: Crash | 824 closure_in_initializer_test: Crash |
811 closure_internals_test: Crash | 825 closure_internals_test: Crash |
812 closure_parameter_types_test: Crash | 826 closure_parameter_types_test: Crash |
813 closure_self_reference_test: Crash | 827 closure_self_reference_test: Crash |
814 closure_shared_state_test: Crash | 828 closure_shared_state_test: Crash |
| 829 closure_test: Crash |
| 830 closure_type_test/01: Crash |
| 831 closure_type_test/none: Crash |
| 832 closure_type_variable_test: Crash |
| 833 closure_type_variables_test: Crash |
| 834 closure_variable_shadow_test: Crash |
| 835 closure_with_super_field_test: Crash |
| 836 closure_with_super_send_test: Crash |
| 837 closures_initializer2_test: Crash |
| 838 closures_initializer_test: Crash |
| 839 closures_with_complex_params_test: Crash |
| 840 code_after_try_is_executed_test/01: Crash |
| 841 code_after_try_is_executed_test/none: Crash |
| 842 compile_time_constant10_test/none: Crash |
815 | 843 |
816 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 844 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
817 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 845 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
818 | 846 |
819 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 847 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
820 async_star_await_pauses_test: RuntimeError # Need triage | 848 async_star_await_pauses_test: RuntimeError # Need triage |
821 async_star_no_cancel2_test: RuntimeError # Need triage | 849 async_star_no_cancel2_test: RuntimeError # Need triage |
822 async_star_no_cancel_test: RuntimeError # Need triage | 850 async_star_no_cancel_test: RuntimeError # Need triage |
823 | 851 |
824 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 852 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
825 async_return_types_test/nestedFuture: Fail # Issue 26429 | 853 async_return_types_test/nestedFuture: Fail # Issue 26429 |
826 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | 854 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
| 855 closure_type_test: Fail # Issue 12745 |
827 | 856 |
828 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | 857 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
829 assign_instance_method_negative_test: Crash | 858 assign_instance_method_negative_test: Crash |
830 | 859 |
831 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | 860 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
832 assign_instance_method_negative_test: Crash | 861 assign_instance_method_negative_test: Crash |
833 | 862 |
834 [ $compiler == dart2js && $runtime != none && $checked ] | 863 [ $compiler == dart2js && $runtime != none && $checked ] |
835 assert_with_message_test: RuntimeError | 864 assert_with_message_test: RuntimeError |
836 | 865 |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 function_type/function_type55_test: Crash # Issue 27394 | 908 function_type/function_type55_test: Crash # Issue 27394 |
880 function_type/function_type62_test: Crash # Issue 27394 | 909 function_type/function_type62_test: Crash # Issue 27394 |
881 function_type/function_type63_test: Crash # Issue 27394 | 910 function_type/function_type63_test: Crash # Issue 27394 |
882 function_type/function_type6_test: Crash # Issue 27394 | 911 function_type/function_type6_test: Crash # Issue 27394 |
883 function_type/function_type7_test: Crash # Issue 27394 | 912 function_type/function_type7_test: Crash # Issue 27394 |
884 function_type/function_type98_test: Crash # Issue 27394 | 913 function_type/function_type98_test: Crash # Issue 27394 |
885 function_type/function_type99_test: Crash # Issue 27394 | 914 function_type/function_type99_test: Crash # Issue 27394 |
886 | 915 |
887 [ $compiler == dart2js && $runtime == safarimobilesim ] | 916 [ $compiler == dart2js && $runtime == safarimobilesim ] |
888 call_through_getter_test: Fail, OK | 917 call_through_getter_test: Fail, OK |
OLD | NEW |