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

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

Issue 2987133002: Update the function_type tests for Dart 2.0. (Closed)
Patch Set: Fix status file. 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/function_type/test_generator.dart ('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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ] 7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 allocate_large_object_test: Crash 228 allocate_large_object_test: Crash
229 allocate_test: Crash 229 allocate_test: Crash
230 allocation_sinking_inlining_test: Crash 230 allocation_sinking_inlining_test: Crash
231 and_operation_on_non_integer_operand_test: Crash 231 and_operation_on_non_integer_operand_test: Crash
232 arithmetic_canonicalization_test: Crash 232 arithmetic_canonicalization_test: Crash
233 arithmetic_smi_overflow_test: Crash 233 arithmetic_smi_overflow_test: Crash
234 234
235 [ $compiler == dartdevc && $runtime != none ] 235 [ $compiler == dartdevc && $runtime != none ]
236 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 236 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
237 async_star_pause_test: RuntimeError 237 async_star_pause_test: RuntimeError
238 function_type/*: RuntimeError # Issue 28988
238 239
239 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] 240 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
240 *: Skip # Issue 29626 241 *: Skip # Issue 29626
241 242
242 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 243 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
243 assertion_test: RuntimeError # Issue 12748 244 assertion_test: RuntimeError # Issue 12748
244 245
246 [ ! $checked ]
247 function_type/*: Skip # Needs checked mode.
248
245 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] 249 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
246 abstract_beats_arguments_test: RuntimeError # Issue 27394 250 abstract_beats_arguments_test: RuntimeError # Issue 27394
247 abstract_runtime_error_test/01: RuntimeError # Issue 27394 251 abstract_runtime_error_test/01: RuntimeError # Issue 27394
248 abstract_runtime_error_test/02: RuntimeError # Issue 27394 252 abstract_runtime_error_test/02: RuntimeError # Issue 27394
249 arithmetic_canonicalization_test: RuntimeError # Issue 27394 253 arithmetic_canonicalization_test: RuntimeError # Issue 27394
250 assertion_initializer_const_error_test/01: Crash 254 assertion_initializer_const_error_test/01: Crash
251 assertion_initializer_const_function_test/01: Crash 255 assertion_initializer_const_function_test/01: Crash
252 assign_top_method_test/01: Crash # Issue 27394 256 assign_top_method_test/01: Crash # Issue 27394
253 async_await_syntax_test/a04b: Crash # Issue 27394 257 async_await_syntax_test/a04b: Crash # Issue 27394
254 async_await_syntax_test/a06a: RuntimeError # Issue 27394 258 async_await_syntax_test/a06a: RuntimeError # Issue 27394
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 bad_override_test/05: MissingCompileTimeError 543 bad_override_test/05: MissingCompileTimeError
540 bailout4_test: Crash 544 bailout4_test: Crash
541 bailout_test: Crash 545 bailout_test: Crash
542 bind_test: Crash 546 bind_test: Crash
543 bit_operations_test/01: Crash 547 bit_operations_test/01: Crash
544 bit_operations_test/02: Crash 548 bit_operations_test/02: Crash
545 bit_operations_test/03: Crash 549 bit_operations_test/03: Crash
546 bit_operations_test/04: Crash 550 bit_operations_test/04: Crash
547 bit_operations_test/none: Crash 551 bit_operations_test/none: Crash
548 black_listed_test/none: Crash 552 black_listed_test/none: Crash
553 function_type/function_type0_test: Crash
554 function_type/function_type10_test: Crash
555 function_type/function_type11_test: Crash
556 function_type/function_type12_test: Crash
557 function_type/function_type13_test: Crash
558 function_type/function_type14_test: Crash
559 function_type/function_type15_test: Crash
560 function_type/function_type16_test: Crash
561 function_type/function_type17_test: Crash
562 function_type/function_type18_test: Crash
563 function_type/function_type19_test: Crash
564 function_type/function_type1_test: Crash
565 function_type/function_type20_test: Crash
566 function_type/function_type21_test: Crash
567 function_type/function_type22_test: Crash
568 function_type/function_type23_test: Crash
569 function_type/function_type24_test: Crash
570 function_type/function_type25_test: Crash
571 function_type/function_type26_test: Crash
572 function_type/function_type27_test: Crash
573 function_type/function_type28_test: Crash
574 function_type/function_type29_test: Crash
575 function_type/function_type2_test: Crash
576 function_type/function_type30_test: Crash
577 function_type/function_type31_test: Crash
578 function_type/function_type32_test: Crash
579 function_type/function_type33_test: Crash
580 function_type/function_type34_test: Crash
581 function_type/function_type35_test: Crash
582 function_type/function_type36_test: Crash
583 function_type/function_type37_test: Crash
584 function_type/function_type38_test: Crash
585 function_type/function_type39_test: Crash
586 function_type/function_type3_test: Crash
587 function_type/function_type40_test: Crash
588 function_type/function_type41_test: Crash
589 function_type/function_type42_test: Crash
590 function_type/function_type43_test: Crash
591 function_type/function_type44_test: Crash
592 function_type/function_type45_test: Crash
593 function_type/function_type46_test: Crash
594 function_type/function_type47_test: Crash
595 function_type/function_type48_test: Crash
596 function_type/function_type49_test: Crash
597 function_type/function_type4_test: Crash
598 function_type/function_type50_test: Crash
599 function_type/function_type51_test: Crash
600 function_type/function_type52_test: Crash
601 function_type/function_type53_test: Crash
602 function_type/function_type54_test: Crash
603 function_type/function_type55_test: Crash
604 function_type/function_type56_test: Crash
605 function_type/function_type57_test: Crash
606 function_type/function_type58_test: Crash
607 function_type/function_type59_test: Crash
608 function_type/function_type5_test: Crash
609 function_type/function_type60_test: Crash
610 function_type/function_type61_test: Crash
611 function_type/function_type62_test: Crash
612 function_type/function_type63_test: Crash
613 function_type/function_type64_test: Crash
614 function_type/function_type65_test: Crash
615 function_type/function_type66_test: Crash
616 function_type/function_type67_test: Crash
617 function_type/function_type68_test: Crash
618 function_type/function_type69_test: Crash
619 function_type/function_type6_test: Crash
620 function_type/function_type70_test: Crash
621 function_type/function_type71_test: Crash
622 function_type/function_type72_test: Crash
623 function_type/function_type73_test: Crash
624 function_type/function_type74_test: Crash
625 function_type/function_type75_test: Crash
626 function_type/function_type76_test: Crash
627 function_type/function_type77_test: Crash
628 function_type/function_type78_test: Crash
629 function_type/function_type79_test: Crash
630 function_type/function_type7_test: Crash
631 function_type/function_type80_test: Crash
632 function_type/function_type81_test: Crash
633 function_type/function_type82_test: Crash
634 function_type/function_type83_test: Crash
635 function_type/function_type84_test: Crash
636 function_type/function_type85_test: Crash
637 function_type/function_type86_test: Crash
638 function_type/function_type87_test: Crash
639 function_type/function_type88_test: Crash
640 function_type/function_type89_test: Crash
641 function_type/function_type8_test: Crash
642 function_type/function_type90_test: Crash
643 function_type/function_type91_test: Crash
644 function_type/function_type92_test: Crash
645 function_type/function_type93_test: Crash
646 function_type/function_type94_test: Crash
647 function_type/function_type95_test: Crash
648 function_type/function_type96_test: Crash
649 function_type/function_type97_test: Crash
650 function_type/function_type98_test: Crash
651 function_type/function_type99_test: Crash
652 function_type/function_type9_test: Crash
653
654 # Note: there are two flags to test dart2js with kernel:
655 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
656 # compiler. This flag will be deleted soon
657 # - dart2js_with_kernel: tests the entire pipeline with kernel.
658 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
659 function_type/function_type14_test: Crash # Issue 27394
660 function_type/function_type15_test: Crash # Issue 27394
661 function_type/function_type20_test: Crash # Issue 27394
662 function_type/function_type21_test: Crash # Issue 27394
663 function_type/function_type22_test: Crash # Issue 27394
664 function_type/function_type23_test: Crash # Issue 27394
665 function_type/function_type24_test: Crash # Issue 27394
666 function_type/function_type25_test: Crash # Issue 27394
667 function_type/function_type26_test: Crash # Issue 27394
668 function_type/function_type27_test: Crash # Issue 27394
669 function_type/function_type28_test: Crash # Issue 27394
670 function_type/function_type29_test: Crash # Issue 27394
671 function_type/function_type30_test: Crash # Issue 27394
672 function_type/function_type31_test: Crash # Issue 27394
673 function_type/function_type32_test: Crash # Issue 27394
674 function_type/function_type33_test: Crash # Issue 27394
675 function_type/function_type34_test: Crash # Issue 27394
676 function_type/function_type35_test: Crash # Issue 27394
677 function_type/function_type36_test: Crash # Issue 27394
678 function_type/function_type37_test: Crash # Issue 27394
679 function_type/function_type38_test: Crash # Issue 27394
680 function_type/function_type39_test: Crash # Issue 27394
681 function_type/function_type40_test: Crash # Issue 27394
682 function_type/function_type41_test: Crash # Issue 27394
683 function_type/function_type42_test: Crash # Issue 27394
684 function_type/function_type43_test: Crash # Issue 27394
685 function_type/function_type44_test: Crash # Issue 27394
686 function_type/function_type45_test: Crash # Issue 27394
687 function_type/function_type46_test: Crash # Issue 27394
688 function_type/function_type47_test: Crash # Issue 27394
689 function_type/function_type48_test: Crash # Issue 27394
690 function_type/function_type49_test: Crash # Issue 27394
691 function_type/function_type50_test: Crash # Issue 27394
692 function_type/function_type51_test: Crash # Issue 27394
693 function_type/function_type52_test: Crash # Issue 27394
694 function_type/function_type53_test: Crash # Issue 27394
695 function_type/function_type54_test: Crash # Issue 27394
696 function_type/function_type55_test: Crash # Issue 27394
697 function_type/function_type62_test: Crash # Issue 27394
698 function_type/function_type63_test: Crash # Issue 27394
699 function_type/function_type6_test: Crash # Issue 27394
700 function_type/function_type7_test: Crash # Issue 27394
701 function_type/function_type98_test: Crash # Issue 27394
702 function_type/function_type99_test: Crash # Issue 27394
549 703
550 [ $compiler == dart2js && $runtime != none && $checked ] 704 [ $compiler == dart2js && $runtime != none && $checked ]
551 assert_with_message_test: RuntimeError 705 assert_with_message_test: RuntimeError
552 706
553 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 707 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
554 async_return_types_test/nestedFuture: Fail 708 async_return_types_test/nestedFuture: Fail
555 async_return_types_test/wrongTypeParameter: Fail 709 async_return_types_test/wrongTypeParameter: Fail
556 710
711 [ $compiler == dartk || $compiler == dartkp ]
712 function_type/function_type0_test: RuntimeError
713 function_type/function_type10_test: RuntimeError
714 function_type/function_type11_test: RuntimeError
715 function_type/function_type12_test: RuntimeError
716 function_type/function_type13_test: RuntimeError
717 function_type/function_type14_test: RuntimeError
718 function_type/function_type15_test: RuntimeError
719 function_type/function_type16_test: RuntimeError
720 function_type/function_type17_test: RuntimeError
721 function_type/function_type18_test: RuntimeError
722 function_type/function_type19_test: RuntimeError
723 function_type/function_type1_test: RuntimeError
724 function_type/function_type20_test: RuntimeError
725 function_type/function_type21_test: RuntimeError
726 function_type/function_type22_test: RuntimeError
727 function_type/function_type23_test: RuntimeError
728 function_type/function_type24_test: RuntimeError
729 function_type/function_type25_test: RuntimeError
730 function_type/function_type26_test: RuntimeError
731 function_type/function_type27_test: RuntimeError
732 function_type/function_type28_test: RuntimeError
733 function_type/function_type29_test: RuntimeError
734 function_type/function_type2_test: RuntimeError
735 function_type/function_type30_test: RuntimeError
736 function_type/function_type31_test: RuntimeError
737 function_type/function_type32_test: RuntimeError
738 function_type/function_type33_test: RuntimeError
739 function_type/function_type34_test: RuntimeError
740 function_type/function_type35_test: RuntimeError
741 function_type/function_type36_test: RuntimeError
742 function_type/function_type37_test: RuntimeError
743 function_type/function_type38_test: RuntimeError
744 function_type/function_type39_test: RuntimeError
745 function_type/function_type3_test: RuntimeError
746 function_type/function_type40_test: RuntimeError
747 function_type/function_type41_test: RuntimeError
748 function_type/function_type42_test: RuntimeError
749 function_type/function_type43_test: RuntimeError
750 function_type/function_type44_test: RuntimeError
751 function_type/function_type45_test: RuntimeError
752 function_type/function_type46_test: RuntimeError
753 function_type/function_type47_test: RuntimeError
754 function_type/function_type48_test: RuntimeError
755 function_type/function_type49_test: RuntimeError
756 function_type/function_type4_test: RuntimeError
757 function_type/function_type50_test: RuntimeError
758 function_type/function_type51_test: RuntimeError
759 function_type/function_type52_test: RuntimeError
760 function_type/function_type53_test: RuntimeError
761 function_type/function_type54_test: RuntimeError
762 function_type/function_type55_test: RuntimeError
763 function_type/function_type56_test: RuntimeError
764 function_type/function_type57_test: RuntimeError
765 function_type/function_type58_test: RuntimeError
766 function_type/function_type59_test: RuntimeError
767 function_type/function_type5_test: RuntimeError
768 function_type/function_type60_test: RuntimeError
769 function_type/function_type61_test: RuntimeError
770 function_type/function_type62_test: RuntimeError
771 function_type/function_type63_test: RuntimeError
772 function_type/function_type64_test: RuntimeError
773 function_type/function_type65_test: RuntimeError
774 function_type/function_type66_test: RuntimeError
775 function_type/function_type67_test: RuntimeError
776 function_type/function_type68_test: RuntimeError
777 function_type/function_type69_test: RuntimeError
778 function_type/function_type6_test: RuntimeError
779 function_type/function_type70_test: RuntimeError
780 function_type/function_type71_test: RuntimeError
781 function_type/function_type72_test: RuntimeError
782 function_type/function_type73_test: RuntimeError
783 function_type/function_type74_test: RuntimeError
784 function_type/function_type75_test: RuntimeError
785 function_type/function_type76_test: RuntimeError
786 function_type/function_type77_test: RuntimeError
787 function_type/function_type78_test: RuntimeError
788 function_type/function_type79_test: RuntimeError
789 function_type/function_type7_test: RuntimeError
790 function_type/function_type80_test: RuntimeError
791 function_type/function_type81_test: RuntimeError
792 function_type/function_type82_test: RuntimeError
793 function_type/function_type83_test: RuntimeError
794 function_type/function_type84_test: RuntimeError
795 function_type/function_type85_test: RuntimeError
796 function_type/function_type86_test: RuntimeError
797 function_type/function_type87_test: RuntimeError
798 function_type/function_type88_test: RuntimeError
799 function_type/function_type89_test: RuntimeError
800 function_type/function_type8_test: RuntimeError
801 function_type/function_type90_test: RuntimeError
802 function_type/function_type91_test: RuntimeError
803 function_type/function_type92_test: RuntimeError
804 function_type/function_type93_test: RuntimeError
805 function_type/function_type94_test: RuntimeError
806 function_type/function_type95_test: RuntimeError
807 function_type/function_type96_test: RuntimeError
808 function_type/function_type97_test: RuntimeError
809 function_type/function_type98_test: RuntimeError
810 function_type/function_type99_test: RuntimeError
811 function_type/function_type9_test: RuntimeError
812
557 # These test entries will be valid for vm (with and without kernel). 813 # These test entries will be valid for vm (with and without kernel).
558 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 814 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
559 async_star_cancel_while_paused_test: RuntimeError 815 async_star_cancel_while_paused_test: RuntimeError
560 # This is OK for now, but we may want to change the semantics to match the test. 816 # This is OK for now, but we may want to change the semantics to match the test.
561 async_star_pause_test: Fail, OK 817 async_star_pause_test: Fail, OK
562 818
563 [ $compiler == dartk && $runtime == vm ] 819 [ $compiler == dartk && $runtime == vm ]
564 async_star_cancel_while_paused_test: RuntimeError 820 async_star_cancel_while_paused_test: RuntimeError
565 821
566 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 822 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 [ $strong ] 928 [ $strong ]
673 bad_constructor_test: Skip 929 bad_constructor_test: Skip
674 bad_initializer1_negative_test: Skip 930 bad_initializer1_negative_test: Skip
675 bad_initializer2_negative_test: Skip 931 bad_initializer2_negative_test: Skip
676 bad_named_constructor_negative_test: Skip 932 bad_named_constructor_negative_test: Skip
677 bad_named_parameters2_test: Skip 933 bad_named_parameters2_test: Skip
678 bad_named_parameters_test: Skip 934 bad_named_parameters_test: Skip
679 bad_override_test: Skip 935 bad_override_test: Skip
680 black_listed_test: Skip 936 black_listed_test: Skip
681 body_less_constructor_wrong_arg_negative_test: Skip 937 body_less_constructor_wrong_arg_negative_test: Skip
OLDNEW
« no previous file with comments | « tests/language_2/function_type/test_generator.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698