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

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

Issue 3005643002: Migrate block 115. (Closed)
Patch Set: Created 3 years, 3 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 ]
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698