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

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

Issue 3005753002: Fix DDC status files. (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
« no previous file with comments | « tests/language_2/language_2_dartdevc.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
197 hidden_import_test: Skip 198 hidden_import_test: Skip
198 identical_const_test: Skip 199 identical_const_test: Skip
199 if_null_assignment_behavior_test: Skip 200 if_null_assignment_behavior_test: Skip
200 if_null_assignment_static_test: Skip 201 if_null_assignment_static_test: Skip
201 if_null_behavior_test: Skip 202 if_null_behavior_test: Skip
202 if_null_precedence_test: Skip 203 if_null_precedence_test: Skip
203 illegal_declaration_test: Skip 204 illegal_declaration_test: Skip
204 illegal_initializer_test: Skip 205 illegal_initializer_test: Skip
205 illegal_invocation_test: Skip 206 illegal_invocation_test: Skip
206 implicit_this_test: Skip 207 implicit_this_test: Skip
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 # 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
727 # 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
728 # 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
729 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 730 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
730 # 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.
731 prefix10_negative_test: Skip # Issue 29920 732 prefix10_negative_test: Skip # Issue 29920
732 733
733 [ $compiler == dartdevc && $system == windows ] 734 [ $compiler == dartdevc && $system == windows ]
734 multiline_strings_test: RuntimeError # Issue 30336 735 multiline_strings_test: RuntimeError # Issue 30336
735 raw_string_test: RuntimeError # Issue 30336 736 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« no previous file with comments | « tests/language_2/language_2_dartdevc.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698