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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 function_type_alias5_test: Skip | 187 function_type_alias5_test: Skip |
188 function_type_alias6_test: Skip | 188 function_type_alias6_test: Skip |
189 function_type_alias7_test: Skip | 189 function_type_alias7_test: Skip |
190 function_type_alias9_test: Skip | 190 function_type_alias9_test: Skip |
191 function_type_alias_test: Skip | 191 function_type_alias_test: Skip |
192 function_type_call_getter2_test: Skip | 192 function_type_call_getter2_test: Skip |
193 function_type_parameter2_negative_test: Skip | 193 function_type_parameter2_negative_test: Skip |
194 function_type_parameter_negative_test: Skip | 194 function_type_parameter_negative_test: Skip |
195 function_type_test: Skip | 195 function_type_test: Skip |
196 generic_closure_test: Skip | 196 generic_closure_test: Skip |
197 generic_field_mixin6_test: Skip | |
198 getter_declaration_negative_test: Skip | |
199 getter_no_setter2_test: Skip | |
200 getter_no_setter_test: Skip | |
201 getter_override2_test: Skip | |
202 getter_override_test: Skip | |
203 getter_parameters_test: Skip | |
204 getter_setter_in_lib_test: Skip | |
205 getters_setters2_test: Skip | |
206 getters_setters_test: Skip | |
207 hidden_import_test: Skip | 197 hidden_import_test: Skip |
208 identical_const_test: Skip | 198 identical_const_test: Skip |
209 if_null_assignment_behavior_test: Skip | 199 if_null_assignment_behavior_test: Skip |
210 if_null_assignment_static_test: Skip | 200 if_null_assignment_static_test: Skip |
211 if_null_behavior_test: Skip | 201 if_null_behavior_test: Skip |
212 if_null_precedence_test: Skip | 202 if_null_precedence_test: Skip |
213 illegal_declaration_test: Skip | 203 illegal_declaration_test: Skip |
214 illegal_initializer_test: Skip | 204 illegal_initializer_test: Skip |
215 illegal_invocation_test: Skip | 205 illegal_invocation_test: Skip |
216 implicit_this_test: Skip | 206 implicit_this_test: Skip |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 # not behave correctly at runtime. We cannot record this as "Fail" without | 726 # not behave correctly at runtime. We cannot record this as "Fail" without |
737 # confusing the DDC travis bot (as "Fail" is normally used for compile time | 727 # confusing the DDC travis bot (as "Fail" is normally used for compile time |
738 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot | 728 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot |
739 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput | 729 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput |
740 # classes to invert negative test status in the same way our other tools do. | 730 # classes to invert negative test status in the same way our other tools do. |
741 prefix10_negative_test: Skip # Issue 29920 | 731 prefix10_negative_test: Skip # Issue 29920 |
742 | 732 |
743 [ $compiler == dartdevc && $system == windows ] | 733 [ $compiler == dartdevc && $system == windows ] |
744 multiline_strings_test: RuntimeError # Issue 30336 | 734 multiline_strings_test: RuntimeError # Issue 30336 |
745 raw_string_test: RuntimeError # Issue 30336 | 735 raw_string_test: RuntimeError # Issue 30336 |
OLD | NEW |