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

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
« no previous file with comments | « tests/compiler/dart2js/parser_test.dart ('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 # 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 constructor6_test: Fail 243 constructor6_test: Fail
244 fauxverride_test/none: Fail 244 fauxverride_test/none: Fail
245 gc_test: Fail 245 gc_test: Fail
246 parameter_initializer6_negative_test: Fail 246 parameter_initializer6_negative_test: Fail
247 prefix_core_test: Fail 247 prefix_core_test: Fail
248 private_member3_negative_test: Fail 248 private_member3_negative_test: Fail
249 super_closure_test: Fail 249 super_closure_test: Fail
250 super_field_access_test: Fail 250 super_field_access_test: Fail
251 super_first_constructor_test: Fail 251 super_first_constructor_test: Fail
252 # Should be triaged. 252 # Should be triaged.
253 condition_bailout_test: Fail
254 const_test: Fail 253 const_test: Fail
255 # default_factory3_test: Fail # Depends on empty class processing. 254 # default_factory3_test: Fail # Depends on empty class processing.
256 dynamic_test: Fail # Depends on empty class processing. 255 dynamic_test: Fail # Depends on empty class processing.
257 empty_body_member_negative_test: Fail 256 empty_body_member_negative_test: Fail
258 factory4_test: Fail 257 factory4_test: Fail
259 f_bounded_quantification_test/01: Fail 258 f_bounded_quantification_test/01: Fail
260 f_bounded_quantification_test/02: Fail 259 f_bounded_quantification_test/02: Fail
261 f_bounded_quantification_test/none: Fail 260 f_bounded_quantification_test/none: Fail
262 field2_negative_test: Fail 261 field2_negative_test: Fail
263 field4_negative_test: Fail 262 field4_negative_test: Fail
(...skipping 18 matching lines...) Expand all
282 instanceof_test: Fail 281 instanceof_test: Fail
283 interface_factory_constructor_negative_test: Fail 282 interface_factory_constructor_negative_test: Fail
284 interface_inherit_field_test: Fail 283 interface_inherit_field_test: Fail
285 interface_static_method_negative_test: Fail 284 interface_static_method_negative_test: Fail
286 interface_test: Fail 285 interface_test: Fail
287 is_operator_test: Fail 286 is_operator_test: Fail
288 library5_test: Fail 287 library5_test: Fail
289 library_same_name_used_test: Fail 288 library_same_name_used_test: Fail
290 local_function2_test: Fail 289 local_function2_test: Fail
291 method_override2_test/none: Fail 290 method_override2_test/none: Fail
292 naming_test: Fail 291 method_override_test: Fail
292 named_parameters_type_test: Fail
293 non_const_super_negative_test: Fail 293 non_const_super_negative_test: Fail
294 number_identifier_negative_test: Fail 294 number_identifier_negative_test: Fail
295 operator1_negative_test: Fail 295 operator1_negative_test: Fail
296 operator3_test: Fail
297 operator_test: Fail
298 prefix14_test: Fail 296 prefix14_test: Fail
299 prefix15_test: Fail 297 prefix15_test: Fail
300 prefix18_negative_test: Fail 298 prefix18_negative_test: Fail
301 prefix20_negative_test: Fail 299 prefix20_negative_test: Fail
302 prefix21_test: Fail 300 prefix21_test: Fail
303 private3_test: Fail 301 private3_test: Fail
304 private_member1_negative_test: Fail 302 private_member1_negative_test: Fail
305 private_member_test: Fail 303 private_member_test: Fail
306 private_test: Fail 304 private_test: Fail
307 rethrow_test: Fail 305 rethrow_test: Fail
(...skipping 22 matching lines...) Expand all
330 type_variable_bounds2_test/01: Fail 328 type_variable_bounds2_test/01: Fail
331 type_variable_bounds2_test/02: Fail 329 type_variable_bounds2_test/02: Fail
332 type_variable_bounds2_test/03: Fail 330 type_variable_bounds2_test/03: Fail
333 type_variable_bounds2_test/04: Fail 331 type_variable_bounds2_test/04: Fail
334 type_variable_bounds2_test/05: Fail 332 type_variable_bounds2_test/05: Fail
335 type_variable_bounds2_test/06: Fail 333 type_variable_bounds2_test/06: Fail
336 type_variable_bounds2_test/none: Fail 334 type_variable_bounds2_test/none: Fail
337 type_variable_bounds_test/02: Fail 335 type_variable_bounds_test/02: Fail
338 type_variable_bounds_test/04: Fail 336 type_variable_bounds_test/04: Fail
339 type_variable_bounds_test/05: Fail 337 type_variable_bounds_test/05: Fail
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/parser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698