| OLD | NEW |
| 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 Loading... |
| 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 |
| 341 # | 347 # |
| 342 # Add new dartc annotations above in alphabetical order | 348 # Add new dartc annotations above in alphabetical order |
| 343 # | 349 # |
| 344 | 350 |
| 345 # VM specific tests that should not be run by DartC. | 351 # VM specific tests that should not be run by DartC. |
| 346 *vm_test: Skip | 352 *vm_test: Skip |
| 347 *vm_negative_test: Skip | 353 *vm_negative_test: Skip |
| 348 | 354 |
| 349 | 355 |
| 350 [ $compiler == none && $runtime == drt ] | 356 [ $compiler == none && $runtime == drt ] |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 | 609 |
| 604 [ $compiler == dart2dart && $minified ] | 610 [ $compiler == dart2dart && $minified ] |
| 605 # TODO(tball): Assign proper bug numbers. | 611 # TODO(tball): Assign proper bug numbers. |
| 606 class_literal_test/none: Fail | 612 class_literal_test/none: Fail |
| 607 | 613 |
| 608 import_core_prefix_test: Pass | 614 import_core_prefix_test: Pass |
| 609 prefix22_test: Pass | 615 prefix22_test: Pass |
| 610 invocation_mirror_test: Fail, OK # hardcoded names. | 616 invocation_mirror_test: Fail, OK # hardcoded names. |
| 611 invocation_mirror2_test: Fail, OK # hardcoded names. | 617 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 612 super_call4_test: Fail, OK # hardcoded names. | 618 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |