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

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

Issue 2985243002: Migrate block 44. (Closed)
Patch Set: 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
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 15 bad_constructor_test: Skip
16 bad_initializer1_negative_test: Skip 16 bad_initializer1_negative_test: Skip
17 bad_initializer2_negative_test: Skip 17 bad_initializer2_negative_test: Skip
18 bad_named_constructor_negative_test: Skip 18 bad_named_constructor_negative_test: Skip
19 bad_named_parameters2_test: Skip 19 bad_named_parameters2_test: Skip
20 bad_named_parameters_test: Skip 20 bad_named_parameters_test: Skip
21 bad_override_test: Skip 21 bad_override_test: Skip
22 black_listed_test: Skip 22 black_listed_test: Skip
23 body_less_constructor_wrong_arg_negative_test: Skip 23 body_less_constructor_wrong_arg_negative_test: Skip
24 bool_check_test: Skip
25 bound_closure_equality_test: Skip
26 bound_closure_primitives_test: Skip
27 built_in_identifier_illegal_test: Skip
28 built_in_identifier_prefix_test: Skip
29 call_constructor_on_unresolvable_class_test: Skip 24 call_constructor_on_unresolvable_class_test: Skip
30 call_non_method_field_test: Skip 25 call_non_method_field_test: Skip
31 call_nonexistent_constructor_test: Skip 26 call_nonexistent_constructor_test: Skip
32 call_nonexistent_static_test: Skip 27 call_nonexistent_static_test: Skip
33 call_test: Skip 28 call_test: Skip
34 call_through_getter_test: Skip 29 call_through_getter_test: Skip
35 call_type_literal_test: Skip 30 call_type_literal_test: Skip
36 callable_test: Skip 31 callable_test: Skip
37 canonical_const3_test: Skip 32 canonical_const3_test: Skip
38 cascade_test: Skip 33 cascade_test: Skip
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 async_star_test/04: RuntimeError # Issue 28969 704 async_star_test/04: RuntimeError # Issue 28969
710 async_star_test/05: RuntimeError # Issue 28969 705 async_star_test/05: RuntimeError # Issue 28969
711 async_star_test/none: RuntimeError # Issue 28969 706 async_star_test/none: RuntimeError # Issue 28969
712 asyncstar_throw_in_catch_test: Timeout # Issue 29920 707 asyncstar_throw_in_catch_test: Timeout # Issue 29920
713 await_future_test: Pass, Timeout # Issue 29920 708 await_future_test: Pass, Timeout # Issue 29920
714 bit_operations_test/01: RuntimeError # No bigints on web. 709 bit_operations_test/01: RuntimeError # No bigints on web.
715 bit_operations_test/02: RuntimeError # No bigints on web. 710 bit_operations_test/02: RuntimeError # No bigints on web.
716 bit_operations_test/03: RuntimeError # No bigints on web. 711 bit_operations_test/03: RuntimeError # No bigints on web.
717 bit_operations_test/04: RuntimeError # No bigints on web. 712 bit_operations_test/04: RuntimeError # No bigints on web.
718 bit_operations_test/none: RuntimeError # No bigints on web. 713 bit_operations_test/none: RuntimeError # No bigints on web.
719 branch_canonicalization_test: RuntimeError # Issue 29920
720 call_closurization_test: RuntimeError # Issue 29920 714 call_closurization_test: RuntimeError # Issue 29920
721 canonical_const2_test: RuntimeError # Ints and doubles are unified. 715 canonical_const2_test: RuntimeError # Ints and doubles are unified.
722 canonical_const_test: RuntimeError # Ints and doubles are unified. 716 canonical_const_test: RuntimeError # Ints and doubles are unified.
723 compile_time_constant_a_test: RuntimeError # Allows mutating const map. 717 compile_time_constant_a_test: RuntimeError # Allows mutating const map.
724 compile_time_constant_b_test: RuntimeError # Issue 29920 718 compile_time_constant_b_test: RuntimeError # Issue 29920
725 compile_time_constant_d_test: RuntimeError # Issue 29920 719 compile_time_constant_d_test: RuntimeError # Issue 29920
726 const_evaluation_test/01: RuntimeError # Issue 29920 720 const_evaluation_test/01: RuntimeError # Issue 29920
727 const_switch_test/02: RuntimeError # Issue 29920 721 const_switch_test/02: RuntimeError # Issue 29920
728 const_switch_test/04: RuntimeError # Ints and doubles are unified. 722 const_switch_test/04: RuntimeError # Ints and doubles are unified.
729 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet er type literals in const expressions. 723 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet er type literals in const expressions.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 841 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
848 stack_overflow_test: RuntimeError # Issue 29920 842 stack_overflow_test: RuntimeError # Issue 29920
849 stacktrace_test: RuntimeError # Issue 29920 843 stacktrace_test: RuntimeError # Issue 29920
850 switch_label2_test: RuntimeError # Issue 29920 844 switch_label2_test: RuntimeError # Issue 29920
851 switch_label_test: RuntimeError # Issue 29920 845 switch_label_test: RuntimeError # Issue 29920
852 switch_try_catch_test: RuntimeError # Issue 29920 846 switch_try_catch_test: RuntimeError # Issue 29920
853 throwing_lazy_variable_test: RuntimeError # Issue 29920 847 throwing_lazy_variable_test: RuntimeError # Issue 29920
854 truncdiv_test: RuntimeError # Issue 29920 848 truncdiv_test: RuntimeError # Issue 29920
855 type_variable_nested_test: RuntimeError # Issue 29920 849 type_variable_nested_test: RuntimeError # Issue 29920
856 type_variable_typedef_test: RuntimeError # Issue 29920 850 type_variable_typedef_test: RuntimeError # Issue 29920
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698