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_strong/language_strong.status

Issue 2981153002: A couple more DDC tests are passing. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | tests/lib_strong/lib_strong.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) 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 ]
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 709 main_not_a_function_test/01: MissingStaticWarning # Issue 28823
710 main_test/03: MissingStaticWarning # Issue 28823 710 main_test/03: MissingStaticWarning # Issue 28823
711 no_main_test/01: MissingStaticWarning # Issue 28823 711 no_main_test/01: MissingStaticWarning # Issue 28823
712 regress_23089_test: CompileTimeError # Issue 28823 712 regress_23089_test: CompileTimeError # Issue 28823
713 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 713 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
714 super_setter_test: StaticWarning # Issue 28823 714 super_setter_test: StaticWarning # Issue 28823
715 try_catch4_test: StaticWarning # Issue 28823 715 try_catch4_test: StaticWarning # Issue 28823
716 try_catch5_test: StaticWarning # Issue 28823 716 try_catch5_test: StaticWarning # Issue 28823
717 717
718 [ $compiler == dartdevc ] 718 [ $compiler == dartdevc ]
719 assertion_test: RuntimeError # DDC doesn't support function arguments to assert( ).
720 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 719 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
721 async_star_test/01: RuntimeError # Issue 28969 720 async_star_test/01: RuntimeError # Issue 28969
722 async_star_test/02: RuntimeError # Issue 28969 721 async_star_test/02: RuntimeError # Issue 28969
723 async_star_test/03: RuntimeError # Issue 28969 722 async_star_test/03: RuntimeError # Issue 28969
724 async_star_test/04: RuntimeError # Issue 28969 723 async_star_test/04: RuntimeError # Issue 28969
725 async_star_test/05: RuntimeError # Issue 28969 724 async_star_test/05: RuntimeError # Issue 28969
726 async_star_test/none: RuntimeError # Issue 28969 725 async_star_test/none: RuntimeError # Issue 28969
727 asyncstar_throw_in_catch_test: Timeout # Issue 29920 726 asyncstar_throw_in_catch_test: Timeout # Issue 29920
728 await_future_test: Pass, Timeout # Issue 29920 727 await_future_test: Pass, Timeout # Issue 29920
729 bad_raw_string_test/03: MissingCompileTimeError # Issue 29920 728 bad_raw_string_test/03: MissingCompileTimeError # Issue 29920
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 map_literal10_test: RuntimeError # Issue 29920 849 map_literal10_test: RuntimeError # Issue 29920
851 map_literal7_test: RuntimeError # Issue 29920 850 map_literal7_test: RuntimeError # Issue 29920
852 mint_arithmetic_test: RuntimeError # Issue 29920 851 mint_arithmetic_test: RuntimeError # Issue 29920
853 modulo_test: RuntimeError # Issue 29920 852 modulo_test: RuntimeError # Issue 29920
854 named_parameter_clash_test: RuntimeError # Issue 29920 853 named_parameter_clash_test: RuntimeError # Issue 29920
855 nan_identical_test: RuntimeError # Issue 29920 854 nan_identical_test: RuntimeError # Issue 29920
856 nested_switch_label_test: RuntimeError # Issue 29920 855 nested_switch_label_test: RuntimeError # Issue 29920
857 number_identity2_test: RuntimeError # Issue 29920 856 number_identity2_test: RuntimeError # Issue 29920
858 numbers_test: RuntimeError # Issue 29920 857 numbers_test: RuntimeError # Issue 29920
859 prefix10_negative_test: Fail # Issue 29920 858 prefix10_negative_test: Fail # Issue 29920
860 redirecting_factory_reflection_test: RuntimeError # Issue 29920
861 regress_16640_test: RuntimeError # Issue 29920 859 regress_16640_test: RuntimeError # Issue 29920
862 regress_18535_test: RuntimeError # Issue 29920 860 regress_18535_test: RuntimeError # Issue 29920
863 regress_22443_test: RuntimeError # Issue 29920 861 regress_22443_test: RuntimeError # Issue 29920
864 regress_23089_test: CompileTimeError # Issue 29920 862 regress_23089_test: CompileTimeError # Issue 29920
865 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920 863 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920
866 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 864 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
867 stack_overflow_test: RuntimeError # Issue 29920 865 stack_overflow_test: RuntimeError # Issue 29920
868 stacktrace_test: RuntimeError # Issue 29920 866 stacktrace_test: RuntimeError # Issue 29920
869 switch_label2_test: RuntimeError # Issue 29920 867 switch_label2_test: RuntimeError # Issue 29920
870 switch_label_test: RuntimeError # Issue 29920 868 switch_label_test: RuntimeError # Issue 29920
871 switch_try_catch_test: RuntimeError # Issue 29920 869 switch_try_catch_test: RuntimeError # Issue 29920
872 throwing_lazy_variable_test: RuntimeError # Issue 29920 870 throwing_lazy_variable_test: RuntimeError # Issue 29920
873 truncdiv_test: RuntimeError # Issue 29920 871 truncdiv_test: RuntimeError # Issue 29920
874 type_variable_nested_test: RuntimeError # Issue 29920 872 type_variable_nested_test: RuntimeError # Issue 29920
875 type_variable_typedef_test: RuntimeError # Issue 29920 873 type_variable_typedef_test: RuntimeError # Issue 29920
OLDNEW
« no previous file with comments | « no previous file | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698