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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 generic_field_mixin6_test: Skip | 197 generic_field_mixin6_test: Skip |
198 getter_declaration_negative_test: Skip | 198 getter_declaration_negative_test: Skip |
199 getter_no_setter2_test: Skip | 199 getter_no_setter2_test: Skip |
200 getter_no_setter_test: Skip | 200 getter_no_setter_test: Skip |
201 getter_override2_test: Skip | 201 getter_override2_test: Skip |
202 getter_override_test: Skip | 202 getter_override_test: Skip |
203 getter_parameters_test: Skip | 203 getter_parameters_test: Skip |
204 getter_setter_in_lib_test: Skip | 204 getter_setter_in_lib_test: Skip |
205 getters_setters2_test: Skip | 205 getters_setters2_test: Skip |
206 getters_setters_test: Skip | 206 getters_setters_test: Skip |
207 hidden_import_test: Skip | |
208 identical_const_test: Skip | |
209 if_null_assignment_behavior_test: Skip | |
210 if_null_assignment_static_test: Skip | |
211 if_null_behavior_test: Skip | |
212 if_null_precedence_test: Skip | |
213 illegal_declaration_test: Skip | |
214 illegal_initializer_test: Skip | |
215 illegal_invocation_test: Skip | |
216 implicit_this_test: Skip | 207 implicit_this_test: Skip |
217 implied_interface_test: Skip | 208 implied_interface_test: Skip |
218 import_combinators_negative_test: Skip | 209 import_combinators_negative_test: Skip |
219 import_combinators_test: Skip | 210 import_combinators_test: Skip |
220 import_core_prefix_test: Skip | 211 import_core_prefix_test: Skip |
221 import_self_test: Skip | 212 import_self_test: Skip |
222 inference_captured_variable2_test: Skip | 213 inference_captured_variable2_test: Skip |
223 inference_captured_variable_test: Skip | 214 inference_captured_variable_test: Skip |
224 inferrer_constructor5_test: Skip | 215 inferrer_constructor5_test: Skip |
225 inferrer_this_access_test: Skip | 216 inferrer_this_access_test: Skip |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 flatten_test/08: MissingRuntimeError # Issue 29920 | 681 flatten_test/08: MissingRuntimeError # Issue 29920 |
691 flatten_test/09: MissingRuntimeError # Issue 29920 | 682 flatten_test/09: MissingRuntimeError # Issue 29920 |
692 flatten_test/12: MissingRuntimeError # Issue 29920 | 683 flatten_test/12: MissingRuntimeError # Issue 29920 |
693 for_variable_capture_test: RuntimeError # Issue 29920 | 684 for_variable_capture_test: RuntimeError # Issue 29920 |
694 function_subtype_named1_test: RuntimeError # Issue 29920 | 685 function_subtype_named1_test: RuntimeError # Issue 29920 |
695 function_subtype_named2_test: RuntimeError # Issue 29920 | 686 function_subtype_named2_test: RuntimeError # Issue 29920 |
696 function_subtype_optional1_test: RuntimeError # Issue 29920 | 687 function_subtype_optional1_test: RuntimeError # Issue 29920 |
697 function_subtype_optional2_test: RuntimeError # Issue 29920 | 688 function_subtype_optional2_test: RuntimeError # Issue 29920 |
698 function_subtype_typearg2_test: RuntimeError # Issue 29920 | 689 function_subtype_typearg2_test: RuntimeError # Issue 29920 |
699 function_subtype_typearg4_test: RuntimeError # Issue 29920 | 690 function_subtype_typearg4_test: RuntimeError # Issue 29920 |
700 identical_closure2_test: RuntimeError # Issue 29920 | |
701 infinite_switch_label_test: RuntimeError # Issue 29920 | 691 infinite_switch_label_test: RuntimeError # Issue 29920 |
702 infinity_test: RuntimeError # Issue 29920 | 692 infinity_test: RuntimeError # Issue 29920 |
703 initializing_formal_final_test: RuntimeError # Issue 29920 | 693 initializing_formal_final_test: RuntimeError # Issue 29920 |
704 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 | 694 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 |
705 instanceof2_test: RuntimeError # Issue 29920 | 695 instanceof2_test: RuntimeError # Issue 29920 |
706 instanceof4_test/01: RuntimeError # Issue 29920 | 696 instanceof4_test/01: RuntimeError # Issue 29920 |
707 instanceof4_test/none: RuntimeError # Issue 29920 | 697 instanceof4_test/none: RuntimeError # Issue 29920 |
708 integer_division_by_zero_test: RuntimeError # Issue 29920 | 698 integer_division_by_zero_test: RuntimeError # Issue 29920 |
709 issue23244_test: RuntimeError # Issue 29920 | 699 issue23244_test: RuntimeError # Issue 29920 |
710 lazy_static3_test: RuntimeError # Issue 29920 | 700 lazy_static3_test: RuntimeError # Issue 29920 |
(...skipping 26 matching lines...) Expand all Loading... |
737 # not behave correctly at runtime. We cannot record this as "Fail" without | 727 # not behave correctly at runtime. We cannot record this as "Fail" without |
738 # confusing the DDC travis bot (as "Fail" is normally used for compile time | 728 # confusing the DDC travis bot (as "Fail" is normally used for compile time |
739 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot | 729 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot |
740 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput | 730 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput |
741 # classes to invert negative test status in the same way our other tools do. | 731 # classes to invert negative test status in the same way our other tools do. |
742 prefix10_negative_test: Skip # Issue 29920 | 732 prefix10_negative_test: Skip # Issue 29920 |
743 | 733 |
744 [ $compiler == dartdevc && $system == windows ] | 734 [ $compiler == dartdevc && $system == windows ] |
745 multiline_strings_test: RuntimeError # Issue 30336 | 735 multiline_strings_test: RuntimeError # Issue 30336 |
746 raw_string_test: RuntimeError # Issue 30336 | 736 raw_string_test: RuntimeError # Issue 30336 |
OLD | NEW |