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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 function_type2_test: Skip 186 function_type2_test: Skip
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
197 generic_field_mixin6_test: Skip
198 getter_declaration_negative_test: Skip 196 getter_declaration_negative_test: Skip
199 getter_no_setter2_test: Skip 197 getter_no_setter2_test: Skip
200 getter_no_setter_test: Skip 198 getter_no_setter_test: Skip
201 getter_override2_test: Skip 199 getter_override2_test: Skip
202 getter_override_test: Skip 200 getter_override_test: Skip
203 getter_parameters_test: Skip 201 getter_parameters_test: Skip
204 getter_setter_in_lib_test: Skip 202 getter_setter_in_lib_test: Skip
205 getters_setters2_test: Skip 203 getters_setters2_test: Skip
206 getters_setters_test: Skip 204 getters_setters_test: Skip
207 hidden_import_test: Skip 205 hidden_import_test: Skip
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 # not behave correctly at runtime. We cannot record this as "Fail" without 735 # 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 736 # 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 737 # 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 738 # 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. 739 # classes to invert negative test status in the same way our other tools do.
742 prefix10_negative_test: Skip # Issue 29920 740 prefix10_negative_test: Skip # Issue 29920
743 741
744 [ $compiler == dartdevc && $system == windows ] 742 [ $compiler == dartdevc && $system == windows ]
745 multiline_strings_test: RuntimeError # Issue 30336 743 multiline_strings_test: RuntimeError # Issue 30336
746 raw_string_test: RuntimeError # Issue 30336 744 raw_string_test: RuntimeError # Issue 30336
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698