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

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

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (Closed)
Patch Set: update tests 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S. 536 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S.
537 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T. 537 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T.
538 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V. 538 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V.
539 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T. 539 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T.
540 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T. 540 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T.
541 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T. 541 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
542 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T. 542 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T.
543 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where 543 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
544 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null. 544 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
545 generic_sync_star_test: RuntimeError 545 generic_sync_star_test: RuntimeError
546 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
547 generic_test: RuntimeError 546 generic_test: RuntimeError
548 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T. 547 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
549 getter_override2_test/02: MissingCompileTimeError 548 getter_override2_test/02: MissingCompileTimeError
550 getter_override_test/00: MissingCompileTimeError 549 getter_override_test/00: MissingCompileTimeError
551 getter_override_test/01: MissingCompileTimeError 550 getter_override_test/01: MissingCompileTimeError
552 getter_override_test/02: MissingCompileTimeError 551 getter_override_test/02: MissingCompileTimeError
553 hash_map_null_key_foreach_test: RuntimeError 552 hash_map_null_key_foreach_test: RuntimeError
554 identical_closure2_test: RuntimeError 553 identical_closure2_test: RuntimeError
555 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). 554 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).
556 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). 555 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).
557 if_null_assignment_behavior_test/12: RuntimeError 556 if_null_assignment_behavior_test/12: RuntimeError
558 if_null_assignment_static_test/01: RuntimeError 557 if_null_assignment_static_test/01: RuntimeError
559 if_null_assignment_static_test/03: RuntimeError 558 if_null_assignment_static_test/03: RuntimeError
560 if_null_assignment_static_test/05: RuntimeError 559 if_null_assignment_static_test/05: RuntimeError
561 many_generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'Cl assElement' of 'contextClass' where 560 many_generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'Cl assElement' of 'contextClass' where
562 regress_30339_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 561 regress_30339_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
563 type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass ' was called on null. 562 type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass ' was called on null.
564 type_variable_nested_test/none: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
565 unused_overridden_async_test: Crash # type 'JClass' is not a subtype of type 'Cl assElement' of 'contextClass' where 563 unused_overridden_async_test: Crash # type 'JClass' is not a subtype of type 'Cl assElement' of 'contextClass' where
566 vm/allocation_sinking_vm_test: RuntimeError 564 vm/allocation_sinking_vm_test: RuntimeError
567 vm/async_await_catch_stacktrace_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where 565 vm/async_await_catch_stacktrace_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
568 566
569 [ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ] 567 [ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ]
570 vm/async_await_catch_stacktrace_test: RuntimeError 568 vm/async_await_catch_stacktrace_test: RuntimeError
571 569
572 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 570 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
573 assert_message_test: Crash # NoSuchMethodError: Class 'JClass' has no instance g etter 'typeVariables'. 571 assert_message_test: Crash # NoSuchMethodError: Class 'JClass' has no instance g etter 'typeVariables'.
574 assert_trailing_comma_test/none: CompileTimeError 572 assert_trailing_comma_test/none: CompileTimeError
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S. 709 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa rameter type node S.
712 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T. 710 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup ported type parameter type node T.
713 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V. 711 generic_methods_generic_function_parameter_test: Crash # Unsupported operation: Unsupported type parameter type node V.
714 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T. 712 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte d type parameter type node T.
715 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T. 713 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo rted type parameter type node T.
716 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T. 714 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
717 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T. 715 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu pported type parameter type node T.
718 generic_methods_type_expression_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 716 generic_methods_type_expression_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
719 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null. 717 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
720 generic_sync_star_test: RuntimeError 718 generic_sync_star_test: RuntimeError
721 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal led on null.
722 generic_test: RuntimeError 719 generic_test: RuntimeError
723 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T. 720 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
724 getter_override2_test/02: MissingCompileTimeError 721 getter_override2_test/02: MissingCompileTimeError
725 getter_override_test/00: MissingCompileTimeError 722 getter_override_test/00: MissingCompileTimeError
726 getter_override_test/01: MissingCompileTimeError 723 getter_override_test/01: MissingCompileTimeError
727 getter_override_test/02: MissingCompileTimeError 724 getter_override_test/02: MissingCompileTimeError
728 hash_map_null_key_foreach_test: RuntimeError 725 hash_map_null_key_foreach_test: RuntimeError
729 identical_closure2_test: RuntimeError 726 identical_closure2_test: RuntimeError
730 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). 727 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).
731 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). 728 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).
732 if_null_assignment_behavior_test/12: RuntimeError 729 if_null_assignment_behavior_test/12: RuntimeError
733 if_null_assignment_static_test/01: RuntimeError 730 if_null_assignment_static_test/01: RuntimeError
734 if_null_assignment_static_test/03: RuntimeError 731 if_null_assignment_static_test/03: RuntimeError
735 if_null_assignment_static_test/05: RuntimeError 732 if_null_assignment_static_test/05: RuntimeError
736 many_generic_instanceof_test: Crash # NoSuchMethodError: Class 'JClass' has no i nstance getter 'typeVariables'. 733 many_generic_instanceof_test: Crash # NoSuchMethodError: Class 'JClass' has no i nstance getter 'typeVariables'.
737 regress_30339_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 734 regress_30339_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
738 type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass ' was called on null. 735 type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass ' was called on null.
739 type_variable_nested_test/none: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
740 unused_overridden_async_test: Crash # NoSuchMethodError: Class 'JClass' has no i nstance getter 'typeVariables'. 736 unused_overridden_async_test: Crash # NoSuchMethodError: Class 'JClass' has no i nstance getter 'typeVariables'.
741 vm/allocation_sinking_vm_test: RuntimeError 737 vm/allocation_sinking_vm_test: RuntimeError
742 vm/async_await_catch_stacktrace_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 738 vm/async_await_catch_stacktrace_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
743 739
744 [ $compiler == dart2js && $dart2js_with_kernel && $minified && $checked ] 740 [ $compiler == dart2js && $dart2js_with_kernel && $minified && $checked ]
745 typedef_is_test: Crash 741 typedef_is_test: Crash
746 742
747 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 743 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
748 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 744 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
749 745
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 function_type/function_type99_test: Crash # Issue 27394 807 function_type/function_type99_test: Crash # Issue 27394
812 generic_function_typedef_test: Crash # Issue 27394 808 generic_function_typedef_test: Crash # Issue 27394
813 generic_function_typedef_test/none: Crash # Issue 27394 809 generic_function_typedef_test/none: Crash # Issue 27394
814 getter_setter_in_lib_test: Crash # Issue 27394 810 getter_setter_in_lib_test: Crash # Issue 27394
815 811
816 [ $compiler == dart2js && $runtime == safarimobilesim ] 812 [ $compiler == dart2js && $runtime == safarimobilesim ]
817 call_through_getter_test: Fail, OK 813 call_through_getter_test: Fail, OK
818 814
819 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] 815 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
820 generic_closure_test: Fail # Issue 12605 816 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