Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 3012683002: Don't try to add abstract methods to the codegen work queue to generate bodies (Closed)
Patch Set: reran status files. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 function_type/function_type89_test: RuntimeError # Issue 30476 391 function_type/function_type89_test: RuntimeError # Issue 30476
392 function_type/function_type8_test: RuntimeError # Issue 30476 392 function_type/function_type8_test: RuntimeError # Issue 30476
393 function_type/function_type90_test: RuntimeError # Issue 30476 393 function_type/function_type90_test: RuntimeError # Issue 30476
394 function_type/function_type96_test: RuntimeError # Issue 30476 394 function_type/function_type96_test: RuntimeError # Issue 30476
395 function_type/function_type9_test: RuntimeError # Issue 30476 395 function_type/function_type9_test: RuntimeError # Issue 30476
396 396
397 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 397 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
398 abstract_exact_selector_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 398 abstract_exact_selector_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
399 abstract_exact_selector_test/none: Pass 399 abstract_exact_selector_test/none: Pass
400 abstract_getter_test/01: Crash # Assertion failure: Missing scope info for j:get ter(Foo.i). 400 abstract_getter_test/01: Crash # Assertion failure: Missing scope info for j:get ter(Foo.i).
401 abstract_method_test: Crash # Assertion failure: Missing scope info for j:getter (A.length).
402 abstract_object_method_test: Crash # Assertion failure: Missing scope info for j :method(B.==).
403 abstract_override_adds_optional_args_concrete_subclass_test: Crash # Assertion f ailure: Missing scope info for j:method(B.foo). 401 abstract_override_adds_optional_args_concrete_subclass_test: Crash # Assertion f ailure: Missing scope info for j:method(B.foo).
404 abstract_override_adds_optional_args_concrete_test: Crash # Assertion failure: M issing scope info for j:method(B.foo). 402 abstract_override_adds_optional_args_concrete_test: Crash # Assertion failure: M issing scope info for j:method(B.foo).
405 abstract_override_adds_optional_args_supercall_test: Crash # Assertion failure: Missing scope info for j:method(B.foo). 403 abstract_override_adds_optional_args_supercall_test: Crash # Assertion failure: Missing scope info for j:method(B.foo).
406 abstract_override_adds_optional_args_test: Crash # Assertion failure: Missing sc ope info for j:method(B.foo).
407 assert_message_test: Crash # Assertion failure: Missing scope info for j:getter( Iterable.iterator). 404 assert_message_test: Crash # Assertion failure: Missing scope info for j:getter( Iterable.iterator).
408 assert_trailing_comma_test/none: CompileTimeError 405 assert_trailing_comma_test/none: CompileTimeError
409 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor) 406 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor)
410 assertion_initializer_const_error2_test/none: CompileTimeError 407 assertion_initializer_const_error2_test/none: CompileTimeError
411 assertion_initializer_const_function_error_test/01: Crash # Unsupported operatio n: Unexpected initializer #lib1::C::bc02 (Constructor) 408 assertion_initializer_const_function_error_test/01: Crash # Unsupported operatio n: Unexpected initializer #lib1::C::bc02 (Constructor)
412 assertion_initializer_test: CompileTimeError 409 assertion_initializer_test: CompileTimeError
413 assertion_test: Crash # Assertion failure: Missing scope info for j:getter(Itera ble.iterator). 410 assertion_test: Crash # Assertion failure: Missing scope info for j:getter(Itera ble.iterator).
414 async_and_or_test: Crash # Assertion failure: Missing scope info for j:getter(It erable.iterator). 411 async_and_or_test: Crash # Assertion failure: Missing scope info for j:getter(It erable.iterator).
415 async_await_catch_regression_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 412 async_await_catch_regression_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
416 async_await_foreign_test: Crash # Assertion failure: Missing scope info for j:ge tter(Iterable.iterator). 413 async_await_foreign_test: Crash # Assertion failure: Missing scope info for j:ge tter(Iterable.iterator).
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 async_star_stream_take_test: Crash # Assertion failure: Missing scope info for j :getter(Iterable.iterator). 492 async_star_stream_take_test: Crash # Assertion failure: Missing scope info for j :getter(Iterable.iterator).
496 async_star_take_reyield_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 493 async_star_take_reyield_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
497 bad_constructor_test/05: MissingCompileTimeError 494 bad_constructor_test/05: MissingCompileTimeError
498 bad_override_test/03: MissingCompileTimeError 495 bad_override_test/03: MissingCompileTimeError
499 bad_override_test/04: Crash # type 'ShadowField' is not a subtype of type 'Proce dure' of 'value' where 496 bad_override_test/04: Crash # type 'ShadowField' is not a subtype of type 'Proce dure' of 'value' where
500 bad_override_test/05: MissingCompileTimeError 497 bad_override_test/05: MissingCompileTimeError
501 bool_check_test: RuntimeError 498 bool_check_test: RuntimeError
502 bool_condition_check_test: RuntimeError 499 bool_condition_check_test: RuntimeError
503 bool_test: RuntimeError 500 bool_test: RuntimeError
504 bound_closure_equality_test: Crash # Assertion failure: Missing scope info for j :getter(SetMixin.length). 501 bound_closure_equality_test: Crash # Assertion failure: Missing scope info for j :getter(SetMixin.length).
505 bound_closure_primitives_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
506 branch_canonicalization_test: RuntimeError 502 branch_canonicalization_test: RuntimeError
507 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0 503 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0
508 call_closurization_test: RuntimeError 504 call_closurization_test: RuntimeError
509 call_function_apply_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHash Map.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinkedHa shMap_addAll_closure.call). 505 call_function_apply_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHash Map.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinkedHa shMap_addAll_closure.call).
510 call_operator_test: RuntimeError 506 call_operator_test: RuntimeError
511 call_test: RuntimeError 507 call_test: RuntimeError
512 call_through_getter_test/01: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call). 508 call_through_getter_test/01: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call).
513 call_through_getter_test/02: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call). 509 call_through_getter_test/02: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call).
514 call_with_no_such_method_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinke dHashMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLin kedHashMap_addAll_closure.call). 510 call_with_no_such_method_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinke dHashMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLin kedHashMap_addAll_closure.call).
515 canonical_const2_test: RuntimeError 511 canonical_const2_test: RuntimeError
(...skipping 23 matching lines...) Expand all
539 generalized_void_syntax_test: CompileTimeError 535 generalized_void_syntax_test: CompileTimeError
540 generic_async_star_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 536 generic_async_star_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
541 generic_async_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 537 generic_async_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
542 generic_field_mixin4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kern el.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field) 538 generic_field_mixin4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kern el.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field)
543 generic_field_mixin5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kern el.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field) 539 generic_field_mixin5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kern el.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field)
544 generic_field_mixin6_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_k ernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for fi eld j:field(M.field1) 540 generic_field_mixin6_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_k ernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for fi eld j:field(M.field1)
545 generic_field_mixin6_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder _kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field2) 541 generic_field_mixin6_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder _kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field2)
546 generic_field_mixin_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field) 542 generic_field_mixin_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field)
547 generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported typ e parameter type node S. 543 generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported typ e parameter type node S.
548 generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported t ype parameter type node S. 544 generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported t ype parameter type node S.
549 generic_functions_test: Crash # Assertion failure: Missing scope info for j:meth od(Iterator.moveNext).
550 generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'ClassEl ement' of 'contextClass' where 545 generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'ClassEl ement' of 'contextClass' where
551 generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa rameter type node Y. 546 generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa rameter type node Y.
552 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S. 547 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S.
553 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T. 548 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T.
554 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V. 549 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V.
555 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T. 550 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T.
556 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T. 551 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T.
557 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T. 552 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
558 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T. 553 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T.
559 generic_methods_test: Crash # Assertion failure: Missing scope info for j:method (Iterator.moveNext). 554 assertion_test: RuntimeError
555 async_await_syntax_test/c04a: RuntimeError
556 async_await_syntax_test/c07a: RuntimeError
557 async_await_syntax_test/c08a: RuntimeError
558 async_await_syntax_test/d04a: RuntimeError
559 async_await_syntax_test/d07a: RuntimeError
560 async_await_syntax_test/d08a: RuntimeError
560 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where 561 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
561 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null. 562 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
562 generic_sync_star_test: Crash # Assertion failure: Missing scope info for j:gett er(Iterable.iterator). 563 generic_sync_star_test: RuntimeError
563 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null. 564 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
564 generic_test: RuntimeError 565 generic_test: RuntimeError
565 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T. 566 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
566 getter_override2_test/02: MissingCompileTimeError 567 getter_override2_test/02: MissingCompileTimeError
567 getter_override_test/00: MissingCompileTimeError 568 getter_override_test/00: MissingCompileTimeError
568 getter_override_test/01: MissingCompileTimeError 569 getter_override_test/01: MissingCompileTimeError
569 getter_override_test/02: MissingCompileTimeError 570 getter_override_test/02: MissingCompileTimeError
570 hash_map_null_key_foreach_test: RuntimeError 571 hash_map_null_key_foreach_test: RuntimeError
571 identical_closure2_test: RuntimeError 572 identical_closure2_test: RuntimeError
572 if_null_assignment_behavior_test/05: Crash # Assertion failure: Cannot find valu e Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call( D_derivedInstanceTest_closure.call). 573 if_null_assignment_behavior_test/05: Crash # Assertion failure: Cannot find valu e Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call( D_derivedInstanceTest_closure.call).
573 if_null_assignment_behavior_test/06: Crash # Assertion failure: Cannot find valu e Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call( D_derivedInstanceTest_closure.call). 574 if_null_assignment_behavior_test/06: Crash # Assertion failure: Cannot find valu e Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call( D_derivedInstanceTest_closure.call).
574 if_null_assignment_behavior_test/12: RuntimeError 575 if_null_assignment_behavior_test/12: RuntimeError
575 if_null_assignment_static_test/01: RuntimeError 576 if_null_assignment_static_test/01: RuntimeError
576 if_null_assignment_static_test/03: RuntimeError 577 if_null_assignment_static_test/03: RuntimeError
577 if_null_assignment_static_test/05: RuntimeError 578 if_null_assignment_static_test/05: RuntimeError
578 many_generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'Cl assElement' of 'contextClass' where 579 many_generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'Cl assElement' of 'contextClass' where
579 regress_30339_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 580 regress_30339_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
580 type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass ' was called on null. 581 type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass ' was called on null.
581 type_variable_nested_test/none: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 582 type_variable_nested_test/none: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
582 unused_overridden_async_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 583 unused_overridden_async_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
583 vm/allocation_sinking_vm_test: RuntimeError 584 vm/allocation_sinking_vm_test: RuntimeError
584 vm/async_await_catch_stacktrace_test: Crash # Assertion failure: Missing scope i nfo for j:getter(Iterable.iterator). 585 vm/async_await_catch_stacktrace_test: Crash # Assertion failure: Missing scope i nfo for j:getter(Iterable.iterator).
585 586
586 [ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ] 587 [ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ]
587 vm/async_await_catch_stacktrace_test: RuntimeError 588 vm/async_await_catch_stacktrace_test: RuntimeError
588 589
589 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 590 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
590 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null.
591 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 591 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
592 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
593 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
594 abstract_override_adds_optional_args_concrete_subclass_test: Crash # NoSuchMetho dError: The getter 'thisLocal' was called on null. 592 abstract_override_adds_optional_args_concrete_subclass_test: Crash # NoSuchMetho dError: The getter 'thisLocal' was called on null.
595 abstract_override_adds_optional_args_concrete_test: Crash # NoSuchMethodError: T he getter 'thisLocal' was called on null. 593 abstract_override_adds_optional_args_concrete_test: Crash # NoSuchMethodError: T he getter 'thisLocal' was called on null.
596 abstract_override_adds_optional_args_supercall_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 594 abstract_override_adds_optional_args_supercall_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
597 abstract_override_adds_optional_args_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
598 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null. 595 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle d on null.
599 assert_trailing_comma_test/none: CompileTimeError 596 assert_trailing_comma_test/none: CompileTimeError
600 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor) 597 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une xpected initializer #lib1::C::cc02 (Constructor)
601 assertion_initializer_const_error2_test/none: CompileTimeError 598 assertion_initializer_const_error2_test/none: CompileTimeError
602 assertion_initializer_const_function_error_test/01: Crash # Unsupported operatio n: Unexpected initializer #lib1::C::bc02 (Constructor) 599 assertion_initializer_const_function_error_test/01: Crash # Unsupported operatio n: Unexpected initializer #lib1::C::bc02 (Constructor)
603 assertion_initializer_test: CompileTimeError 600 assertion_initializer_test: CompileTimeError
604 assertion_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 601 assertion_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
605 async_and_or_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 602 async_and_or_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
606 async_await_catch_regression_test: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null. 603 async_await_catch_regression_test: Crash # NoSuchMethodError: The getter 'thisLo cal' was called on null.
607 async_await_foreign_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 604 async_await_foreign_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 async_star_stream_take_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. 683 async_star_stream_take_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
687 async_star_take_reyield_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 684 async_star_take_reyield_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
688 bad_constructor_test/05: MissingCompileTimeError 685 bad_constructor_test/05: MissingCompileTimeError
689 bad_override_test/03: MissingCompileTimeError 686 bad_override_test/03: MissingCompileTimeError
690 bad_override_test/04: MissingCompileTimeError 687 bad_override_test/04: MissingCompileTimeError
691 bad_override_test/05: MissingCompileTimeError 688 bad_override_test/05: MissingCompileTimeError
692 bool_check_test: RuntimeError 689 bool_check_test: RuntimeError
693 bool_condition_check_test: RuntimeError 690 bool_condition_check_test: RuntimeError
694 bool_test: RuntimeError 691 bool_test: RuntimeError
695 bound_closure_equality_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null. 692 bound_closure_equality_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
696 bound_closure_primitives_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
697 branch_canonicalization_test: RuntimeError 693 branch_canonicalization_test: RuntimeError
698 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0 694 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0
699 call_closurization_test: RuntimeError 695 call_closurization_test: RuntimeError
700 call_function_apply_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHash Map.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinkedHa shMap_addAll_closure.call). 696 call_function_apply_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHash Map.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinkedHa shMap_addAll_closure.call).
701 call_operator_test: RuntimeError 697 call_operator_test: RuntimeError
702 call_test: RuntimeError 698 call_test: RuntimeError
703 call_through_getter_test/01: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call). 699 call_through_getter_test/01: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call).
704 call_through_getter_test/02: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call). 700 call_through_getter_test/02: Crash # Assertion failure: Cannot find value Instan ce of 'ThisLocal' in (parameter(B.g3#x), parameter(B.g3#y), parameter(B.g3#z), l ocal(B.g3#)) for j:closure_call(B_g3_closure.call).
705 call_with_no_such_method_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinke dHashMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLin kedHashMap_addAll_closure.call). 701 call_with_no_such_method_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinke dHashMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLin kedHashMap_addAll_closure.call).
706 canonical_const2_test: RuntimeError 702 canonical_const2_test: RuntimeError
(...skipping 23 matching lines...) Expand all
730 generalized_void_syntax_test: CompileTimeError 726 generalized_void_syntax_test: CompileTimeError
731 generic_async_star_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 727 generic_async_star_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
732 generic_async_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 728 generic_async_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
733 generic_field_mixin4_test: Crash # NoSuchMethodError: The getter 'usedBy' was ca lled on null. 729 generic_field_mixin4_test: Crash # NoSuchMethodError: The getter 'usedBy' was ca lled on null.
734 generic_field_mixin5_test: Crash # NoSuchMethodError: The getter 'usedBy' was ca lled on null. 730 generic_field_mixin5_test: Crash # NoSuchMethodError: The getter 'usedBy' was ca lled on null.
735 generic_field_mixin6_test/01: Crash # NoSuchMethodError: The getter 'usedBy' was called on null. 731 generic_field_mixin6_test/01: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
736 generic_field_mixin6_test/none: Crash # NoSuchMethodError: The getter 'usedBy' w as called on null. 732 generic_field_mixin6_test/none: Crash # NoSuchMethodError: The getter 'usedBy' w as called on null.
737 generic_field_mixin_test: Crash # NoSuchMethodError: The getter 'usedBy' was cal led on null. 733 generic_field_mixin_test: Crash # NoSuchMethodError: The getter 'usedBy' was cal led on null.
738 generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported typ e parameter type node S. 734 generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported typ e parameter type node S.
739 generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported t ype parameter type node S. 735 generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported t ype parameter type node S.
740 generic_functions_test: Crash # NoSuchMethodError: The getter 'thisLocal' was ca lled on null.
741 generic_instanceof_test: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'. 736 generic_instanceof_test: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'.
742 generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa rameter type node Y. 737 generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa rameter type node Y.
743 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S. 738 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S.
744 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T. 739 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T.
745 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V. 740 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V.
746 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T. 741 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T.
747 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T. 742 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T.
748 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T. 743 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
749 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T. 744 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T.
750 generic_methods_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 745 assertion_test: RuntimeError
746 async_await_syntax_test/c04a: RuntimeError
747 async_await_syntax_test/c07a: RuntimeError
748 async_await_syntax_test/c08a: RuntimeError
749 async_await_syntax_test/d04a: RuntimeError
750 async_await_syntax_test/d07a: RuntimeError
751 async_await_syntax_test/d08a: RuntimeError
751 generic_methods_type_expression_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 752 generic_methods_type_expression_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
752 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null. 753 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
753 generic_sync_star_test: Crash # NoSuchMethodError: The getter 'thisLocal' was ca lled on null. 754 generic_sync_star_test: RuntimeError
754 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null. 755 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
755 generic_test: RuntimeError 756 generic_test: RuntimeError
756 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T. 757 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
757 getter_override2_test/02: MissingCompileTimeError 758 getter_override2_test/02: MissingCompileTimeError
758 getter_override_test/00: MissingCompileTimeError 759 getter_override_test/00: MissingCompileTimeError
759 getter_override_test/01: MissingCompileTimeError 760 getter_override_test/01: MissingCompileTimeError
760 getter_override_test/02: MissingCompileTimeError 761 getter_override_test/02: MissingCompileTimeError
761 hash_map_null_key_foreach_test: RuntimeError 762 hash_map_null_key_foreach_test: RuntimeError
762 identical_closure2_test: RuntimeError 763 identical_closure2_test: RuntimeError
763 if_null_assignment_behavior_test/05: Crash # Assertion failure: Cannot find valu e Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call( D_derivedInstanceTest_closure.call). 764 if_null_assignment_behavior_test/05: Crash # Assertion failure: Cannot find valu e Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call( D_derivedInstanceTest_closure.call).
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 function_type/function_type99_test: Crash # Issue 27394 845 function_type/function_type99_test: Crash # Issue 27394
845 generic_function_typedef_test: Crash # Issue 27394 846 generic_function_typedef_test: Crash # Issue 27394
846 generic_function_typedef_test/none: Crash # Issue 27394 847 generic_function_typedef_test/none: Crash # Issue 27394
847 getter_setter_in_lib_test: Crash # Issue 27394 848 getter_setter_in_lib_test: Crash # Issue 27394
848 849
849 [ $compiler == dart2js && $runtime == safarimobilesim ] 850 [ $compiler == dart2js && $runtime == safarimobilesim ]
850 call_through_getter_test: Fail, OK 851 call_through_getter_test: Fail, OK
851 852
852 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] 853 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
853 generic_closure_test: Fail # Issue 12605 854 generic_closure_test: Fail # Issue 12605
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698