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

Side by Side Diff: tests/language/language_analyzer.status

Issue 19018005: NEW_WITH_INVALID_TYPE_PARAMETERS is warning (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-analyzer.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason)
7 abstract_factory_constructor_test/00: fail 7 abstract_factory_constructor_test/00: fail
8 assign_instance_method_negative_test: fail 8 assign_instance_method_negative_test: fail
9 assign_static_type_test/06: fail 9 assign_static_type_test/06: fail
10 bad_named_parameters2_test: fail 10 bad_named_parameters2_test: fail
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 mixin_illegal_constructor_test/14: fail 82 mixin_illegal_constructor_test/14: fail
83 mixin_illegal_constructor_test/15: fail 83 mixin_illegal_constructor_test/15: fail
84 mixin_illegal_constructor_test/16: fail 84 mixin_illegal_constructor_test/16: fail
85 mixin_illegal_cycles_test/02: fail 85 mixin_illegal_cycles_test/02: fail
86 mixin_illegal_cycles_test/03: fail 86 mixin_illegal_cycles_test/03: fail
87 mixin_illegal_cycles_test/04: fail 87 mixin_illegal_cycles_test/04: fail
88 mixin_illegal_cycles_test/06: fail 88 mixin_illegal_cycles_test/06: fail
89 mixin_illegal_syntax_test/13: fail 89 mixin_illegal_syntax_test/13: fail
90 mixin_type_parameters_errors_test/01: fail 90 mixin_type_parameters_errors_test/01: fail
91 mixin_type_parameters_errors_test/02: fail 91 mixin_type_parameters_errors_test/02: fail
92 mixin_type_parameters_errors_test/03: fail
93 mixin_type_parameters_errors_test/04: fail 92 mixin_type_parameters_errors_test/04: fail
94 mixin_type_parameters_errors_test/05: fail 93 mixin_type_parameters_errors_test/05: fail
95 named_parameters2_test: fail 94 named_parameters2_test: fail
96 named_parameters_aggregated_test/03: fail 95 named_parameters_aggregated_test/03: fail
97 named_parameters_aggregated_test/05: fail 96 named_parameters_aggregated_test/05: fail
98 new_expression_type_args_test/00: fail 97 new_expression_type_args_test/00: fail
99 new_expression_type_args_test/01: fail 98 new_expression_type_args_test/01: fail
100 new_expression_type_args_test/02: fail 99 new_expression_type_args_test/02: fail
101 no_such_method_negative_test: fail 100 no_such_method_negative_test: fail
102 non_const_super_negative_test: fail 101 non_const_super_negative_test: fail
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 metadata_test: fail 223 metadata_test: fail
225 224
226 # Test issue 11564, named parameter starts with '_' 225 # Test issue 11564, named parameter starts with '_'
227 named_parameters_with_object_property_names_test: fail 226 named_parameters_with_object_property_names_test: fail
228 227
229 method_override3_test: fail # issue 11497 228 method_override3_test: fail # issue 11497
230 method_override4_test: fail # issue 11497 229 method_override4_test: fail # issue 11497
231 method_override5_test: fail # issue 11497 230 method_override5_test: fail # issue 11497
232 method_override6_test: fail # issue 11497 231 method_override6_test: fail # issue 11497
233 232
233 # testing framework problem: we do report warning, framework does not understand it
234 # may be https://codereview.chromium.org/18174010/ will fix this
235 mixin_type_parameters_errors_test/03: fail
236 type_variable_bounds_test/08: fail
237 wrong_number_type_arguments_test/01: fail
238
234 [ $compiler == dartanalyzer && $checked ] 239 [ $compiler == dartanalyzer && $checked ]
235 factory1_test/00: fail 240 factory1_test/00: fail
236 factory1_test/01: fail 241 factory1_test/01: fail
237 field_type_check2_test/01: fail 242 field_type_check2_test/01: fail
238 factory_implementation_test/00: fail 243 factory_implementation_test/00: fail
239 factory_redirection_test/08: fail 244 factory_redirection_test/08: fail
240 factory_redirection_test/09: fail 245 factory_redirection_test/09: fail
241 factory_redirection_test/10: fail 246 factory_redirection_test/10: fail
242 factory_redirection_test/11: fail 247 factory_redirection_test/11: fail
243 factory_redirection_test/12: fail 248 factory_redirection_test/12: fail
244 factory_redirection_test/13: fail 249 factory_redirection_test/13: fail
245 factory_redirection_test/14: fail 250 factory_redirection_test/14: fail
246 getters_setters2_test/03: fail 251 getters_setters2_test/03: fail
247 type_variable_bounds3_test/00: fail 252 type_variable_bounds3_test/00: fail
248 type_variable_bounds2_test/05: fail 253 type_variable_bounds2_test/05: fail
249 type_variable_scope_test/00: fail 254 type_variable_scope_test/00: fail
250 type_variable_scope_test/01: fail 255 type_variable_scope_test/01: fail
251 type_variable_scope_test/02: fail 256 type_variable_scope_test/02: fail
252 type_variable_scope_test/03: fail 257 type_variable_scope_test/03: fail
253 type_variable_scope_test/04: fail 258 type_variable_scope_test/04: fail
254 type_variable_scope_test/05: fail 259 type_variable_scope_test/05: fail
255 260
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698