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

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

Issue 12041018: Disallow cyclic mixins. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add extra test - simplify code. 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 mixin_illegal_constructor_test/08: Fail # issue 8025 331 mixin_illegal_constructor_test/08: Fail # issue 8025
332 mixin_illegal_constructor_test/09: Fail # issue 8025 332 mixin_illegal_constructor_test/09: Fail # issue 8025
333 mixin_illegal_constructor_test/10: Fail # issue 8025 333 mixin_illegal_constructor_test/10: Fail # issue 8025
334 mixin_illegal_constructor_test/11: Fail # issue 8025 334 mixin_illegal_constructor_test/11: Fail # issue 8025
335 mixin_illegal_constructor_test/12: Fail # issue 8025 335 mixin_illegal_constructor_test/12: Fail # issue 8025
336 mixin_illegal_constructor_test/13: Fail # issue 8025 336 mixin_illegal_constructor_test/13: Fail # issue 8025
337 mixin_illegal_constructor_test/14: Fail # issue 8025 337 mixin_illegal_constructor_test/14: Fail # issue 8025
338 mixin_illegal_constructor_test/15: Fail # issue 8025 338 mixin_illegal_constructor_test/15: Fail # issue 8025
339 mixin_illegal_constructor_test/16: Fail # issue 8025 339 mixin_illegal_constructor_test/16: Fail # issue 8025
340 340
341 mixin_illegal_cycles_test/01: Fail # issue 8027
342 mixin_illegal_cycles_test/02: Fail # issue 8027
343 mixin_illegal_cycles_test/03: Fail # issue 8027
344 mixin_illegal_cycles_test/04: Fail # issue 8027
345 mixin_illegal_cycles_test/05: Fail # issue 8027
346 mixin_illegal_cycles_test/06: Fail # issue 8027
347
341 # 348 #
342 # Add new dartc annotations above in alphabetical order 349 # Add new dartc annotations above in alphabetical order
343 # 350 #
344 351
345 # VM specific tests that should not be run by DartC. 352 # VM specific tests that should not be run by DartC.
346 *vm_test: Skip 353 *vm_test: Skip
347 *vm_negative_test: Skip 354 *vm_negative_test: Skip
348 355
349 356
350 [ $compiler == none && $runtime == drt ] 357 [ $compiler == none && $runtime == drt ]
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 610
604 [ $compiler == dart2dart && $minified ] 611 [ $compiler == dart2dart && $minified ]
605 # TODO(tball): Assign proper bug numbers. 612 # TODO(tball): Assign proper bug numbers.
606 class_literal_test/none: Fail 613 class_literal_test/none: Fail
607 614
608 import_core_prefix_test: Pass 615 import_core_prefix_test: Pass
609 prefix22_test: Pass 616 prefix22_test: Pass
610 invocation_mirror_test: Fail, OK # hardcoded names. 617 invocation_mirror_test: Fail, OK # hardcoded names.
611 invocation_mirror2_test: Fail, OK # hardcoded names. 618 invocation_mirror2_test: Fail, OK # hardcoded names.
612 super_call4_test: Fail, OK # hardcoded names. 619 super_call4_test: Fail, OK # hardcoded names.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698