| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 generic_tearoff_test: CompileTimeError | 129 generic_tearoff_test: CompileTimeError |
| 130 typevariable_substitution2_test/02: MissingCompileTimeError | 130 typevariable_substitution2_test/02: MissingCompileTimeError |
| 131 | 131 |
| 132 [ $compiler == dart2js] | 132 [ $compiler == dart2js] |
| 133 generic_methods_type_expression_test: RuntimeError | 133 generic_methods_type_expression_test: RuntimeError |
| 134 | 134 |
| 135 [ $compiler == dart2js && $runtime != none ] | 135 [ $compiler == dart2js && $runtime != none ] |
| 136 bit_operations_test: RuntimeError, OK # Issue 1533 | 136 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 137 generic_instanceof_test: RuntimeError | 137 generic_instanceof_test: RuntimeError |
| 138 generic_typedef_test: RuntimeError | 138 generic_typedef_test: RuntimeError |
| 139 many_generic_instanceof_test: RuntimeError |
| 139 | 140 |
| 140 [ $compiler == dart2js && $runtime != none && !$checked ] | 141 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 141 generic_list_checked_test: RuntimeError | 142 generic_list_checked_test: RuntimeError |
| 142 | 143 |
| 143 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 144 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 144 accessor_conflict_export2_test: Crash # Issue 25626 | 145 accessor_conflict_export2_test: Crash # Issue 25626 |
| 145 accessor_conflict_export_test: Crash # Issue 25626 | 146 accessor_conflict_export_test: Crash # Issue 25626 |
| 146 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 147 assertion_initializer_const_error2_test/cc01: Crash | 148 assertion_initializer_const_error2_test/cc01: Crash |
| 148 assertion_initializer_const_error2_test/cc02: Crash | 149 assertion_initializer_const_error2_test/cc02: Crash |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 generic_local_functions_test: Crash | 455 generic_local_functions_test: Crash |
| 455 generic_method_types_test/01: Crash | 456 generic_method_types_test/01: Crash |
| 456 generic_method_types_test/02: Crash | 457 generic_method_types_test/02: Crash |
| 457 generic_methods_generic_function_parameter_test: Crash | 458 generic_methods_generic_function_parameter_test: Crash |
| 458 generic_methods_test: Crash | 459 generic_methods_test: Crash |
| 459 generic_native_test: Crash | 460 generic_native_test: Crash |
| 460 generic_syntax_test: Crash | 461 generic_syntax_test: Crash |
| 461 generic_test: Crash | 462 generic_test: Crash |
| 462 getter_closure_execution_order_test: Crash | 463 getter_closure_execution_order_test: Crash |
| 463 generic_test: RuntimeError | 464 generic_test: RuntimeError |
| 465 many_generic_instanceof_test: Crash |
| 464 | 466 |
| 465 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 467 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 466 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. | 468 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. |
| 467 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. | 469 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. |
| 468 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. | 470 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. |
| 469 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. | 471 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. |
| 470 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant | 472 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant |
| 471 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. | 473 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. |
| 472 assert_trailing_comma_test/none: CompileTimeError | 474 assert_trailing_comma_test/none: CompileTimeError |
| 473 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) | 475 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 generic_instanceof_test: Crash | 613 generic_instanceof_test: Crash |
| 612 generic_local_functions_test: Crash | 614 generic_local_functions_test: Crash |
| 613 generic_method_types_test/01: Crash | 615 generic_method_types_test/01: Crash |
| 614 generic_method_types_test/02: 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 |
| 623 many_generic_instanceof_test: Crash |
| 621 | 624 |
| 622 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 625 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 623 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 626 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 624 | 627 |
| 625 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 628 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 626 async_star_await_pauses_test: RuntimeError # Need triage | 629 async_star_await_pauses_test: RuntimeError # Need triage |
| 627 async_star_no_cancel2_test: RuntimeError # Need triage | 630 async_star_no_cancel2_test: RuntimeError # Need triage |
| 628 async_star_no_cancel_test: RuntimeError # Need triage | 631 async_star_no_cancel_test: RuntimeError # Need triage |
| 629 | 632 |
| 630 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 633 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 function_type/function_type55_test: Crash # Issue 27394 | 683 function_type/function_type55_test: Crash # Issue 27394 |
| 681 function_type/function_type62_test: Crash # Issue 27394 | 684 function_type/function_type62_test: Crash # Issue 27394 |
| 682 function_type/function_type63_test: Crash # Issue 27394 | 685 function_type/function_type63_test: Crash # Issue 27394 |
| 683 function_type/function_type6_test: Crash # Issue 27394 | 686 function_type/function_type6_test: Crash # Issue 27394 |
| 684 function_type/function_type7_test: Crash # Issue 27394 | 687 function_type/function_type7_test: Crash # Issue 27394 |
| 685 function_type/function_type98_test: Crash # Issue 27394 | 688 function_type/function_type98_test: Crash # Issue 27394 |
| 686 function_type/function_type99_test: Crash # Issue 27394 | 689 function_type/function_type99_test: Crash # Issue 27394 |
| 687 | 690 |
| 688 [ $compiler == dart2js && $runtime == safarimobilesim ] | 691 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 689 call_through_getter_test: Fail, OK | 692 call_through_getter_test: Fail, OK |
| OLD | NEW |