| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 class_literal_test/22: MissingCompileTimeError | 100 class_literal_test/22: MissingCompileTimeError |
| 101 class_literal_test/23: MissingCompileTimeError | 101 class_literal_test/23: MissingCompileTimeError |
| 102 class_literal_test/24: MissingCompileTimeError | 102 class_literal_test/24: MissingCompileTimeError |
| 103 class_literal_test/25: MissingCompileTimeError | 103 class_literal_test/25: MissingCompileTimeError |
| 104 covariant_subtyping_with_substitution_test: RuntimeError | 104 covariant_subtyping_with_substitution_test: RuntimeError |
| 105 generic_constructor_mixin_test/01: MissingCompileTimeError | 105 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 106 generic_constructor_mixin2_test/01: MissingCompileTimeError | 106 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 107 generic_constructor_mixin3_test/01: MissingCompileTimeError | 107 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 108 generic_methods_bounds_test/01: MissingCompileTimeError | 108 generic_methods_bounds_test/01: MissingCompileTimeError |
| 109 generic_methods_bounds_test/02: MissingRuntimeError | 109 generic_methods_bounds_test/02: MissingRuntimeError |
| 110 generic_methods_closure_test: Crash | 110 generic_methods_closure_test: RuntimeError |
| 111 generic_methods_dynamic_test/01: MissingCompileTimeError | 111 generic_methods_dynamic_test/01: MissingCompileTimeError |
| 112 generic_methods_dynamic_test/02: MissingRuntimeError | 112 generic_methods_dynamic_test/02: MissingRuntimeError |
| 113 generic_methods_dynamic_test/03: MissingCompileTimeError | 113 generic_methods_dynamic_test/03: MissingCompileTimeError |
| 114 generic_methods_dynamic_test/04: MissingRuntimeError | 114 generic_methods_dynamic_test/04: MissingRuntimeError |
| 115 generic_methods_generic_class_tearoff_test: Crash | 115 generic_methods_generic_class_tearoff_test: RuntimeError |
| 116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
| 117 generic_methods_named_parameters_test: Crash | 117 generic_methods_local_variable_declaration_test: RuntimeError |
| 118 generic_methods_optional_parameters_test: Crash | 118 generic_methods_named_parameters_test: RuntimeError |
| 119 generic_methods_optional_parameters_test: RuntimeError |
| 119 generic_methods_overriding_test/01: MissingCompileTimeError | 120 generic_methods_overriding_test/01: MissingCompileTimeError |
| 120 generic_methods_overriding_test/03: MissingCompileTimeError | 121 generic_methods_overriding_test/03: MissingCompileTimeError |
| 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 122 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 122 generic_methods_reuse_type_variables_test: RuntimeError | 123 generic_methods_reuse_type_variables_test: RuntimeError |
| 123 generic_methods_shadowing_test: Crash | 124 generic_methods_shadowing_test: RuntimeError |
| 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 125 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 125 generic_methods_simple_is_expression_test: RuntimeError | 126 generic_methods_simple_is_expression_test: RuntimeError |
| 126 generic_methods_tearoff_specialization_test: Crash | 127 generic_methods_tearoff_specialization_test: RuntimeError |
| 127 generic_methods_unused_parameter_test: RuntimeError | 128 generic_methods_unused_parameter_test: RuntimeError |
| 128 generic_sync_star_test: Crash | |
| 129 generic_tearoff_test: CompileTimeError | 129 generic_tearoff_test: CompileTimeError |
| 130 | 130 |
| 131 [ $compiler == dart2js] | 131 [ $compiler == dart2js] |
| 132 generic_methods_type_expression_test: Crash | 132 generic_methods_type_expression_test: RuntimeError |
| 133 | 133 |
| 134 [ $compiler == dart2js && $runtime != none ] | 134 [ $compiler == dart2js && $runtime != none ] |
| 135 bit_operations_test: RuntimeError, OK # Issue 1533 | 135 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 136 generic_instanceof_test: RuntimeError | 136 generic_instanceof_test: RuntimeError |
| 137 generic_typedef_test: Crash | 137 generic_typedef_test: RuntimeError |
| 138 many_generic_instanceof_test: RuntimeError | 138 many_generic_instanceof_test: RuntimeError |
| 139 | 139 |
| 140 [ $compiler == dart2js && $runtime != none && !$checked ] | 140 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 141 generic_list_checked_test: RuntimeError | 141 generic_list_checked_test: RuntimeError |
| 142 typevariable_substitution2_test/02: RuntimeError | 142 typevariable_substitution2_test/02: RuntimeError |
| 143 | 143 |
| 144 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 144 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 145 accessor_conflict_export2_test: Crash # Issue 25626 | 145 accessor_conflict_export2_test: Crash # Issue 25626 |
| 146 accessor_conflict_export_test: Crash # Issue 25626 | 146 accessor_conflict_export_test: Crash # Issue 25626 |
| 147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha
s no instance getter 'methodElement'. | 605 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha
s no instance getter 'methodElement'. |
| 606 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst
ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret
urnSuperInClosure_closure.call). | 606 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst
ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret
urnSuperInClosure_closure.call). |
| 607 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta
nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S
ub_test_closure.call). | 607 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta
nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S
ub_test_closure.call). |
| 608 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE
ntity' was called on null. | 608 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE
ntity' was called on null. |
| 609 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn
tity' was called on null. | 609 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn
tity' was called on null. |
| 610 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla
ss' has no instance getter 'supertype'. | 610 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla
ss' has no instance getter 'supertype'. |
| 611 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
on null. | 611 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
on null. |
| 612 typevariable_substitution2_test/02: RuntimeError | 612 typevariable_substitution2_test/02: RuntimeError |
| 613 generic_instanceof_test: Crash | 613 generic_instanceof_test: Crash |
| 614 generic_local_functions_test: Crash | 614 generic_local_functions_test: Crash |
| 615 generic_method_types_test/01: Crash |
| 616 generic_method_types_test/02: Crash |
| 615 generic_methods_generic_function_parameter_test: Crash | 617 generic_methods_generic_function_parameter_test: Crash |
| 616 generic_methods_test: Crash | 618 generic_methods_test: Crash |
| 617 generic_native_test: Crash | 619 generic_native_test: Crash |
| 618 generic_syntax_test: Crash | 620 generic_syntax_test: Crash |
| 619 generic_test: Crash | 621 generic_test: Crash |
| 620 generic_test: RuntimeError | 622 generic_test: RuntimeError |
| 621 many_generic_instanceof_test: Crash | 623 many_generic_instanceof_test: Crash |
| 622 | 624 |
| 623 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 625 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 624 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 626 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 function_type/function_type55_test: Crash # Issue 27394 | 683 function_type/function_type55_test: Crash # Issue 27394 |
| 682 function_type/function_type62_test: Crash # Issue 27394 | 684 function_type/function_type62_test: Crash # Issue 27394 |
| 683 function_type/function_type63_test: Crash # Issue 27394 | 685 function_type/function_type63_test: Crash # Issue 27394 |
| 684 function_type/function_type6_test: Crash # Issue 27394 | 686 function_type/function_type6_test: Crash # Issue 27394 |
| 685 function_type/function_type7_test: Crash # Issue 27394 | 687 function_type/function_type7_test: Crash # Issue 27394 |
| 686 function_type/function_type98_test: Crash # Issue 27394 | 688 function_type/function_type98_test: Crash # Issue 27394 |
| 687 function_type/function_type99_test: Crash # Issue 27394 | 689 function_type/function_type99_test: Crash # Issue 27394 |
| 688 | 690 |
| 689 [ $compiler == dart2js && $runtime == safarimobilesim ] | 691 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 690 call_through_getter_test: Fail, OK | 692 call_through_getter_test: Fail, OK |
| OLD | NEW |