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

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

Issue 2737933002: Add tests for generic methods in strong mode (Closed)
Patch Set: Created 3 years, 9 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 == false ] 6 [ $strong == false ]
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 function_type_call_getter2_test: Skip 255 function_type_call_getter2_test: Skip
256 function_type_parameter2_negative_test: Skip 256 function_type_parameter2_negative_test: Skip
257 function_type_parameter_negative_test: Skip 257 function_type_parameter_negative_test: Skip
258 function_type_test: Skip 258 function_type_test: Skip
259 generic_closure_test: Skip 259 generic_closure_test: Skip
260 generic_constructor_mixin2_test: Skip 260 generic_constructor_mixin2_test: Skip
261 generic_constructor_mixin3_test: Skip 261 generic_constructor_mixin3_test: Skip
262 generic_constructor_mixin_test: Skip 262 generic_constructor_mixin_test: Skip
263 generic_field_mixin6_test: Skip 263 generic_field_mixin6_test: Skip
264 generic_list_checked_test: Skip 264 generic_list_checked_test: Skip
265 generic_methods_boundaries_test: Skip
266 generic_methods_closure_test: Skip
267 generic_methods_dynamic_test: Skip
268 generic_methods_generic_class_tearoff_test: Skip
269 generic_methods_local_function_test: Skip
270 generic_methods_local_variable_declaration_test: Skip
271 generic_methods_named_parameters_test: Skip
272 generic_methods_optional_parameters_test: Skip
273 generic_methods_overloading_test: Skip
274 generic_methods_recursive_bound_test: Skip
275 generic_methods_reuse_type_variables_test: Skip
276 generic_methods_shadowing_test: Skip
277 generic_methods_simple_as_expression_test: Skip
278 generic_methods_simple_is_expression_test: Skip
279 generic_methods_tearoff_specialization_test: Skip
280 generic_methods_unused_parameter_test: Skip
asgerf 2017/03/09 10:36:51 This section is for tests that are not yet strong-
Dmitry Stefantsov 2017/03/10 13:21:55 Now I see. Thanks for the suggestion! I've moved t
265 generic_tearoff_test: Skip 281 generic_tearoff_test: Skip
266 generic_test: Skip 282 generic_test: Skip
267 generics_test: Skip 283 generics_test: Skip
268 get_set_syntax_test: Skip 284 get_set_syntax_test: Skip
269 getter_declaration_negative_test: Skip 285 getter_declaration_negative_test: Skip
270 getter_no_setter2_test: Skip 286 getter_no_setter2_test: Skip
271 getter_no_setter_test: Skip 287 getter_no_setter_test: Skip
272 getter_override2_test: Skip 288 getter_override2_test: Skip
273 getter_override_test: Skip 289 getter_override_test: Skip
274 getter_parameters_test: Skip 290 getter_parameters_test: Skip
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 no_main_test/01: MissingStaticWarning # Issue 28823 735 no_main_test/01: MissingStaticWarning # Issue 28823
720 regress_23089_test: CompileTimeError # Issue 28823 736 regress_23089_test: CompileTimeError # Issue 28823
721 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 737 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
722 super_setter_test: StaticWarning # Issue 28823 738 super_setter_test: StaticWarning # Issue 28823
723 top_level_non_prefixed_library_test: CompileTimeError # Issue 28823 739 top_level_non_prefixed_library_test: CompileTimeError # Issue 28823
724 try_catch4_test: StaticWarning # Issue 28823 740 try_catch4_test: StaticWarning # Issue 28823
725 try_catch5_test: StaticWarning # Issue 28823 741 try_catch5_test: StaticWarning # Issue 28823
726 742
727 [ $compiler == dart2analyzer && $system != windows ] 743 [ $compiler == dart2analyzer && $system != windows ]
728 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 744 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698