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

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

Issue 2990933002: Migrate block 43. (Closed)
Patch Set: Update tests and 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_strong/body_less_constructor_wrong_arg_negative_test.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
11 async_or_generator_return_type_stacktrace_test: Skip 11 async_or_generator_return_type_stacktrace_test: Skip
12 async_return_types_test: Skip 12 async_return_types_test: Skip
13 await_backwards_compatibility_test: Skip 13 await_backwards_compatibility_test: Skip
14 await_test: Skip 14 await_test: Skip
15 bad_constructor_test: Skip
16 bad_initializer1_negative_test: Skip
17 bad_initializer2_negative_test: Skip
18 bad_named_constructor_negative_test: Skip
19 bad_named_parameters2_test: Skip
20 bad_named_parameters_test: Skip
21 bad_override_test: Skip
22 black_listed_test: Skip
23 body_less_constructor_wrong_arg_negative_test: Skip
24 bool_check_test: Skip 15 bool_check_test: Skip
25 bound_closure_equality_test: Skip 16 bound_closure_equality_test: Skip
26 bound_closure_primitives_test: Skip 17 bound_closure_primitives_test: Skip
27 built_in_identifier_illegal_test: Skip 18 built_in_identifier_illegal_test: Skip
28 built_in_identifier_prefix_test: Skip 19 built_in_identifier_prefix_test: Skip
29 call_constructor_on_unresolvable_class_test: Skip 20 call_constructor_on_unresolvable_class_test: Skip
30 call_non_method_field_test: Skip 21 call_non_method_field_test: Skip
31 call_nonexistent_constructor_test: Skip 22 call_nonexistent_constructor_test: Skip
32 call_nonexistent_static_test: Skip 23 call_nonexistent_static_test: Skip
33 call_test: Skip 24 call_test: Skip
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 [ $compiler == dart2analyzer && $strong ] 661 [ $compiler == dart2analyzer && $strong ]
671 # async_await_test/02: CompileTimeError # Issue 28823 662 # async_await_test/02: CompileTimeError # Issue 28823
672 # async_await_test/03: CompileTimeError # Issue 28823 663 # async_await_test/03: CompileTimeError # Issue 28823
673 # async_await_test/none: CompileTimeError # Issue 28823 664 # async_await_test/none: CompileTimeError # Issue 28823
674 # async_star_test/01: CompileTimeError # Issue 28823 665 # async_star_test/01: CompileTimeError # Issue 28823
675 # async_star_test/02: CompileTimeError # Issue 28823 666 # async_star_test/02: CompileTimeError # Issue 28823
676 # async_star_test/03: CompileTimeError # Issue 28823 667 # async_star_test/03: CompileTimeError # Issue 28823
677 # async_star_test/04: CompileTimeError # Issue 28823 668 # async_star_test/04: CompileTimeError # Issue 28823
678 # async_star_test/05: CompileTimeError # Issue 28823 669 # async_star_test/05: CompileTimeError # Issue 28823
679 # async_star_test/none: CompileTimeError # Issue 28823 670 # async_star_test/none: CompileTimeError # Issue 28823
680 bit_operations_test/01: MissingStaticWarning # Issue 28823
681 bit_operations_test/02: MissingStaticWarning # Issue 28823
682 bit_operations_test/03: MissingStaticWarning # Issue 28823
683 bit_operations_test/04: MissingStaticWarning # Issue 28823
684 # closure_side_effect_test: CompileTimeError # Issue 28823 671 # closure_side_effect_test: CompileTimeError # Issue 28823
685 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823 672 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
686 field3a_negative_test: StaticWarning # Issue 28823 673 field3a_negative_test: StaticWarning # Issue 28823
687 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 674 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
688 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 675 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
689 generic_methods_shadowing_test: CompileTimeError # Issue 29070 676 generic_methods_shadowing_test: CompileTimeError # Issue 29070
690 generic_methods_closure_test: CompileTimeError # Issue 29070 677 generic_methods_closure_test: CompileTimeError # Issue 29070
691 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 678 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
692 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 679 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
693 interface_inherit_field_test: StaticWarning # Issue 28823 680 interface_inherit_field_test: StaticWarning # Issue 28823
(...skipping 10 matching lines...) Expand all
704 [ $compiler == dartdevc ] 691 [ $compiler == dartdevc ]
705 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 692 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
706 async_star_test/01: RuntimeError # Issue 28969 693 async_star_test/01: RuntimeError # Issue 28969
707 async_star_test/02: RuntimeError # Issue 28969 694 async_star_test/02: RuntimeError # Issue 28969
708 async_star_test/03: RuntimeError # Issue 28969 695 async_star_test/03: RuntimeError # Issue 28969
709 async_star_test/04: RuntimeError # Issue 28969 696 async_star_test/04: RuntimeError # Issue 28969
710 async_star_test/05: RuntimeError # Issue 28969 697 async_star_test/05: RuntimeError # Issue 28969
711 async_star_test/none: RuntimeError # Issue 28969 698 async_star_test/none: RuntimeError # Issue 28969
712 asyncstar_throw_in_catch_test: Timeout # Issue 29920 699 asyncstar_throw_in_catch_test: Timeout # Issue 29920
713 await_future_test: Pass, Timeout # Issue 29920 700 await_future_test: Pass, Timeout # Issue 29920
714 bit_operations_test/01: RuntimeError # No bigints on web.
715 bit_operations_test/02: RuntimeError # No bigints on web.
716 bit_operations_test/03: RuntimeError # No bigints on web.
717 bit_operations_test/04: RuntimeError # No bigints on web.
718 bit_operations_test/none: RuntimeError # No bigints on web.
719 branch_canonicalization_test: RuntimeError # Issue 29920 701 branch_canonicalization_test: RuntimeError # Issue 29920
720 call_closurization_test: RuntimeError # Issue 29920 702 call_closurization_test: RuntimeError # Issue 29920
721 canonical_const2_test: RuntimeError # Ints and doubles are unified. 703 canonical_const2_test: RuntimeError # Ints and doubles are unified.
722 canonical_const_test: RuntimeError # Ints and doubles are unified. 704 canonical_const_test: RuntimeError # Ints and doubles are unified.
723 compile_time_constant_a_test: RuntimeError # Allows mutating const map. 705 compile_time_constant_a_test: RuntimeError # Allows mutating const map.
724 compile_time_constant_b_test: RuntimeError # Issue 29920 706 compile_time_constant_b_test: RuntimeError # Issue 29920
725 compile_time_constant_d_test: RuntimeError # Issue 29920 707 compile_time_constant_d_test: RuntimeError # Issue 29920
726 const_evaluation_test/01: RuntimeError # Issue 29920 708 const_evaluation_test/01: RuntimeError # Issue 29920
727 const_switch_test/02: RuntimeError # Issue 29920 709 const_switch_test/02: RuntimeError # Issue 29920
728 const_switch_test/04: RuntimeError # Ints and doubles are unified. 710 const_switch_test/04: RuntimeError # Ints and doubles are unified.
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 829 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
848 stack_overflow_test: RuntimeError # Issue 29920 830 stack_overflow_test: RuntimeError # Issue 29920
849 stacktrace_test: RuntimeError # Issue 29920 831 stacktrace_test: RuntimeError # Issue 29920
850 switch_label2_test: RuntimeError # Issue 29920 832 switch_label2_test: RuntimeError # Issue 29920
851 switch_label_test: RuntimeError # Issue 29920 833 switch_label_test: RuntimeError # Issue 29920
852 switch_try_catch_test: RuntimeError # Issue 29920 834 switch_try_catch_test: RuntimeError # Issue 29920
853 throwing_lazy_variable_test: RuntimeError # Issue 29920 835 throwing_lazy_variable_test: RuntimeError # Issue 29920
854 truncdiv_test: RuntimeError # Issue 29920 836 truncdiv_test: RuntimeError # Issue 29920
855 type_variable_nested_test: RuntimeError # Issue 29920 837 type_variable_nested_test: RuntimeError # Issue 29920
856 type_variable_typedef_test: RuntimeError # Issue 29920 838 type_variable_typedef_test: RuntimeError # Issue 29920
OLDNEW
« no previous file with comments | « tests/language_strong/body_less_constructor_wrong_arg_negative_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698