| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 compile_time_constant10_test/none: fail | 579 compile_time_constant10_test/none: fail |
| 580 compile_time_constant8_test: fail | 580 compile_time_constant8_test: fail |
| 581 compile_time_constant_arguments_test/01: fail | 581 compile_time_constant_arguments_test/01: fail |
| 582 compile_time_constant_arguments_test/02: fail | 582 compile_time_constant_arguments_test/02: fail |
| 583 compile_time_constant_arguments_test/03: fail | 583 compile_time_constant_arguments_test/03: fail |
| 584 compile_time_constant_arguments_test/05: fail | 584 compile_time_constant_arguments_test/05: fail |
| 585 compile_time_constant_arguments_test/06: fail | 585 compile_time_constant_arguments_test/06: fail |
| 586 compile_time_constant_b_test: fail | 586 compile_time_constant_b_test: fail |
| 587 compile_time_constant_c_test/01: fail | 587 compile_time_constant_c_test/01: fail |
| 588 compile_time_constant_c_test/02: fail | 588 compile_time_constant_c_test/02: fail |
| 589 compile_time_constant_checked2_test/01: fail | |
| 590 compile_time_constant_checked2_test/02: fail | 589 compile_time_constant_checked2_test/02: fail |
| 591 compile_time_constant_checked2_test/03: fail | 590 compile_time_constant_checked2_test/03: fail |
| 592 compile_time_constant_checked2_test/04: fail | 591 compile_time_constant_checked2_test/04: fail |
| 593 compile_time_constant_checked2_test/05: fail | |
| 594 compile_time_constant_checked2_test/06: fail | 592 compile_time_constant_checked2_test/06: fail |
| 595 compile_time_constant_checked3_test/01: fail | |
| 596 compile_time_constant_checked3_test/02: fail | 593 compile_time_constant_checked3_test/02: fail |
| 597 compile_time_constant_checked3_test/03: fail | 594 compile_time_constant_checked3_test/03: fail |
| 598 compile_time_constant_checked3_test/04: fail | 595 compile_time_constant_checked3_test/04: fail |
| 599 compile_time_constant_checked3_test/05: fail | |
| 600 compile_time_constant_checked3_test/06: fail | 596 compile_time_constant_checked3_test/06: fail |
| 601 compile_time_constant_d_test: fail | 597 compile_time_constant_d_test: fail |
| 602 compile_time_constant_e_test: fail | 598 compile_time_constant_e_test: fail |
| 603 compile_time_constant_test/02: fail | 599 compile_time_constant_test/02: fail |
| 604 const_optional_args_negative_test: fail | 600 const_optional_args_negative_test: fail |
| 605 const_syntax_test/06: fail | 601 const_syntax_test/06: fail |
| 606 constructor2_negative_test: fail | 602 constructor2_negative_test: fail |
| 607 constructor3_negative_test: fail | 603 constructor3_negative_test: fail |
| 608 constructor_call_wrong_argument_count_negative_test: fail | 604 constructor_call_wrong_argument_count_negative_test: fail |
| 609 constructor_negative_test: fail | 605 constructor_negative_test: fail |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 | 832 |
| 837 | 833 |
| 838 [ $arch == simarm ] | 834 [ $arch == simarm ] |
| 839 *: Skip | 835 *: Skip |
| 840 | 836 |
| 841 [ $arch == mips ] | 837 [ $arch == mips ] |
| 842 *: Skip | 838 *: Skip |
| 843 | 839 |
| 844 [ $arch == simmips ] | 840 [ $arch == simmips ] |
| 845 *: Skip | 841 *: Skip |
| OLD | NEW |