OLD | NEW |
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 11 matching lines...) Expand all Loading... |
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 call_constructor_on_unresolvable_class_test: Skip | 24 call_constructor_on_unresolvable_class_test: Skip |
25 call_non_method_field_test: Skip | 25 call_non_method_field_test: Skip |
26 call_nonexistent_constructor_test: Skip | 26 call_nonexistent_constructor_test: Skip |
27 call_nonexistent_static_test: Skip | 27 call_nonexistent_static_test: Skip |
28 call_test: Skip | 28 call_test: Skip |
29 call_through_getter_test: Skip | 29 call_through_getter_test: Skip |
30 call_type_literal_test: Skip | 30 call_type_literal_test: Skip |
31 callable_test: Skip | 31 callable_test: Skip |
32 canonical_const3_test: Skip | |
33 cascade_test: Skip | |
34 cast_test: Skip | |
35 check_member_static_test: Skip | 32 check_member_static_test: Skip |
36 check_method_override_test: Skip | 33 check_method_override_test: Skip |
37 checked_null_test: Skip | 34 checked_null_test: Skip |
38 checked_setter2_test: Skip | 35 checked_setter2_test: Skip |
39 checked_setter3_test: Skip | 36 checked_setter3_test: Skip |
40 checked_setter_test: Skip | 37 checked_setter_test: Skip |
41 class_cycle2_test: Skip | 38 class_cycle2_test: Skip |
42 class_cycle_test: Skip | 39 class_cycle_test: Skip |
43 class_keyword_test: Skip | 40 class_keyword_test: Skip |
44 class_literal_test: Skip | 41 class_literal_test: Skip |
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 async_star_test/05: RuntimeError # Issue 28969 | 709 async_star_test/05: RuntimeError # Issue 28969 |
713 async_star_test/none: RuntimeError # Issue 28969 | 710 async_star_test/none: RuntimeError # Issue 28969 |
714 asyncstar_throw_in_catch_test: Timeout # Issue 29920 | 711 asyncstar_throw_in_catch_test: Timeout # Issue 29920 |
715 await_future_test: Pass, Timeout # Issue 29920 | 712 await_future_test: Pass, Timeout # Issue 29920 |
716 bit_operations_test/01: RuntimeError # No bigints on web. | 713 bit_operations_test/01: RuntimeError # No bigints on web. |
717 bit_operations_test/02: RuntimeError # No bigints on web. | 714 bit_operations_test/02: RuntimeError # No bigints on web. |
718 bit_operations_test/03: RuntimeError # No bigints on web. | 715 bit_operations_test/03: RuntimeError # No bigints on web. |
719 bit_operations_test/04: RuntimeError # No bigints on web. | 716 bit_operations_test/04: RuntimeError # No bigints on web. |
720 bit_operations_test/none: RuntimeError # No bigints on web. | 717 bit_operations_test/none: RuntimeError # No bigints on web. |
721 call_closurization_test: RuntimeError # Issue 29920 | 718 call_closurization_test: RuntimeError # Issue 29920 |
722 canonical_const2_test: RuntimeError # Ints and doubles are unified. | |
723 canonical_const_test: RuntimeError # Ints and doubles are unified. | |
724 compile_time_constant_a_test: RuntimeError # Allows mutating const map. | 719 compile_time_constant_a_test: RuntimeError # Allows mutating const map. |
725 compile_time_constant_b_test: RuntimeError # Issue 29920 | 720 compile_time_constant_b_test: RuntimeError # Issue 29920 |
726 compile_time_constant_d_test: RuntimeError # Issue 29920 | 721 compile_time_constant_d_test: RuntimeError # Issue 29920 |
727 const_evaluation_test/01: RuntimeError # Issue 29920 | 722 const_evaluation_test/01: RuntimeError # Issue 29920 |
728 const_switch_test/02: RuntimeError # Issue 29920 | 723 const_switch_test/02: RuntimeError # Issue 29920 |
729 const_switch_test/04: RuntimeError # Ints and doubles are unified. | 724 const_switch_test/04: RuntimeError # Ints and doubles are unified. |
730 constructor12_test: RuntimeError # Issue 29920 | 725 constructor12_test: RuntimeError # Issue 29920 |
731 covariant_subtyping_test: RuntimeError # Issue 29920 | 726 covariant_subtyping_test: RuntimeError # Issue 29920 |
732 custom_await_stack_trace_test: RuntimeError # Issue 29920 | 727 custom_await_stack_trace_test: RuntimeError # Issue 29920 |
733 cyclic_type2_test: RuntimeError # Issue 29920 | 728 cyclic_type2_test: RuntimeError # Issue 29920 |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 type_variable_nested_test: RuntimeError # Issue 29920 | 838 type_variable_nested_test: RuntimeError # Issue 29920 |
844 type_variable_typedef_test: RuntimeError # Issue 29920 | 839 type_variable_typedef_test: RuntimeError # Issue 29920 |
845 | 840 |
846 # This test does not generate the expected compile time error, but it also does | 841 # This test does not generate the expected compile time error, but it also does |
847 # not behave correctly at runtime. We cannot record this as "Fail" without | 842 # not behave correctly at runtime. We cannot record this as "Fail" without |
848 # confusing the DDC travis bot (as "Fail" is normally used for compile time | 843 # confusing the DDC travis bot (as "Fail" is normally used for compile time |
849 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot | 844 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot |
850 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput | 845 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput |
851 # classes to invert negative test status in the same way our other tools do. | 846 # classes to invert negative test status in the same way our other tools do. |
852 prefix10_negative_test: Skip # Issue 29920 | 847 prefix10_negative_test: Skip # Issue 29920 |
OLD | NEW |