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

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: Fixed merge conflict characters 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
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_flutter.status » ('j') | 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 function_type/function_type92_test: Crash 420 function_type/function_type92_test: Crash
421 function_type/function_type93_test: Crash 421 function_type/function_type93_test: Crash
422 function_type/function_type94_test: Crash 422 function_type/function_type94_test: Crash
423 function_type/function_type95_test: Crash 423 function_type/function_type95_test: Crash
424 function_type/function_type96_test: Crash 424 function_type/function_type96_test: Crash
425 function_type/function_type97_test: Crash 425 function_type/function_type97_test: Crash
426 function_type/function_type98_test: Crash 426 function_type/function_type98_test: Crash
427 function_type/function_type99_test: Crash 427 function_type/function_type99_test: Crash
428 function_type/function_type9_test: Crash 428 function_type/function_type9_test: Crash
429 regress_30339_test: Crash 429 regress_30339_test: Crash
430 class_literal_test/01: Crash
431 class_literal_test/02: Crash
432 class_literal_test/03: Crash
433 class_literal_test/04: Crash
434 class_literal_test/05: Crash
435 class_literal_test/06: Crash
436 class_literal_test/07: Crash
437 class_literal_test/08: Crash
438 class_literal_test/09: Crash
439 class_literal_test/10: Crash
440 class_literal_test/11: Crash
441 class_literal_test/12: Crash
442 class_literal_test/13: Crash
443 class_literal_test/14: Crash
444 class_literal_test/15: Crash
445 class_literal_test/16: Crash
446 class_literal_test/17: Crash
447 class_literal_test/18: Crash
448 class_literal_test/19: Crash
449 class_literal_test/20: Crash
450 class_literal_test/21: Crash
451 class_literal_test/22: Crash
452 class_literal_test/23: Crash
453 class_literal_test/24: Crash
454 class_literal_test/25: Crash
455 class_literal_test/none: Crash
456 class_override_test/00: Crash
457 class_syntax2_test: Crash
458 class_test: Crash
459 classes_static_method_clash_test: Crash
460 closure2_test: Crash
461 closure3_test: Crash
462 closure4_test: Crash
463 closure5_test: Crash
464 closure6_test: Crash
465 closure7_test: Crash
466 closure8_test: Crash
467 closure_break1_test: Crash
468 closure_break2_test: Crash
469 closure_break_test: Crash
470 closure_cycles_test: Crash
471 closure_in_constructor_test: Crash
472 closure_in_field_initializer_test: Crash
473 closure_in_initializer2_test: Crash
474 closure_in_initializer_test: Crash
475 closure_internals_test: Crash
476 closure_parameter_types_test: Crash
477 closure_self_reference_test: Crash
478 closure_shared_state_test: Crash
430 479
431 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 480 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
432 aborting_switch_case_test: Crash 481 aborting_switch_case_test: Crash
433 abstract_beats_arguments_test: Crash 482 abstract_beats_arguments_test: Crash
434 abstract_exact_selector_test/01: Crash 483 abstract_exact_selector_test/01: Crash
435 abstract_exact_selector_test/none: Crash 484 abstract_exact_selector_test/none: Crash
436 abstract_getter_test/01: Crash 485 abstract_getter_test/01: Crash
437 abstract_method_test: Crash 486 abstract_method_test: Crash
438 abstract_object_method_test: Crash 487 abstract_object_method_test: Crash
439 abstract_runtime_error_test/01: Crash 488 abstract_runtime_error_test/01: Crash
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 function_type/function_type92_test: Crash 757 function_type/function_type92_test: Crash
709 function_type/function_type93_test: Crash 758 function_type/function_type93_test: Crash
710 function_type/function_type94_test: Crash 759 function_type/function_type94_test: Crash
711 function_type/function_type95_test: Crash 760 function_type/function_type95_test: Crash
712 function_type/function_type96_test: Crash 761 function_type/function_type96_test: Crash
713 function_type/function_type97_test: Crash 762 function_type/function_type97_test: Crash
714 function_type/function_type98_test: Crash 763 function_type/function_type98_test: Crash
715 function_type/function_type99_test: Crash 764 function_type/function_type99_test: Crash
716 function_type/function_type9_test: Crash 765 function_type/function_type9_test: Crash
717 regress_30339_test: Crash 766 regress_30339_test: Crash
767 class_literal_test/01: Crash
768 class_literal_test/02: Crash
769 class_literal_test/03: Crash
770 class_literal_test/04: Crash
771 class_literal_test/05: Crash
772 class_literal_test/06: Crash
773 class_literal_test/07: Crash
774 class_literal_test/08: Crash
775 class_literal_test/09: Crash
776 class_literal_test/10: Crash
777 class_literal_test/11: Crash
778 class_literal_test/12: Crash
779 class_literal_test/13: Crash
780 class_literal_test/14: Crash
781 class_literal_test/15: Crash
782 class_literal_test/16: Crash
783 class_literal_test/17: Crash
784 class_literal_test/18: Crash
785 class_literal_test/19: Crash
786 class_literal_test/20: Crash
787 class_literal_test/21: Crash
788 class_literal_test/22: Crash
789 class_literal_test/23: Crash
790 class_literal_test/24: Crash
791 class_literal_test/25: Crash
792 class_override_test/00: Crash
793 class_syntax2_test: Crash
794 class_test: Crash
795 classes_static_method_clash_test: Crash
796 closure2_test: Crash
797 closure3_test: Crash
798 closure4_test: Crash
799 closure5_test: Crash
800 closure6_test: Crash
801 closure7_test: Crash
802 closure8_test: Crash
803 closure_break1_test: Crash
804 closure_break2_test: Crash
805 closure_break_test: Crash
806 closure_cycles_test: Crash
807 closure_in_constructor_test: Crash
808 closure_in_field_initializer_test: Crash
809 closure_in_initializer2_test: Crash
810 closure_in_initializer_test: Crash
811 closure_internals_test: Crash
812 closure_parameter_types_test: Crash
813 closure_self_reference_test: Crash
814 closure_shared_state_test: Crash
718 815
719 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 816 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
720 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 817 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
721 818
722 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 819 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
723 async_star_await_pauses_test: RuntimeError # Need triage 820 async_star_await_pauses_test: RuntimeError # Need triage
724 async_star_no_cancel2_test: RuntimeError # Need triage 821 async_star_no_cancel2_test: RuntimeError # Need triage
725 async_star_no_cancel_test: RuntimeError # Need triage 822 async_star_no_cancel_test: RuntimeError # Need triage
726 823
727 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 824 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 function_type/function_type55_test: Crash # Issue 27394 879 function_type/function_type55_test: Crash # Issue 27394
783 function_type/function_type62_test: Crash # Issue 27394 880 function_type/function_type62_test: Crash # Issue 27394
784 function_type/function_type63_test: Crash # Issue 27394 881 function_type/function_type63_test: Crash # Issue 27394
785 function_type/function_type6_test: Crash # Issue 27394 882 function_type/function_type6_test: Crash # Issue 27394
786 function_type/function_type7_test: Crash # Issue 27394 883 function_type/function_type7_test: Crash # Issue 27394
787 function_type/function_type98_test: Crash # Issue 27394 884 function_type/function_type98_test: Crash # Issue 27394
788 function_type/function_type99_test: Crash # Issue 27394 885 function_type/function_type99_test: Crash # Issue 27394
789 886
790 [ $compiler == dart2js && $runtime == safarimobilesim ] 887 [ $compiler == dart2js && $runtime == safarimobilesim ]
791 call_through_getter_test: Fail, OK 888 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_flutter.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698