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

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

Issue 2994383002: Migrating block 50, first commit, after tool has run (Closed)
Patch Set: formatting 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 callable_test: Skip 24 callable_test: Skip
25 check_member_static_test: Skip 25 check_member_static_test: Skip
26 check_method_override_test: Skip 26 check_method_override_test: Skip
27 compile_time_constant_arguments_test: Skip
28 compile_time_constant_c_test: Skip
29 compile_time_constant_checked2_test: Skip
30 compile_time_constant_checked3_test: Skip
31 compile_time_constant_checked4_test: Skip
32 compile_time_constant_checked5_test: Skip
33 compile_time_constant_checked_test: Skip
34 compile_time_constant_e_test: Skip
35 compile_time_constant_h_test: Skip
36 compile_time_constant_k_test: Skip
37 compile_time_constant_o_test: Skip 27 compile_time_constant_o_test: Skip
38 compile_time_constant_p_test: Skip 28 compile_time_constant_p_test: Skip
39 compile_time_constant_r_test: Skip 29 compile_time_constant_r_test: Skip
40 compile_time_constant_test: Skip 30 compile_time_constant_test: Skip
41 conditional_method_invocation_test: Skip 31 conditional_method_invocation_test: Skip
42 conditional_property_access_test: Skip 32 conditional_property_access_test: Skip
43 conditional_property_assignment_test: Skip 33 conditional_property_assignment_test: Skip
44 conditional_property_increment_decrement_test: Skip 34 conditional_property_increment_decrement_test: Skip
45 const_conditional_test: Skip 35 const_conditional_test: Skip
46 const_constructor2_test: Skip 36 const_constructor2_test: Skip
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 asyncstar_throw_in_catch_test: Timeout # Issue 29920 673 asyncstar_throw_in_catch_test: Timeout # Issue 29920
684 await_future_test: Pass, Timeout # Issue 29920 674 await_future_test: Pass, Timeout # Issue 29920
685 bit_operations_test/01: RuntimeError # No bigints on web. 675 bit_operations_test/01: RuntimeError # No bigints on web.
686 bit_operations_test/02: RuntimeError # No bigints on web. 676 bit_operations_test/02: RuntimeError # No bigints on web.
687 bit_operations_test/03: RuntimeError # No bigints on web. 677 bit_operations_test/03: RuntimeError # No bigints on web.
688 bit_operations_test/04: RuntimeError # No bigints on web. 678 bit_operations_test/04: RuntimeError # No bigints on web.
689 bit_operations_test/none: RuntimeError # No bigints on web. 679 bit_operations_test/none: RuntimeError # No bigints on web.
690 canonical_const2_test: RuntimeError # Ints and doubles are unified. 680 canonical_const2_test: RuntimeError # Ints and doubles are unified.
691 canonical_const_test: RuntimeError # Ints and doubles are unified. 681 canonical_const_test: RuntimeError # Ints and doubles are unified.
692 call_closurization_test: RuntimeError # Issue 29920 682 call_closurization_test: RuntimeError # Issue 29920
693 compile_time_constant_a_test: RuntimeError # Allows mutating const map.
694 compile_time_constant_b_test: RuntimeError # Issue 29920
695 compile_time_constant_d_test: RuntimeError # Issue 29920
696 const_evaluation_test/01: RuntimeError # Issue 29920 683 const_evaluation_test/01: RuntimeError # Issue 29920
697 const_switch_test/02: RuntimeError # Issue 29920 684 const_switch_test/02: RuntimeError # Issue 29920
698 const_switch_test/04: RuntimeError # Ints and doubles are unified. 685 const_switch_test/04: RuntimeError # Ints and doubles are unified.
699 constructor12_test: RuntimeError # Issue 29920 686 constructor12_test: RuntimeError # Issue 29920
700 custom_await_stack_trace_test: RuntimeError # Issue 29920 687 custom_await_stack_trace_test: RuntimeError # Issue 29920
701 cyclic_type2_test: RuntimeError # Issue 29920 688 cyclic_type2_test: RuntimeError # Issue 29920
702 cyclic_type_test/02: RuntimeError # Issue 29920 689 cyclic_type_test/02: RuntimeError # Issue 29920
703 cyclic_type_test/03: RuntimeError # Issue 29920 690 cyclic_type_test/03: RuntimeError # Issue 29920
704 cyclic_type_test/04: RuntimeError # Issue 29920 691 cyclic_type_test/04: RuntimeError # Issue 29920
705 deferred_call_empty_before_load_test: RuntimeError # Issue 27777 692 deferred_call_empty_before_load_test: RuntimeError # Issue 27777
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 # not behave correctly at runtime. We cannot record this as "Fail" without 759 # not behave correctly at runtime. We cannot record this as "Fail" without
773 # confusing the DDC travis bot (as "Fail" is normally used for compile time 760 # confusing the DDC travis bot (as "Fail" is normally used for compile time
774 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 761 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
775 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 762 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
776 # classes to invert negative test status in the same way our other tools do. 763 # classes to invert negative test status in the same way our other tools do.
777 prefix10_negative_test: Skip # Issue 29920 764 prefix10_negative_test: Skip # Issue 29920
778 765
779 [ $compiler == dartdevc && $system == windows ] 766 [ $compiler == dartdevc && $system == windows ]
780 multiline_strings_test: RuntimeError # Issue 30336 767 multiline_strings_test: RuntimeError # Issue 30336
781 raw_string_test: RuntimeError # Issue 30336 768 raw_string_test: RuntimeError # Issue 30336
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698