| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 type_variable_scope_test/04: MissingCompileTimeError | 188 type_variable_scope_test/04: MissingCompileTimeError |
| 189 type_variable_scope_test/05: MissingCompileTimeError | 189 type_variable_scope_test/05: MissingCompileTimeError |
| 190 type_variable_scope2_test: MissingCompileTimeError | 190 type_variable_scope2_test: MissingCompileTimeError |
| 191 type_variable_static_context_test: MissingCompileTimeError | 191 type_variable_static_context_test: MissingCompileTimeError |
| 192 typed_selector2_test: MissingCompileTimeError | 192 typed_selector2_test: MissingCompileTimeError |
| 193 unbound_getter_test: MissingCompileTimeError | 193 unbound_getter_test: MissingCompileTimeError |
| 194 unresolved_default_constructor_test/01: MissingCompileTimeError | 194 unresolved_default_constructor_test/01: MissingCompileTimeError |
| 195 unresolved_in_factory_test: MissingCompileTimeError | 195 unresolved_in_factory_test: MissingCompileTimeError |
| 196 unresolved_top_level_method_test: MissingCompileTimeError | 196 unresolved_top_level_method_test: MissingCompileTimeError |
| 197 unresolved_top_level_var_test: MissingCompileTimeError | 197 unresolved_top_level_var_test: MissingCompileTimeError |
| 198 vm/async_await_catch_stacktrace_test: RuntimeError | |
| 199 | 198 |
| 200 [ $compiler == dart2js && !$minified && $runtime != d8] | 199 [ $compiler == dart2js && !$minified] |
| 201 generic_methods_local_variable_declaration_test: RuntimeError | 200 generic_methods_local_variable_declaration_test: RuntimeError |
| 202 | 201 |
| 203 [ $compiler == dart2js && $runtime != none ] | 202 [ $compiler == dart2js && $runtime != none ] |
| 204 bit_operations_test: RuntimeError, OK # Issue 1533 | 203 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 205 generic_closure_test: RuntimeError | 204 generic_closure_test: RuntimeError |
| 206 generic_function_typedef_test/01: RuntimeError | 205 generic_function_typedef_test/01: RuntimeError |
| 207 generic_instanceof_test: RuntimeError | 206 generic_instanceof_test: RuntimeError |
| 208 generic_typedef_test: RuntimeError | 207 generic_typedef_test: RuntimeError |
| 209 many_generic_instanceof_test: RuntimeError | 208 many_generic_instanceof_test: RuntimeError |
| 210 | 209 |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 if_null_assignment_static_test/05: RuntimeError | 607 if_null_assignment_static_test/05: RuntimeError |
| 609 if_null_assignment_static_test/05: RuntimeError | 608 if_null_assignment_static_test/05: RuntimeError |
| 610 if_null_assignment_static_test/06: Crash | 609 if_null_assignment_static_test/06: Crash |
| 611 many_generic_instanceof_test: Crash | 610 many_generic_instanceof_test: Crash |
| 612 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)) | 611 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)) |
| 613 typevariable_substitution2_test/02: RuntimeError | 612 typevariable_substitution2_test/02: RuntimeError |
| 614 type_variable_nested_test: Crash | 613 type_variable_nested_test: Crash |
| 615 typecheck_multifield_declaration_test: Crash | 614 typecheck_multifield_declaration_test: Crash |
| 616 typedef_is_test: Crash | 615 typedef_is_test: Crash |
| 617 | 616 |
| 617 [ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ] |
| 618 vm/async_await_catch_stacktrace_test: RuntimeError |
| 619 |
| 618 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 620 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 619 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. | 621 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. |
| 620 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. | 622 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. |
| 621 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. | 623 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. |
| 622 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. | 624 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. |
| 623 abstract_override_adds_optional_args_concrete_subclass_test: Crash # NoSuchMetho
dError: The getter 'thisLocal' was called on null. | 625 abstract_override_adds_optional_args_concrete_subclass_test: Crash # NoSuchMetho
dError: The getter 'thisLocal' was called on null. |
| 624 abstract_override_adds_optional_args_concrete_test: Crash # NoSuchMethodError: T
he getter 'thisLocal' was called on null. | 626 abstract_override_adds_optional_args_concrete_test: Crash # NoSuchMethodError: T
he getter 'thisLocal' was called on null. |
| 625 abstract_override_adds_optional_args_test: Crash # NoSuchMethodError: The getter
'thisLocal' was called on null. | 627 abstract_override_adds_optional_args_test: Crash # NoSuchMethodError: The getter
'thisLocal' was called on null. |
| 626 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. | 628 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. |
| 627 assert_trailing_comma_test/none: CompileTimeError | 629 assert_trailing_comma_test/none: CompileTimeError |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 if_null_assignment_static_test/04: RuntimeError | 818 if_null_assignment_static_test/04: RuntimeError |
| 817 if_null_assignment_static_test/04: RuntimeError | 819 if_null_assignment_static_test/04: RuntimeError |
| 818 if_null_assignment_static_test/05: RuntimeError | 820 if_null_assignment_static_test/05: RuntimeError |
| 819 if_null_assignment_static_test/05: RuntimeError | 821 if_null_assignment_static_test/05: RuntimeError |
| 820 if_null_assignment_static_test/06: Crash | 822 if_null_assignment_static_test/06: Crash |
| 821 many_generic_instanceof_test: Crash | 823 many_generic_instanceof_test: Crash |
| 822 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
on null. | 824 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
on null. |
| 823 typevariable_substitution2_test/02: RuntimeError | 825 typevariable_substitution2_test/02: RuntimeError |
| 824 type_variable_nested_test: Crash | 826 type_variable_nested_test: Crash |
| 825 typecheck_multifield_declaration_test: Crash | 827 typecheck_multifield_declaration_test: Crash |
| 828 vm/async_await_catch_stacktrace_test: Crash |
| 829 |
| 830 [ $compiler == dart2js && $dart2js_with_kernel && $minified && $checked ] |
| 826 typedef_is_test: Crash | 831 typedef_is_test: Crash |
| 827 | 832 |
| 828 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 833 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 829 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 834 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 830 | 835 |
| 831 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 836 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 832 async_star_await_pauses_test: RuntimeError # Need triage | 837 async_star_await_pauses_test: RuntimeError # Need triage |
| 833 async_star_no_cancel2_test: RuntimeError # Need triage | 838 async_star_no_cancel2_test: RuntimeError # Need triage |
| 834 async_star_no_cancel_test: RuntimeError # Need triage | 839 async_star_no_cancel_test: RuntimeError # Need triage |
| 835 | 840 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 function_type/function_type99_test: Crash # Issue 27394 | 897 function_type/function_type99_test: Crash # Issue 27394 |
| 893 generic_function_typedef_test: Crash # Issue 27394 | 898 generic_function_typedef_test: Crash # Issue 27394 |
| 894 generic_function_typedef_test/none: Crash # Issue 27394 | 899 generic_function_typedef_test/none: Crash # Issue 27394 |
| 895 getter_setter_in_lib_test: Crash # Issue 27394 | 900 getter_setter_in_lib_test: Crash # Issue 27394 |
| 896 | 901 |
| 897 [ $compiler == dart2js && $runtime == safarimobilesim ] | 902 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 898 call_through_getter_test: Fail, OK | 903 call_through_getter_test: Fail, OK |
| 899 | 904 |
| 900 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 905 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
| 901 generic_closure_test: Fail # Issue 12605 | 906 generic_closure_test: Fail # Issue 12605 |
| OLD | NEW |