| 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 compile_time_constant_checked3_test/03: Fail, OK | 538 compile_time_constant_checked3_test/03: Fail, OK |
| 539 compile_time_constant_checked3_test/04: Fail, OK | 539 compile_time_constant_checked3_test/04: Fail, OK |
| 540 compile_time_constant_checked3_test/05: Fail, OK | 540 compile_time_constant_checked3_test/05: Fail, OK |
| 541 compile_time_constant_checked3_test/06: Fail, OK | 541 compile_time_constant_checked3_test/06: Fail, OK |
| 542 | 542 |
| 543 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 543 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 544 type_parameter_literal_test: Fail | 544 type_parameter_literal_test: Fail |
| 545 | 545 |
| 546 [ $compiler == dart2dart && $minified ] | 546 [ $compiler == dart2dart && $minified ] |
| 547 | 547 |
| 548 mixin_mixin_test: Fail | |
| 549 mixin_field_test: Fail | |
| 550 mixin_implements_test: Fail | |
| 551 mixin_this_use_test: Fail | |
| 552 mixin_naming_test: Fail | |
| 553 mixin_is_test: Fail | |
| 554 mixin_method_test: Fail | |
| 555 mixin_illegal_super_use_test/none: Fail | |
| 556 mixin_illegal_superclass_test/none: Fail | |
| 557 | |
| 558 # TODO(tball): Assign proper bug numbers. | 548 # TODO(tball): Assign proper bug numbers. |
| 559 class_literal_test/none: Fail | 549 class_literal_test/none: Fail |
| 560 | 550 |
| 561 import_core_prefix_test: Pass | 551 import_core_prefix_test: Pass |
| 562 prefix22_test: Pass | 552 prefix22_test: Pass |
| 563 invocation_mirror_test: Fail, OK # hardcoded names. | 553 invocation_mirror_test: Fail, OK # hardcoded names. |
| 564 invocation_mirror2_test: Fail, OK # hardcoded names. | 554 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 565 super_call4_test: Fail, OK # hardcoded names. | 555 super_call4_test: Fail, OK # hardcoded names. |
| 566 | 556 |
| 567 [ $arch == arm ] | 557 [ $arch == arm ] |
| 568 *: Skip | 558 *: Skip |
| 569 | 559 |
| 570 [ $arch == simarm ] | 560 [ $arch == simarm ] |
| 571 *: Skip | 561 *: Skip |
| 572 | 562 |
| 573 [ $arch == mips ] | 563 [ $arch == mips ] |
| 574 *: Skip | 564 *: Skip |
| 575 | 565 |
| 576 [ $arch == simmips ] | 566 [ $arch == simmips ] |
| 577 *: Skip | 567 *: Skip |
| OLD | NEW |