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

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

Issue 2999733002: Migrate test block 47 and downstream dependencies to Dart 2.0. (Closed)
Patch Set: Created 3 years, 4 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 call_nonexistent_static_test/06: MissingCompileTimeError 63 call_nonexistent_static_test/06: MissingCompileTimeError
64 call_nonexistent_static_test/07: MissingCompileTimeError 64 call_nonexistent_static_test/07: MissingCompileTimeError
65 call_nonexistent_static_test/08: MissingCompileTimeError 65 call_nonexistent_static_test/08: MissingCompileTimeError
66 call_nonexistent_static_test/09: MissingCompileTimeError 66 call_nonexistent_static_test/09: MissingCompileTimeError
67 call_nonexistent_static_test/10: MissingCompileTimeError 67 call_nonexistent_static_test/10: MissingCompileTimeError
68 call_through_getter_test/01: MissingCompileTimeError 68 call_through_getter_test/01: MissingCompileTimeError
69 call_through_getter_test/02: MissingCompileTimeError 69 call_through_getter_test/02: MissingCompileTimeError
70 call_type_literal_test/01: MissingCompileTimeError 70 call_type_literal_test/01: MissingCompileTimeError
71 cast_test/04: MissingCompileTimeError 71 cast_test/04: MissingCompileTimeError
72 cast_test/05: MissingCompileTimeError 72 cast_test/05: MissingCompileTimeError
73 checked_null_test/01: MissingCompileTimeError
74 checked_setter2_test: MissingCompileTimeError
75 checked_setter3_test/01: MissingCompileTimeError
76 checked_setter3_test/02: MissingCompileTimeError
77 checked_setter3_test/03: MissingCompileTimeError
78 function_subtype_inline2_test: RuntimeError
79 generic_constructor_mixin_test/01: MissingCompileTimeError
80 generic_constructor_mixin2_test/01: MissingCompileTimeError
81 generic_constructor_mixin3_test/01: MissingCompileTimeError
73 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 82 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
83 typevariable_substitution2_test/02: MissingCompileTimeError
74 84
75 [ $compiler == dart2js && $runtime != none ] 85 [ $compiler == dart2js && $runtime != none ]
76 bit_operations_test: RuntimeError, OK # Issue 1533 86 bit_operations_test: RuntimeError, OK # Issue 1533
77 87
78 [ $compiler == dart2js && ! $dart2js_with_kernel ] 88 [ $compiler == dart2js && ! $dart2js_with_kernel ]
79 accessor_conflict_export2_test: Crash # Issue 25626 89 accessor_conflict_export2_test: Crash # Issue 25626
80 accessor_conflict_export_test: Crash # Issue 25626 90 accessor_conflict_export_test: Crash # Issue 25626
81 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 91 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
82 assertion_initializer_const_error2_test/cc01: Crash 92 assertion_initializer_const_error2_test/cc01: Crash
83 assertion_initializer_const_error2_test/cc02: Crash 93 assertion_initializer_const_error2_test/cc02: Crash
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 function_type/function_type91_test: Crash 426 function_type/function_type91_test: Crash
417 function_type/function_type92_test: Crash 427 function_type/function_type92_test: Crash
418 function_type/function_type93_test: Crash 428 function_type/function_type93_test: Crash
419 function_type/function_type94_test: Crash 429 function_type/function_type94_test: Crash
420 function_type/function_type95_test: Crash 430 function_type/function_type95_test: Crash
421 function_type/function_type96_test: Crash 431 function_type/function_type96_test: Crash
422 function_type/function_type97_test: Crash 432 function_type/function_type97_test: Crash
423 function_type/function_type98_test: Crash 433 function_type/function_type98_test: Crash
424 function_type/function_type99_test: Crash 434 function_type/function_type99_test: Crash
425 function_type/function_type9_test: Crash 435 function_type/function_type9_test: Crash
436 checked_null_test/01: Crash
437 checked_setter2_test: Crash
438 checked_setter3_test/01: Crash
439 checked_setter3_test/02: Crash
440 checked_setter3_test/none: Crash
441 checked_setter_test: Crash
442 class_cycle_test/02: MissingCompileTimeError
443 class_cycle_test/03: MissingCompileTimeError
444 class_literal_test/01: Crash
445 class_literal_test/02: Crash
446 class_literal_test/03: Crash
447 class_literal_test/04: Crash
448 class_literal_test/05: Crash
449 class_literal_test/06: Crash
450 class_literal_test/07: Crash
451 class_literal_test/08: Crash
452 class_literal_test/09: Crash
453 class_literal_test/10: Crash
454 class_literal_test/11: Crash
455 class_literal_test/12: Crash
456 class_literal_test/13: Crash
457 class_literal_test/14: Crash
458 class_literal_test/15: Crash
459 class_literal_test/16: Crash
460 class_literal_test/17: Crash
461 class_literal_test/18: Crash
462 class_literal_test/19: Crash
463 class_literal_test/20: Crash
464 class_literal_test/21: Crash
465 class_literal_test/22: Crash
466 class_literal_test/23: Crash
467 class_literal_test/24: Crash
468 class_literal_test/25: Crash
469 class_literal_test/none: Crash
470 class_override_test/00: Crash
471 class_syntax2_test: Crash
472 class_test: Crash
473 classes_static_method_clash_test: Crash
474 typevariable_substitution2_test/02: Crash
475 generic_constructor_mixin_test: Crash
476 generic_constructor_mixin2_test: Crash
477 generic_constructor_mixin3_test: Crash
478 function_subtype_inline2_test: Crash
426 479
427 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 480 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
428 aborting_switch_case_test: Crash 481 aborting_switch_case_test: Crash
429 abstract_beats_arguments_test: Crash 482 abstract_beats_arguments_test: Crash
430 abstract_exact_selector_test/01: Crash 483 abstract_exact_selector_test/01: Crash
431 abstract_exact_selector_test/none: Crash 484 abstract_exact_selector_test/none: Crash
432 abstract_getter_test/01: Crash 485 abstract_getter_test/01: Crash
433 abstract_method_test: Crash 486 abstract_method_test: Crash
434 abstract_object_method_test: Crash 487 abstract_object_method_test: Crash
435 abstract_runtime_error_test/01: Crash 488 abstract_runtime_error_test/01: Crash
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 function_type/function_type91_test: Crash 756 function_type/function_type91_test: Crash
704 function_type/function_type92_test: Crash 757 function_type/function_type92_test: Crash
705 function_type/function_type93_test: Crash 758 function_type/function_type93_test: Crash
706 function_type/function_type94_test: Crash 759 function_type/function_type94_test: Crash
707 function_type/function_type95_test: Crash 760 function_type/function_type95_test: Crash
708 function_type/function_type96_test: Crash 761 function_type/function_type96_test: Crash
709 function_type/function_type97_test: Crash 762 function_type/function_type97_test: Crash
710 function_type/function_type98_test: Crash 763 function_type/function_type98_test: Crash
711 function_type/function_type99_test: Crash 764 function_type/function_type99_test: Crash
712 function_type/function_type9_test: Crash 765 function_type/function_type9_test: Crash
766 checked_null_test/01: Crash
767 checked_setter2_test: Crash
768 checked_setter3_test/01: Crash
769 checked_setter3_test/02: Crash
770 checked_setter3_test/none: Crash
771 checked_setter_test: Crash
772 class_cycle_test/02: MissingCompileTimeError
773 class_cycle_test/03: MissingCompileTimeError
774 class_literal_test/01: Crash
775 class_literal_test/02: Crash
776 class_literal_test/03: Crash
777 class_literal_test/04: Crash
778 class_literal_test/05: Crash
779 class_literal_test/06: Crash
780 class_literal_test/07: Crash
781 class_literal_test/08: Crash
782 class_literal_test/09: Crash
783 class_literal_test/10: Crash
784 class_literal_test/11: Crash
785 class_literal_test/12: Crash
786 class_literal_test/13: Crash
787 class_literal_test/14: Crash
788 class_literal_test/15: Crash
789 class_literal_test/16: Crash
790 class_literal_test/17: Crash
791 class_literal_test/18: Crash
792 class_literal_test/19: Crash
793 class_literal_test/20: Crash
794 class_literal_test/21: Crash
795 class_literal_test/22: Crash
796 class_literal_test/23: Crash
797 class_literal_test/24: Crash
798 class_literal_test/25: Crash
799 class_override_test/00: Crash
800 class_syntax2_test: Crash
801 class_test: Crash
802 classes_static_method_clash_test: Crash
803 typevariable_substitution2_test/02: Crash
804 generic_constructor_mixin_test: Crash
805 generic_constructor_mixin2_test: Crash
806 generic_constructor_mixin3_test: Crash
807 function_subtype_inline2_test: Crash
713 808
714 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 809 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
715 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 810 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
716 811
717 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 812 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
718 async_star_await_pauses_test: RuntimeError # Need triage 813 async_star_await_pauses_test: RuntimeError # Need triage
719 async_star_no_cancel2_test: RuntimeError # Need triage 814 async_star_no_cancel2_test: RuntimeError # Need triage
720 async_star_no_cancel_test: RuntimeError # Need triage 815 async_star_no_cancel_test: RuntimeError # Need triage
721 816
722 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 817 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 function_type/function_type55_test: Crash # Issue 27394 872 function_type/function_type55_test: Crash # Issue 27394
778 function_type/function_type62_test: Crash # Issue 27394 873 function_type/function_type62_test: Crash # Issue 27394
779 function_type/function_type63_test: Crash # Issue 27394 874 function_type/function_type63_test: Crash # Issue 27394
780 function_type/function_type6_test: Crash # Issue 27394 875 function_type/function_type6_test: Crash # Issue 27394
781 function_type/function_type7_test: Crash # Issue 27394 876 function_type/function_type7_test: Crash # Issue 27394
782 function_type/function_type98_test: Crash # Issue 27394 877 function_type/function_type98_test: Crash # Issue 27394
783 function_type/function_type99_test: Crash # Issue 27394 878 function_type/function_type99_test: Crash # Issue 27394
784 879
785 [ $compiler == dart2js && $runtime == safarimobilesim ] 880 [ $compiler == dart2js && $runtime == safarimobilesim ]
786 call_through_getter_test: Fail, OK 881 call_through_getter_test: Fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698