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

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

Issue 11953048: Support 'implements' clause on typedef mixin applications. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_constructor_test/none: Fail
70 mixin_illegal_static_access_test: Fail 70 mixin_illegal_static_access_test: Fail
71 mixin_illegal_super_use_test/none: Fail 71 mixin_illegal_super_use_test/none: Fail
72 mixin_implements_test: Fail
72 73
73 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 74 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
74 gc_test: Skip # Issue 1487, flaky. 75 gc_test: Skip # Issue 1487, flaky.
75 76
76 [ $compiler == none && $mode == debug ] 77 [ $compiler == none && $mode == debug ]
77 gc_test: Skip # Takes too long. 78 gc_test: Skip # Takes too long.
78 79
79 [ $compiler == none && $unchecked ] 80 [ $compiler == none && $unchecked ]
80 81
81 # Only checked mode reports an error on type assignment 82 # Only checked mode reports an error on type assignment
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 mixin_method_test: Fail # VM issue 356 mixin_method_test: Fail # VM issue
356 mixin_naming_test: Fail # VM issue 357 mixin_naming_test: Fail # VM issue
357 mixin_extends_field_test: Fail # VM issue 358 mixin_extends_field_test: Fail # VM issue
358 mixin_extends_is_test: Fail # VM issue 359 mixin_extends_is_test: Fail # VM issue
359 mixin_extends_method_test: Fail # VM issue 360 mixin_extends_method_test: Fail # VM issue
360 mixin_mixin_test: Fail # VM issue 361 mixin_mixin_test: Fail # VM issue
361 mixin_illegal_syntax_test/none: Fail # VM issue 362 mixin_illegal_syntax_test/none: Fail # VM issue
362 mixin_illegal_superclass_test/none: Fail # VM issue 363 mixin_illegal_superclass_test/none: Fail # VM issue
363 mixin_illegal_constructor_test/none: Fail # VM issue 364 mixin_illegal_constructor_test/none: Fail # VM issue
364 mixin_illegal_super_use_test/none: Fail # VM issue 365 mixin_illegal_super_use_test/none: Fail # VM issue
366 mixin_implements_test: Fail # VM issue
365 367
366 # Malformed types not handled as unresolved: 368 # Malformed types not handled as unresolved:
367 import_core_prefix_test: Fail 369 import_core_prefix_test: Fail
368 prefix16_test: Fail 370 prefix16_test: Fail
369 prefix22_test: Fail 371 prefix22_test: Fail
370 type_annotation_test/04: Fail 372 type_annotation_test/04: Fail
371 type_annotation_test/06: Fail 373 type_annotation_test/06: Fail
372 374
373 # Calling unresolved class constructor: 375 # Calling unresolved class constructor:
374 call_nonexistent_constructor_test: Fail 376 call_nonexistent_constructor_test: Fail
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 *: Skip 564 *: Skip
563 565
564 [ $arch == simarm ] 566 [ $arch == simarm ]
565 *: Skip 567 *: Skip
566 568
567 [ $arch == mips ] 569 [ $arch == mips ]
568 *: Skip 570 *: Skip
569 571
570 [ $arch == simmips ] 572 [ $arch == simmips ]
571 *: Skip 573 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698