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

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

Issue 3001433002: Migrating a block of dart 1 tests to dart 2 (Closed)
Patch Set: Migrating tests from dart 1.0 to dart 2.0 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 function_type/function_type91_test: Crash 416 function_type/function_type91_test: Crash
417 function_type/function_type92_test: Crash 417 function_type/function_type92_test: Crash
418 function_type/function_type93_test: Crash 418 function_type/function_type93_test: Crash
419 function_type/function_type94_test: Crash 419 function_type/function_type94_test: Crash
420 function_type/function_type95_test: Crash 420 function_type/function_type95_test: Crash
421 function_type/function_type96_test: Crash 421 function_type/function_type96_test: Crash
422 function_type/function_type97_test: Crash 422 function_type/function_type97_test: Crash
423 function_type/function_type98_test: Crash 423 function_type/function_type98_test: Crash
424 function_type/function_type99_test: Crash 424 function_type/function_type99_test: Crash
425 function_type/function_type9_test: Crash 425 function_type/function_type9_test: Crash
426 class_literal_test/01: Crash
427 class_literal_test/02: Crash
428 class_literal_test/03: Crash
429 class_literal_test/04: Crash
430 class_literal_test/05: Crash
431 class_literal_test/06: Crash
432 class_literal_test/07: Crash
433 class_literal_test/08: Crash
434 class_literal_test/09: Crash
435 class_literal_test/10: Crash
436 class_literal_test/11: Crash
437 class_literal_test/12: Crash
438 class_literal_test/13: Crash
439 class_literal_test/14: Crash
440 class_literal_test/15: Crash
441 class_literal_test/16: Crash
442 class_literal_test/17: Crash
443 class_literal_test/18: Crash
444 class_literal_test/19: Crash
445 class_literal_test/20: Crash
446 class_literal_test/21: Crash
447 class_literal_test/22: Crash
448 class_literal_test/23: Crash
449 class_literal_test/24: Crash
450 class_literal_test/25: Crash
451 class_literal_test/none: Crash
452 class_override_test/00: Crash
453 class_syntax2_test: Crash
454 class_test: Crash
455 classes_static_method_clash_test: Crash
456 closure2_test: Crash
457 closure3_test: Crash
458 closure4_test: Crash
459 closure5_test: Crash
460 closure6_test: Crash
461 closure7_test: Crash
462 closure8_test: Crash
463 closure_break1_test: Crash
464 closure_break2_test: Crash
465 closure_break_test: Crash
466 closure_cycles_test: Crash
467 closure_in_constructor_test: Crash
468 closure_in_field_initializer_test: Crash
469 closure_in_initializer2_test: Crash
470 closure_in_initializer_test: Crash
471 closure_internals_test: Crash
472 closure_parameter_types_test: Crash
473 closure_self_reference_test: Crash
474 closure_shared_state_test: Crash
426 475
427 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 476 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
428 aborting_switch_case_test: Crash 477 aborting_switch_case_test: Crash
429 abstract_beats_arguments_test: Crash 478 abstract_beats_arguments_test: Crash
430 abstract_exact_selector_test/01: Crash 479 abstract_exact_selector_test/01: Crash
431 abstract_exact_selector_test/none: Crash 480 abstract_exact_selector_test/none: Crash
432 abstract_getter_test/01: Crash 481 abstract_getter_test/01: Crash
433 abstract_method_test: Crash 482 abstract_method_test: Crash
434 abstract_object_method_test: Crash 483 abstract_object_method_test: Crash
435 abstract_runtime_error_test/01: Crash 484 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 752 function_type/function_type91_test: Crash
704 function_type/function_type92_test: Crash 753 function_type/function_type92_test: Crash
705 function_type/function_type93_test: Crash 754 function_type/function_type93_test: Crash
706 function_type/function_type94_test: Crash 755 function_type/function_type94_test: Crash
707 function_type/function_type95_test: Crash 756 function_type/function_type95_test: Crash
708 function_type/function_type96_test: Crash 757 function_type/function_type96_test: Crash
709 function_type/function_type97_test: Crash 758 function_type/function_type97_test: Crash
710 function_type/function_type98_test: Crash 759 function_type/function_type98_test: Crash
711 function_type/function_type99_test: Crash 760 function_type/function_type99_test: Crash
712 function_type/function_type9_test: Crash 761 function_type/function_type9_test: Crash
762 class_literal_test/01: Crash
763 class_literal_test/02: Crash
764 class_literal_test/03: Crash
765 class_literal_test/04: Crash
766 class_literal_test/05: Crash
767 class_literal_test/06: Crash
768 class_literal_test/07: Crash
769 class_literal_test/08: Crash
770 class_literal_test/09: Crash
771 class_literal_test/10: Crash
772 class_literal_test/11: Crash
773 class_literal_test/12: Crash
774 class_literal_test/13: Crash
775 class_literal_test/14: Crash
776 class_literal_test/15: Crash
777 class_literal_test/16: Crash
778 class_literal_test/17: Crash
779 class_literal_test/18: Crash
780 class_literal_test/19: Crash
781 class_literal_test/20: Crash
782 class_literal_test/21: Crash
783 class_literal_test/22: Crash
784 class_literal_test/23: Crash
785 class_literal_test/24: Crash
786 class_literal_test/25: Crash
787 class_override_test/00: Crash
788 class_syntax2_test: Crash
789 class_test: Crash
790 classes_static_method_clash_test: Crash
791 closure2_test: Crash
792 closure3_test: Crash
793 closure4_test: Crash
794 closure5_test: Crash
795 closure6_test: Crash
796 closure7_test: Crash
797 closure8_test: Crash
798 closure_break1_test: Crash
799 closure_break2_test: Crash
800 closure_break_test: Crash
801 closure_cycles_test: Crash
802 closure_in_constructor_test: Crash
803 closure_in_field_initializer_test: Crash
804 closure_in_initializer2_test: Crash
805 closure_in_initializer_test: Crash
806 closure_internals_test: Crash
807 closure_parameter_types_test: Crash
808 closure_self_reference_test: Crash
809 closure_shared_state_test: Crash
713 810
714 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 811 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
715 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 812 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
716 813
717 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 814 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
718 async_star_await_pauses_test: RuntimeError # Need triage 815 async_star_await_pauses_test: RuntimeError # Need triage
719 async_star_no_cancel2_test: RuntimeError # Need triage 816 async_star_no_cancel2_test: RuntimeError # Need triage
720 async_star_no_cancel_test: RuntimeError # Need triage 817 async_star_no_cancel_test: RuntimeError # Need triage
721 818
722 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 819 [ $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 874 function_type/function_type55_test: Crash # Issue 27394
778 function_type/function_type62_test: Crash # Issue 27394 875 function_type/function_type62_test: Crash # Issue 27394
779 function_type/function_type63_test: Crash # Issue 27394 876 function_type/function_type63_test: Crash # Issue 27394
780 function_type/function_type6_test: Crash # Issue 27394 877 function_type/function_type6_test: Crash # Issue 27394
781 function_type/function_type7_test: Crash # Issue 27394 878 function_type/function_type7_test: Crash # Issue 27394
782 function_type/function_type98_test: Crash # Issue 27394 879 function_type/function_type98_test: Crash # Issue 27394
783 function_type/function_type99_test: Crash # Issue 27394 880 function_type/function_type99_test: Crash # Issue 27394
784 881
785 [ $compiler == dart2js && $runtime == safarimobilesim ] 882 [ $compiler == dart2js && $runtime == safarimobilesim ]
786 call_through_getter_test: Fail, OK 883 call_through_getter_test: Fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698