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

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

Issue 12038018: Disallow mixing in classes that have constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 mixin_field_test: Fail 59 mixin_field_test: Fail
60 mixin_is_test: Fail 60 mixin_is_test: Fail
61 mixin_method_test: Fail 61 mixin_method_test: Fail
62 mixin_naming_test: Fail 62 mixin_naming_test: Fail
63 mixin_extends_field_test: Fail 63 mixin_extends_field_test: Fail
64 mixin_extends_is_test: Fail 64 mixin_extends_is_test: Fail
65 mixin_extends_method_test: Fail 65 mixin_extends_method_test: Fail
66 mixin_mixin_test: Fail 66 mixin_mixin_test: Fail
67 mixin_illegal_syntax_test/none: Fail 67 mixin_illegal_syntax_test/none: Fail
68 mixin_illegal_superclass_test/none: Fail 68 mixin_illegal_superclass_test/none: Fail
69 mixin_illegal_constructor_test/none: Fail
69 mixin_illegal_static_access_test: Fail 70 mixin_illegal_static_access_test: Fail
70 71
71 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 72 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
72 gc_test: Skip # Issue 1487, flaky. 73 gc_test: Skip # Issue 1487, flaky.
73 74
74 [ $compiler == none && $mode == debug ] 75 [ $compiler == none && $mode == debug ]
75 gc_test: Skip # Takes too long. 76 gc_test: Skip # Takes too long.
76 77
77 [ $compiler == none && $unchecked ] 78 [ $compiler == none && $unchecked ]
78 79
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 # test issue 7337 (reference unknown ID from static is warning, even when with i mport prefix) 282 # test issue 7337 (reference unknown ID from static is warning, even when with i mport prefix)
282 prefix12_negative_test: Fail 283 prefix12_negative_test: Fail
283 prefix2_negative_test: Fail 284 prefix2_negative_test: Fail
284 285
285 # test issue 7523 (const declared without type, so not-a-function warning should not be reported) 286 # test issue 7523 (const declared without type, so not-a-function warning should not be reported)
286 call_through_getter_test: Fail 287 call_through_getter_test: Fail
287 288
288 mixin_illegal_syntax_test/03: Pass # issue 8006 289 mixin_illegal_syntax_test/03: Pass # issue 8006
289 mixin_illegal_syntax_test/13: Fail # issue 8006 290 mixin_illegal_syntax_test/13: Fail # issue 8006
290 mixin_illegal_syntax_test/none: Fail # issue 8006 291 mixin_illegal_syntax_test/none: Fail # issue 8006
292
291 mixin_illegal_superclass_test/01: Fail # issue 8022 293 mixin_illegal_superclass_test/01: Fail # issue 8022
292 mixin_illegal_superclass_test/02: Fail # issue 8022 294 mixin_illegal_superclass_test/02: Fail # issue 8022
293 mixin_illegal_superclass_test/03: Fail # issue 8022 295 mixin_illegal_superclass_test/03: Fail # issue 8022
294 mixin_illegal_superclass_test/04: Fail # issue 8022 296 mixin_illegal_superclass_test/04: Fail # issue 8022
295 mixin_illegal_superclass_test/05: Fail # issue 8022 297 mixin_illegal_superclass_test/05: Fail # issue 8022
296 mixin_illegal_superclass_test/06: Fail # issue 8022 298 mixin_illegal_superclass_test/06: Fail # issue 8022
297 mixin_illegal_superclass_test/07: Fail # issue 8022 299 mixin_illegal_superclass_test/07: Fail # issue 8022
298 mixin_illegal_superclass_test/08: Fail # issue 8022 300 mixin_illegal_superclass_test/08: Fail # issue 8022
299 mixin_illegal_superclass_test/09: Fail # issue 8022 301 mixin_illegal_superclass_test/09: Fail # issue 8022
300 mixin_illegal_superclass_test/10: Fail # issue 8022 302 mixin_illegal_superclass_test/10: Fail # issue 8022
(...skipping 11 matching lines...) Expand all
312 mixin_illegal_superclass_test/22: Fail # issue 8022 314 mixin_illegal_superclass_test/22: Fail # issue 8022
313 mixin_illegal_superclass_test/23: Fail # issue 8022 315 mixin_illegal_superclass_test/23: Fail # issue 8022
314 mixin_illegal_superclass_test/24: Fail # issue 8022 316 mixin_illegal_superclass_test/24: Fail # issue 8022
315 mixin_illegal_superclass_test/25: Fail # issue 8022 317 mixin_illegal_superclass_test/25: Fail # issue 8022
316 mixin_illegal_superclass_test/26: Fail # issue 8022 318 mixin_illegal_superclass_test/26: Fail # issue 8022
317 mixin_illegal_superclass_test/27: Fail # issue 8022 319 mixin_illegal_superclass_test/27: Fail # issue 8022
318 mixin_illegal_superclass_test/28: Fail # issue 8022 320 mixin_illegal_superclass_test/28: Fail # issue 8022
319 mixin_illegal_superclass_test/29: Fail # issue 8022 321 mixin_illegal_superclass_test/29: Fail # issue 8022
320 mixin_illegal_superclass_test/30: Fail # issue 8022 322 mixin_illegal_superclass_test/30: Fail # issue 8022
321 323
324 mixin_illegal_constructor_test/01: Fail # issue 8025
325 mixin_illegal_constructor_test/02: Fail # issue 8025
326 mixin_illegal_constructor_test/03: Fail # issue 8025
327 mixin_illegal_constructor_test/04: Fail # issue 8025
328 mixin_illegal_constructor_test/05: Fail # issue 8025
329 mixin_illegal_constructor_test/06: Fail # issue 8025
330 mixin_illegal_constructor_test/07: Fail # issue 8025
331 mixin_illegal_constructor_test/08: Fail # issue 8025
332 mixin_illegal_constructor_test/09: Fail # issue 8025
333 mixin_illegal_constructor_test/10: Fail # issue 8025
334 mixin_illegal_constructor_test/11: Fail # issue 8025
335 mixin_illegal_constructor_test/12: Fail # issue 8025
336 mixin_illegal_constructor_test/13: Fail # issue 8025
337 mixin_illegal_constructor_test/14: Fail # issue 8025
338 mixin_illegal_constructor_test/15: Fail # issue 8025
339 mixin_illegal_constructor_test/16: Fail # issue 8025
322 340
323 # 341 #
324 # Add new dartc annotations above in alphabetical order 342 # Add new dartc annotations above in alphabetical order
325 # 343 #
326 344
327 # VM specific tests that should not be run by DartC. 345 # VM specific tests that should not be run by DartC.
328 *vm_test: Skip 346 *vm_test: Skip
329 *vm_negative_test: Skip 347 *vm_negative_test: Skip
330 348
331 349
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 397 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
380 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 398 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
381 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 399 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
382 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 400 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
383 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 401 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
384 402
385 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 403 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
386 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 404 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
387 405
388 # Mixins fail on the VM. 406 # Mixins fail on the VM.
389 mixin_field_test: Fail # VM issue 407 mixin_field_test: Fail # VM issue
390 mixin_is_test: Fail # VM issue 408 mixin_is_test: Fail # VM issue
391 mixin_method_test: Fail # VM issue 409 mixin_method_test: Fail # VM issue
392 mixin_naming_test: Fail # VM issue 410 mixin_naming_test: Fail # VM issue
393 mixin_extends_field_test: Fail # VM issue 411 mixin_extends_field_test: Fail # VM issue
394 mixin_extends_is_test: Fail # VM issue 412 mixin_extends_is_test: Fail # VM issue
395 mixin_extends_method_test: Fail # VM issue 413 mixin_extends_method_test: Fail # VM issue
396 mixin_mixin_test: Fail # VM issue 414 mixin_mixin_test: Fail # VM issue
397 mixin_illegal_syntax_test/none: Fail # VM issue 415 mixin_illegal_syntax_test/none: Fail # VM issue
398 mixin_illegal_superclass_test/none: Fail # VM issue 416 mixin_illegal_superclass_test/none: Fail # VM issue
417 mixin_illegal_constructor_test/none: Fail # VM issue
399 418
400 # Malformed types not handled as unresolved: 419 # Malformed types not handled as unresolved:
401 import_core_prefix_test: Fail 420 import_core_prefix_test: Fail
402 prefix16_test: Fail 421 prefix16_test: Fail
403 prefix22_test: Fail 422 prefix22_test: Fail
404 type_annotation_test/04: Fail 423 type_annotation_test/04: Fail
405 type_annotation_test/06: Fail 424 type_annotation_test/06: Fail
406 425
407 # Calling unresolved class constructor: 426 # Calling unresolved class constructor:
408 call_nonexistent_constructor_test: Fail 427 call_nonexistent_constructor_test: Fail
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 603
585 [ $compiler == dart2dart && $minified ] 604 [ $compiler == dart2dart && $minified ]
586 # TODO(tball): Assign proper bug numbers. 605 # TODO(tball): Assign proper bug numbers.
587 class_literal_test/none: Fail 606 class_literal_test/none: Fail
588 607
589 import_core_prefix_test: Pass 608 import_core_prefix_test: Pass
590 prefix22_test: Pass 609 prefix22_test: Pass
591 invocation_mirror_test: Fail, OK # hardcoded names. 610 invocation_mirror_test: Fail, OK # hardcoded names.
592 invocation_mirror2_test: Fail, OK # hardcoded names. 611 invocation_mirror2_test: Fail, OK # hardcoded names.
593 super_call4_test: Fail, OK # hardcoded names. 612 super_call4_test: Fail, OK # hardcoded names.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698