| 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 548 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
| 549 | 549 |
| 550 super_getter_setter_test: Fail # VM bug: issue 8917 | 550 super_getter_setter_test: Fail # VM bug: issue 8917 |
| 551 super_operator_index7_test: Fail # VM bug: issue 8918 | 551 super_operator_index7_test: Fail # VM bug: issue 8918 |
| 552 | 552 |
| 553 execute_finally10_test: Fail # VM bug: issue 430 | 553 execute_finally10_test: Fail # VM bug: issue 430 |
| 554 execute_finally11_test: Fail # VM bug: issue 430 | 554 execute_finally11_test: Fail # VM bug: issue 430 |
| 555 | 555 |
| 556 [ $compiler == dart2dart && $minified ] | 556 [ $compiler == dart2dart && $minified ] |
| 557 | 557 |
| 558 rethrow_test: Fail |
| 559 |
| 558 # TODO(tball): Assign proper bug numbers. | 560 # TODO(tball): Assign proper bug numbers. |
| 559 class_literal_test/none: Fail | 561 class_literal_test/none: Fail |
| 560 | 562 |
| 561 import_core_prefix_test: Pass | 563 import_core_prefix_test: Pass |
| 562 prefix22_test: Pass | 564 prefix22_test: Pass |
| 563 invocation_mirror_test: Fail, OK # hardcoded names. | 565 invocation_mirror_test: Fail, OK # hardcoded names. |
| 564 super_call4_test: Fail, OK # hardcoded names. | 566 super_call4_test: Fail, OK # hardcoded names. |
| 565 | 567 |
| 566 [ $arch == arm ] | 568 [ $arch == arm ] |
| 567 *: Skip | 569 *: Skip |
| 568 | 570 |
| 569 [ $arch == simarm ] | 571 [ $arch == simarm ] |
| 570 *: Skip | 572 *: Skip |
| 571 | 573 |
| 572 [ $arch == mips ] | 574 [ $arch == mips ] |
| 573 *: Skip | 575 *: Skip |
| 574 | 576 |
| 575 [ $arch == simmips ] | 577 [ $arch == simmips ] |
| 576 *: Skip | 578 *: Skip |
| OLD | NEW |