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

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

Issue 10836034: Properly parse operator declarations without return type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 fauxverride_test/none: Fail 207 fauxverride_test/none: Fail
208 gc_test: Fail 208 gc_test: Fail
209 parameter_initializer6_negative_test: Fail 209 parameter_initializer6_negative_test: Fail
210 prefix_core_test: Fail 210 prefix_core_test: Fail
211 private_member3_negative_test: Fail 211 private_member3_negative_test: Fail
212 super_closure_test: Fail 212 super_closure_test: Fail
213 super_field_access_test: Fail 213 super_field_access_test: Fail
214 super_first_constructor_test: Fail 214 super_first_constructor_test: Fail
215 # Should be triaged. 215 # Should be triaged.
216 cond_expr_test: Fail 216 cond_expr_test: Fail
217 condition_bailout_test: Fail
218 const_objects_are_immutable_test: Fail 217 const_objects_are_immutable_test: Fail
219 constructor2_test: Fail 218 constructor2_test: Fail
220 const_test: Fail 219 const_test: Fail
221 ct_const_test: Fail 220 ct_const_test: Fail
222 cyclic_type_variable_test/01: Fail 221 cyclic_type_variable_test/01: Fail
223 cyclic_type_variable_test/02: Fail 222 cyclic_type_variable_test/02: Fail
224 cyclic_type_variable_test/03: Fail 223 cyclic_type_variable_test/03: Fail
225 cyclic_type_variable_test/04: Fail 224 cyclic_type_variable_test/04: Fail
226 cyclic_type_variable_test/none: Fail 225 cyclic_type_variable_test/none: Fail
227 default_factory2_test/01: Fail 226 default_factory2_test/01: Fail
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 interface_test: Fail 280 interface_test: Fail
282 is_operator_test: Fail 281 is_operator_test: Fail
283 library5_test: Fail 282 library5_test: Fail
284 library_prefixes_test: Fail 283 library_prefixes_test: Fail
285 library_same_name_used_test: Fail 284 library_same_name_used_test: Fail
286 local_function2_test: Fail 285 local_function2_test: Fail
287 method_name_test: Fail 286 method_name_test: Fail
288 method_override2_test/none: Fail 287 method_override2_test/none: Fail
289 method_override_test: Fail 288 method_override_test: Fail
290 named_parameters_type_test: Fail 289 named_parameters_type_test: Fail
291 naming_test: Fail
292 non_const_super_negative_test: Fail 290 non_const_super_negative_test: Fail
293 number_identifier_negative_test: Fail 291 number_identifier_negative_test: Fail
294 numbers_test: Fail 292 numbers_test: Fail
295 operator1_negative_test: Fail 293 operator1_negative_test: Fail
296 operator3_test: Fail
297 operator_test: Fail 294 operator_test: Fail
298 prefix14_test: Fail 295 prefix14_test: Fail
299 prefix15_test: Fail 296 prefix15_test: Fail
300 prefix18_negative_test: Fail 297 prefix18_negative_test: Fail
301 prefix20_negative_test: Fail 298 prefix20_negative_test: Fail
302 prefix21_test: Fail 299 prefix21_test: Fail
303 private3_test: Fail 300 private3_test: Fail
304 private_member1_negative_test: Fail 301 private_member1_negative_test: Fail
305 private_member_test: Fail 302 private_member_test: Fail
306 private_test: Fail 303 private_test: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 type_variable_bounds2_test/none: Fail 335 type_variable_bounds2_test/none: Fail
339 type_variable_bounds_test/02: Fail 336 type_variable_bounds_test/02: Fail
340 type_variable_bounds_test/04: Fail 337 type_variable_bounds_test/04: Fail
341 type_variable_bounds_test/05: Fail 338 type_variable_bounds_test/05: Fail
342 type_variable_scope_test/00: Fail 339 type_variable_scope_test/00: Fail
343 type_variable_scope_test/01: Fail 340 type_variable_scope_test/01: Fail
344 type_variable_scope_test/02: Fail 341 type_variable_scope_test/02: Fail
345 type_variable_scope_test/03: Fail 342 type_variable_scope_test/03: Fail
346 type_variable_scope_test/04: Fail 343 type_variable_scope_test/04: Fail
347 type_variable_scope_test/05: Fail 344 type_variable_scope_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698