| 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 compile_time_constant_checked3_test/05: fail | 639 compile_time_constant_checked3_test/05: fail |
| 640 compile_time_constant_checked3_test/06: fail | 640 compile_time_constant_checked3_test/06: fail |
| 641 compile_time_constant_checked_test/01: fail | 641 compile_time_constant_checked_test/01: fail |
| 642 compile_time_constant_checked_test/02: fail | 642 compile_time_constant_checked_test/02: fail |
| 643 compile_time_constant_checked_test/03: fail | 643 compile_time_constant_checked_test/03: fail |
| 644 compile_time_constant_c_test/01: fail | 644 compile_time_constant_c_test/01: fail |
| 645 compile_time_constant_c_test/02: fail | 645 compile_time_constant_c_test/02: fail |
| 646 compile_time_constant_d_test: fail | 646 compile_time_constant_d_test: fail |
| 647 compile_time_constant_e_test: fail | 647 compile_time_constant_e_test: fail |
| 648 compile_time_constant_test/02: fail | 648 compile_time_constant_test/02: fail |
| 649 const_counter_negative_test: fail | |
| 650 const_optional_args_negative_test: fail | 649 const_optional_args_negative_test: fail |
| 651 const_syntax_test/06: fail | 650 const_syntax_test/06: fail |
| 652 constructor2_negative_test: fail | 651 constructor2_negative_test: fail |
| 653 constructor3_negative_test: fail | 652 constructor3_negative_test: fail |
| 654 constructor_call_wrong_argument_count_negative_test: fail | 653 constructor_call_wrong_argument_count_negative_test: fail |
| 655 constructor_negative_test: fail | 654 constructor_negative_test: fail |
| 656 constructor_redirect1_negative_test: fail | 655 constructor_redirect1_negative_test: fail |
| 657 constructor_redirect2_negative_test: fail | 656 constructor_redirect2_negative_test: fail |
| 658 constructor_redirect2_test/02: fail | 657 constructor_redirect2_test/02: fail |
| 659 constructor_redirect2_test/03: fail | 658 constructor_redirect2_test/03: fail |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 *: Skip | 910 *: Skip |
| 912 | 911 |
| 913 [ $arch == simarm ] | 912 [ $arch == simarm ] |
| 914 *: Skip | 913 *: Skip |
| 915 | 914 |
| 916 [ $arch == mips ] | 915 [ $arch == mips ] |
| 917 *: Skip | 916 *: Skip |
| 918 | 917 |
| 919 [ $arch == simmips ] | 918 [ $arch == simmips ] |
| 920 *: Skip | 919 *: Skip |
| OLD | NEW |