| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 assertion_initializer_const_error2_test/cc07: Crash | 163 assertion_initializer_const_error2_test/cc07: Crash |
| 164 assertion_initializer_const_error2_test/cc08: Crash | 164 assertion_initializer_const_error2_test/cc08: Crash |
| 165 assertion_initializer_const_error2_test/cc09: Crash | 165 assertion_initializer_const_error2_test/cc09: Crash |
| 166 assertion_initializer_const_function_error_test/01: Crash | 166 assertion_initializer_const_function_error_test/01: Crash |
| 167 assertion_initializer_const_function_test/01: CompileTimeError | 167 assertion_initializer_const_function_test/01: CompileTimeError |
| 168 assertion_initializer_test: Crash | 168 assertion_initializer_test: Crash |
| 169 bad_typedef_test/00: Crash # Issue 28214 | 169 bad_typedef_test/00: Crash # Issue 28214 |
| 170 call_function_apply_test: RuntimeError # Issue 23873 | 170 call_function_apply_test: RuntimeError # Issue 23873 |
| 171 canonical_const2_test: RuntimeError, OK # Issue 1533 | 171 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 172 getter_setter_in_lib_test: Fail # Issue 23288 | 172 getter_setter_in_lib_test: Fail # Issue 23288 |
| 173 getter_setter_in_lib_test: Fail # Issue 23288 | |
| 174 | 173 |
| 175 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 174 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
| 176 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 175 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 177 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 176 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 178 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 177 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 179 accessor_conflict_import_test: RuntimeError # Issue 25626 | 178 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 180 branch_canonicalization_test: RuntimeError # Issue 638. | 179 branch_canonicalization_test: RuntimeError # Issue 638. |
| 181 generic_methods_local_variable_declaration_test: RuntimeError | 180 generic_methods_local_variable_declaration_test: RuntimeError |
| 182 | 181 |
| 183 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | 182 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
d type parameter type node T. | 472 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
d type parameter type node T. |
| 474 generic_methods_new_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle
r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo
cal local(Maps.mapToString#first) is stored in a closure field. | 473 generic_methods_new_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle
r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo
cal local(Maps.mapToString#first) is stored in a closure field. |
| 475 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. | 474 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. |
| 476 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. | 475 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. |
| 477 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. | 476 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. |
| 478 generic_methods_test: Crash | 477 generic_methods_test: Crash |
| 479 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where | 478 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where |
| 480 generic_native_test: Crash | 479 generic_native_test: Crash |
| 481 generic_sync_star_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.da
rt': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Iterable.iterator). Closures found for (j:closure_c
all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c
all)) | 480 generic_sync_star_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.da
rt': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Iterable.iterator). Closures found for (j:closure_c
all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c
all)) |
| 482 generic_syntax_test: Crash | 481 generic_syntax_test: Crash |
| 483 generic_test: Crash | |
| 484 generic_test: RuntimeError | 482 generic_test: RuntimeError |
| 485 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter
type node T. | 483 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter
type node T. |
| 486 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. | 484 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. |
| 487 getter_no_setter2_test/00: RuntimeError | 485 getter_no_setter2_test/00: RuntimeError |
| 488 getter_no_setter2_test/03: RuntimeError | 486 getter_no_setter2_test/03: RuntimeError |
| 489 getter_no_setter_test/00: RuntimeError | 487 getter_no_setter_test/00: RuntimeError |
| 490 getter_no_setter_test/none: RuntimeError | |
| 491 getter_override2_test/02: MissingCompileTimeError | 488 getter_override2_test/02: MissingCompileTimeError |
| 492 getter_override_test/00: MissingCompileTimeError | 489 getter_override_test/00: MissingCompileTimeError |
| 493 getter_override_test/01: MissingCompileTimeError | 490 getter_override_test/01: MissingCompileTimeError |
| 494 getter_override_test/02: MissingCompileTimeError | 491 getter_override_test/02: MissingCompileTimeError |
| 495 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(main#c) is stored in a closure field. | 492 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(main#c) is stored in a closure field. |
| 496 many_generic_instanceof_test: Crash | 493 many_generic_instanceof_test: Crash |
| 497 regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart':
Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure clas
s not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(
Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)
, j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.
call), j:closure_call(_awaitOnObject_closure.call)) | 494 regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart':
Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure clas
s not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(
Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)
, j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.
call), j:closure_call(_awaitOnObject_closure.call)) |
| 498 typevariable_substitution2_test/02: RuntimeError | 495 typevariable_substitution2_test/02: RuntimeError |
| 499 | 496 |
| 500 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 497 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 closure_parameter_types_test: RuntimeError | 629 closure_parameter_types_test: RuntimeError |
| 633 closure_self_reference_test: RuntimeError | 630 closure_self_reference_test: RuntimeError |
| 634 closure_shared_state_test: RuntimeError | 631 closure_shared_state_test: RuntimeError |
| 635 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments
' was called on null. | 632 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments
' was called on null. |
| 636 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha
s no instance getter 'methodElement'. | 633 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha
s no instance getter 'methodElement'. |
| 637 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). | 634 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). |
| 638 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). | 635 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). |
| 639 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE
ntity' was called on null. | 636 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE
ntity' was called on null. |
| 640 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn
tity' was called on null. | 637 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn
tity' was called on null. |
| 641 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla
ss' has no instance getter 'supertype'. | 638 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla
ss' has no instance getter 'supertype'. |
| 642 compile_time_constant_a_test: Crash | |
| 643 compile_time_constant_b_test: Crash | |
| 644 compile_time_constant_c_test/02: Crash | |
| 645 generic_instanceof_test: Crash | 639 generic_instanceof_test: Crash |
| 646 generic_local_functions_test: Crash | 640 generic_local_functions_test: Crash |
| 647 generic_methods_closure_test: Crash | 641 generic_methods_closure_test: Crash |
| 648 generic_methods_generic_class_tearoff_test: Crash | 642 generic_methods_generic_class_tearoff_test: Crash |
| 649 generic_methods_generic_function_parameter_test: Crash | 643 generic_methods_generic_function_parameter_test: Crash |
| 650 generic_methods_named_parameters_test: Crash | 644 generic_methods_named_parameters_test: Crash |
| 651 generic_methods_optional_parameters_test: Crash | 645 generic_methods_optional_parameters_test: Crash |
| 652 generic_methods_shadowing_test: Crash | 646 generic_methods_shadowing_test: Crash |
| 653 generic_methods_tearoff_specialization_test: Crash | 647 generic_methods_tearoff_specialization_test: Crash |
| 654 generic_methods_test: Crash | 648 generic_methods_test: Crash |
| 655 generic_methods_type_expression_test: Crash | 649 generic_methods_type_expression_test: Crash |
| 656 generic_native_test: Crash | 650 generic_native_test: Crash |
| 657 generic_sync_star_test: Crash | 651 generic_sync_star_test: Crash |
| 658 generic_syntax_test: Crash | 652 generic_syntax_test: Crash |
| 659 generic_test: Crash | 653 generic_typedef_test: Crash |
| 654 compile_time_constant_a_test: Crash # Assertion failure: Cannot find value Insta
nce of 'ThisLocal' in (local(ConstantStringMap.values#key), local(ConstantString
Map.values#)) for j:closure_call(ConstantStringMap_values_closure.call). |
| 655 compile_time_constant_b_test: Crash # Assertion failure: Cannot find value Insta
nce of 'ThisLocal' in (local(ConstantStringMap.values#key), local(ConstantString
Map.values#)) for j:closure_call(ConstantStringMap_values_closure.call). |
| 656 compile_time_constant_c_test/02: Crash # NoSuchMethodError: The getter 'isString
' was called on null. |
| 660 generic_test: RuntimeError | 657 generic_test: RuntimeError |
| 661 generic_typedef_test: Crash | |
| 662 many_generic_instanceof_test: Crash | |
| 663 getter_no_setter2_test/00: RuntimeError | |
| 664 getter_no_setter2_test/03: RuntimeError | |
| 665 getter_no_setter_test/00: RuntimeError | |
| 666 getter_no_setter_test/none: RuntimeError | |
| 667 getter_override2_test/02: MissingCompileTimeError | 658 getter_override2_test/02: MissingCompileTimeError |
| 668 getter_override_test/00: MissingCompileTimeError | 659 getter_override_test/00: MissingCompileTimeError |
| 669 getter_override_test/01: MissingCompileTimeError | 660 getter_override_test/01: MissingCompileTimeError |
| 670 getter_override_test/02: MissingCompileTimeError | 661 getter_override_test/02: MissingCompileTimeError |
| 671 hash_map_null_key_foreach_test: RuntimeError | 662 hash_map_null_key_foreach_test: RuntimeError |
| 672 getter_no_setter2_test/00: RuntimeError | 663 many_generic_instanceof_test: Crash |
| 673 getter_no_setter2_test/03: RuntimeError | |
| 674 getter_no_setter_test/00: RuntimeError | |
| 675 getter_no_setter_test/none: RuntimeError | |
| 676 hash_map_null_key_foreach_test: RuntimeError | |
| 677 compile_time_constant_a_test: Crash | |
| 678 compile_time_constant_b_test: Crash | |
| 679 compile_time_constant_c_test/02: Crash | |
| 680 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
on null. | 664 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
on null. |
| 681 typevariable_substitution2_test/02: RuntimeError | 665 typevariable_substitution2_test/02: RuntimeError |
| 682 | 666 |
| 683 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 667 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 684 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 668 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 685 | 669 |
| 686 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 670 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 687 async_star_await_pauses_test: RuntimeError # Need triage | 671 async_star_await_pauses_test: RuntimeError # Need triage |
| 688 async_star_no_cancel2_test: RuntimeError # Need triage | 672 async_star_no_cancel2_test: RuntimeError # Need triage |
| 689 async_star_no_cancel_test: RuntimeError # Need triage | 673 async_star_no_cancel_test: RuntimeError # Need triage |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 function_type/function_type53_test: Crash # Issue 27394 | 723 function_type/function_type53_test: Crash # Issue 27394 |
| 740 function_type/function_type54_test: Crash # Issue 27394 | 724 function_type/function_type54_test: Crash # Issue 27394 |
| 741 function_type/function_type55_test: Crash # Issue 27394 | 725 function_type/function_type55_test: Crash # Issue 27394 |
| 742 function_type/function_type62_test: Crash # Issue 27394 | 726 function_type/function_type62_test: Crash # Issue 27394 |
| 743 function_type/function_type63_test: Crash # Issue 27394 | 727 function_type/function_type63_test: Crash # Issue 27394 |
| 744 function_type/function_type6_test: Crash # Issue 27394 | 728 function_type/function_type6_test: Crash # Issue 27394 |
| 745 function_type/function_type7_test: Crash # Issue 27394 | 729 function_type/function_type7_test: Crash # Issue 27394 |
| 746 function_type/function_type98_test: Crash # Issue 27394 | 730 function_type/function_type98_test: Crash # Issue 27394 |
| 747 function_type/function_type99_test: Crash # Issue 27394 | 731 function_type/function_type99_test: Crash # Issue 27394 |
| 748 getter_setter_in_lib_test: Crash # Issue 27394 | 732 getter_setter_in_lib_test: Crash # Issue 27394 |
| 749 getter_setter_in_lib_test: Crash # Issue 27394 | |
| 750 | 733 |
| 751 [ $compiler == dart2js && $runtime == safarimobilesim ] | 734 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 752 call_through_getter_test: Fail, OK | 735 call_through_getter_test: Fail, OK |
| OLD | NEW |