| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_han
dler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)':
Local local(main#inner) is stored in a closure field. | 445 closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_han
dler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)':
Local local(main#inner) is stored in a closure field. |
| 446 closure_shared_state_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl
er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L
ocal local(setupNestedLoop#j) is stored in a closure field. | 446 closure_shared_state_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl
er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L
ocal local(setupNestedLoop#j) is stored in a closure field. |
| 447 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments
' was called on null. | 447 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments
' was called on null. |
| 448 closure_type_variables_test: Crash # type 'JClosureClass' is not a subtype of ty
pe 'ClosureClassElement' of 'closureClass' where | 448 closure_type_variables_test: Crash # type 'JClosureClass' is not a subtype of ty
pe 'ClosureClassElement' of 'closureClass' where |
| 449 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). | 449 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). |
| 450 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). | 450 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). |
| 451 closures_initializer2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closur
e.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding clos
ure class not found for () → dynamic => #lib1::A::T. Closures found for (() → dy
namic { | 451 closures_initializer2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closur
e.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding clos
ure class not found for () → dynamic => #lib1::A::T. Closures found for (() → dy
namic { |
| 452 closures_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure
.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closu
re class not found for () → dynamic => #lib1::B::T. Closures found for (() → dyn
amic { | 452 closures_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure
.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closu
re class not found for () → dynamic => #lib1::B::T. Closures found for (() → dyn
amic { |
| 453 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype
of type 'ClosureClassElement' of 'cls' where | 453 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype
of type 'ClosureClassElement' of 'cls' where |
| 454 compile_time_constant10_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo
cal)': Local local(Maps.mapToString#first) is stored in a closure field. | 454 compile_time_constant10_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo
cal)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 455 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)) | |
| 456 typevariable_substitution2_test/02: RuntimeError | |
| 457 generic_instanceof_test: Crash | |
| 458 generic_local_functions_test: Crash | |
| 459 generic_method_types_test/01: Crash | |
| 460 generic_method_types_test/02: Crash | |
| 461 generic_methods_generic_function_parameter_test: Crash | |
| 462 generic_methods_test: Crash | |
| 463 generic_native_test: Crash | |
| 464 generic_syntax_test: Crash | |
| 465 generic_test: Crash | |
| 466 getter_closure_execution_order_test: Crash | |
| 467 generic_test: RuntimeError | |
| 468 many_generic_instanceof_test: Crash | |
| 469 compile_time_constant_a_test: Crash | 455 compile_time_constant_a_test: Crash |
| 470 compile_time_constant_b_test: Crash | 456 compile_time_constant_b_test: Crash |
| 471 compile_time_constant_c_test/02: Crash | 457 compile_time_constant_c_test/02: Crash |
| 472 compile_time_constant_k_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. | 458 compile_time_constant_k_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 473 compile_time_constant_k_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. | 459 compile_time_constant_k_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 474 compile_time_constant_k_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. | 460 compile_time_constant_k_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 475 compile_time_constant_k_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo
cal)': Local local(Maps.mapToString#first) is stored in a closure field. | 461 compile_time_constant_k_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo
cal)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 462 generic_instanceof_test: Crash |
| 463 generic_local_functions_test: Crash |
| 464 generic_methods_generic_function_parameter_test: Crash |
| 465 generic_methods_test: Crash |
| 466 generic_native_test: Crash |
| 467 generic_syntax_test: Crash |
| 468 generic_test: Crash |
| 469 generic_test: RuntimeError |
| 470 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa
rameter type node S. |
| 471 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup
ported type parameter type node T. |
| 472 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
d type parameter type node T. |
| 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. |
| 474 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. |
| 475 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. |
| 476 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. |
| 477 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where |
| 478 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)) |
| 479 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter
type node T. |
| 480 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. |
| 481 many_generic_instanceof_test: Crash |
| 482 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)) |
| 483 typevariable_substitution2_test/02: RuntimeError |
| 476 | 484 |
| 477 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 485 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 478 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. | 486 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. |
| 479 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. | 487 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. |
| 480 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. | 488 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. |
| 481 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. | 489 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. |
| 482 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant | 490 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant |
| 483 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. | 491 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. |
| 484 assert_trailing_comma_test/none: CompileTimeError | 492 assert_trailing_comma_test/none: CompileTimeError |
| 485 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) | 493 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 function_type/function_type55_test: Crash # Issue 27394 | 711 function_type/function_type55_test: Crash # Issue 27394 |
| 704 function_type/function_type62_test: Crash # Issue 27394 | 712 function_type/function_type62_test: Crash # Issue 27394 |
| 705 function_type/function_type63_test: Crash # Issue 27394 | 713 function_type/function_type63_test: Crash # Issue 27394 |
| 706 function_type/function_type6_test: Crash # Issue 27394 | 714 function_type/function_type6_test: Crash # Issue 27394 |
| 707 function_type/function_type7_test: Crash # Issue 27394 | 715 function_type/function_type7_test: Crash # Issue 27394 |
| 708 function_type/function_type98_test: Crash # Issue 27394 | 716 function_type/function_type98_test: Crash # Issue 27394 |
| 709 function_type/function_type99_test: Crash # Issue 27394 | 717 function_type/function_type99_test: Crash # Issue 27394 |
| 710 | 718 |
| 711 [ $compiler == dart2js && $runtime == safarimobilesim ] | 719 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 712 call_through_getter_test: Fail, OK | 720 call_through_getter_test: Fail, OK |
| OLD | NEW |