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

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

Issue 18600007: Relax method override restrictions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Test and status updates. 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
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 inferrer_constructor2_test: fail 236 inferrer_constructor2_test: fail
237 inferrer_constructor3_test: fail 237 inferrer_constructor3_test: fail
238 multiple_field_assignment_constructor_test: fail 238 multiple_field_assignment_constructor_test: fail
239 239
240 # Test issue 11545, using not existing constructor name in annotation 240 # Test issue 11545, using not existing constructor name in annotation
241 metadata_test: fail 241 metadata_test: fail
242 242
243 # Test issue 11564, named parameter starts with '_' 243 # Test issue 11564, named parameter starts with '_'
244 named_parameters_with_object_property_names_test: fail 244 named_parameters_with_object_property_names_test: fail
245 245
246 method_override3_test: fail # issue 11497
247 method_override4_test: fail # issue 11497
248 method_override5_test: fail # issue 11497
249 method_override6_test: fail # issue 11497
246 250
247 [ $compiler == dart2analyzer && $checked ] 251 [ $compiler == dart2analyzer && $checked ]
248 factory1_test/00: fail 252 factory1_test/00: fail
249 factory1_test/01: fail 253 factory1_test/01: fail
250 field_type_check2_test/01: fail 254 field_type_check2_test/01: fail
251 factory_implementation_test/00: fail 255 factory_implementation_test/00: fail
252 factory_redirection_test/08: fail 256 factory_redirection_test/08: fail
253 factory_redirection_test/09: fail 257 factory_redirection_test/09: fail
254 factory_redirection_test/10: fail 258 factory_redirection_test/10: fail
255 factory_redirection_test/11: fail 259 factory_redirection_test/11: fail
256 factory_redirection_test/12: fail 260 factory_redirection_test/12: fail
257 factory_redirection_test/13: fail 261 factory_redirection_test/13: fail
258 factory_redirection_test/14: fail 262 factory_redirection_test/14: fail
259 getters_setters2_test/03: fail 263 getters_setters2_test/03: fail
260 type_variable_bounds3_test/00: fail 264 type_variable_bounds3_test/00: fail
261 type_variable_bounds2_test/05: fail 265 type_variable_bounds2_test/05: fail
262 type_variable_scope_test/00: fail 266 type_variable_scope_test/00: fail
263 type_variable_scope_test/01: fail 267 type_variable_scope_test/01: fail
264 type_variable_scope_test/02: fail 268 type_variable_scope_test/02: fail
265 type_variable_scope_test/03: fail 269 type_variable_scope_test/03: fail
266 type_variable_scope_test/04: fail 270 type_variable_scope_test/04: fail
267 type_variable_scope_test/05: fail 271 type_variable_scope_test/05: fail
268 272
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698