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

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

Issue 2964043004: Run dartdevc tests on drt instead of Chrome on the bots. (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 | « tests/corelib_strong/corelib_strong.status ('k') | 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 == dart2analyzer && $system != windows ] 718 [ $compiler == dart2analyzer && $system != windows ]
719 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 719 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664
720 720
721 [ $compiler == dartdevc ] 721 [ $compiler == dartdevc ]
722 assertion_test: RuntimeError # DDC doesn't support function arguments to assert( ). 722 assertion_test: RuntimeError # DDC doesn't support function arguments to assert( ).
723 async_await_test/02: CompileTimeError # Issue 28969
724 async_await_test/03: CompileTimeError # Issue 28969
725 async_await_test/none: CompileTimeError # Issue 28969
726 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 723 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
727 async_star_test/01: CompileTimeError # Issue 28969 724 async_star_test/01: RuntimeError # Issue 28969
728 async_star_test/02: CompileTimeError # Issue 28969 725 async_star_test/02: RuntimeError # Issue 28969
729 async_star_test/03: CompileTimeError # Issue 28969 726 async_star_test/03: RuntimeError # Issue 28969
730 async_star_test/04: CompileTimeError # Issue 28969 727 async_star_test/04: RuntimeError # Issue 28969
731 async_star_test/05: CompileTimeError # Issue 28969 728 async_star_test/05: RuntimeError # Issue 28969
732 async_star_test/none: CompileTimeError # Issue 28969 729 async_star_test/none: RuntimeError # Issue 28969
733 asyncstar_throw_in_catch_test: Timeout # Issue 29920 730 asyncstar_throw_in_catch_test: Timeout # Issue 29920
734 await_future_test: Timeout # Issue 29920 731 await_future_test: Pass, Timeout # Issue 29920
735 bad_raw_string_test/03: MissingCompileTimeError # Issue 29920 732 bad_raw_string_test/03: MissingCompileTimeError # Issue 29920
736 bit_operations_test/01: RuntimeError # No bigints on web. 733 bit_operations_test/01: RuntimeError # No bigints on web.
737 bit_operations_test/02: RuntimeError # No bigints on web. 734 bit_operations_test/02: RuntimeError # No bigints on web.
738 bit_operations_test/03: RuntimeError # No bigints on web. 735 bit_operations_test/03: RuntimeError # No bigints on web.
739 bit_operations_test/04: RuntimeError # No bigints on web. 736 bit_operations_test/04: RuntimeError # No bigints on web.
740 bit_operations_test/none: RuntimeError # No bigints on web. 737 bit_operations_test/none: RuntimeError # No bigints on web.
741 bool_condition_check_test/01: RuntimeError # Issue 29920 738 bool_condition_check_test/01: RuntimeError # Issue 29920
742 branch_canonicalization_test: RuntimeError # Issue 29920 739 branch_canonicalization_test: RuntimeError # Issue 29920
743 call_closurization_test: RuntimeError # Issue 29920 740 call_closurization_test: RuntimeError # Issue 29920
744 call_through_null_getter_test: RuntimeError # Issue 29920 741 call_through_null_getter_test: RuntimeError # Issue 29920
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 stack_overflow_test: RuntimeError # Issue 29920 878 stack_overflow_test: RuntimeError # Issue 29920
882 stacktrace_test: RuntimeError # Issue 29920 879 stacktrace_test: RuntimeError # Issue 29920
883 string_interpolate_null_test: RuntimeError # Issue 29920 880 string_interpolate_null_test: RuntimeError # Issue 29920
884 switch_label2_test: RuntimeError # Issue 29920 881 switch_label2_test: RuntimeError # Issue 29920
885 switch_label_test: RuntimeError # Issue 29920 882 switch_label_test: RuntimeError # Issue 29920
886 switch_try_catch_test: RuntimeError # Issue 29920 883 switch_try_catch_test: RuntimeError # Issue 29920
887 throwing_lazy_variable_test: RuntimeError # Issue 29920 884 throwing_lazy_variable_test: RuntimeError # Issue 29920
888 truncdiv_test: RuntimeError # Issue 29920 885 truncdiv_test: RuntimeError # Issue 29920
889 type_variable_nested_test: RuntimeError # Issue 29920 886 type_variable_nested_test: RuntimeError # Issue 29920
890 type_variable_typedef_test: RuntimeError # Issue 29920 887 type_variable_typedef_test: RuntimeError # Issue 29920
OLDNEW
« no previous file with comments | « tests/corelib_strong/corelib_strong.status ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698