| 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 compile_time_constant_checked3_test/02: Fail, OK | 537 compile_time_constant_checked3_test/02: Fail, OK |
| 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 |
| 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 |
| 547 # TODO(tball): Assign proper bug numbers. | 558 # TODO(tball): Assign proper bug numbers. |
| 548 class_literal_test/none: Fail | 559 class_literal_test/none: Fail |
| 549 | 560 |
| 550 import_core_prefix_test: Pass | 561 import_core_prefix_test: Pass |
| 551 prefix22_test: Pass | 562 prefix22_test: Pass |
| 552 invocation_mirror_test: Fail, OK # hardcoded names. | 563 invocation_mirror_test: Fail, OK # hardcoded names. |
| 553 invocation_mirror2_test: Fail, OK # hardcoded names. | 564 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 554 super_call4_test: Fail, OK # hardcoded names. | 565 super_call4_test: Fail, OK # hardcoded names. |
| 555 | 566 |
| 556 [ $arch == arm ] | 567 [ $arch == arm ] |
| 557 *: Skip | 568 *: Skip |
| 558 | 569 |
| 559 [ $arch == simarm ] | 570 [ $arch == simarm ] |
| 560 *: Skip | 571 *: Skip |
| 561 | 572 |
| 562 [ $arch == mips ] | 573 [ $arch == mips ] |
| 563 *: Skip | 574 *: Skip |
| 564 | 575 |
| 565 [ $arch == simmips ] | 576 [ $arch == simmips ] |
| 566 *: Skip | 577 *: Skip |
| OLD | NEW |