| 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 getters_setters2_test/03: fail | 791 getters_setters2_test/03: fail |
| 792 type_variable_bounds3_test/00: fail | 792 type_variable_bounds3_test/00: fail |
| 793 type_variable_bounds2_test/05: fail | 793 type_variable_bounds2_test/05: fail |
| 794 type_variable_scope_test/00: fail | 794 type_variable_scope_test/00: fail |
| 795 type_variable_scope_test/01: fail | 795 type_variable_scope_test/01: fail |
| 796 type_variable_scope_test/02: fail | 796 type_variable_scope_test/02: fail |
| 797 type_variable_scope_test/03: fail | 797 type_variable_scope_test/03: fail |
| 798 type_variable_scope_test/04: fail | 798 type_variable_scope_test/04: fail |
| 799 type_variable_scope_test/05: fail | 799 type_variable_scope_test/05: fail |
| 800 | 800 |
| 801 | 801 [ $arch == simarm || $arch == arm ] |
| 802 [ $arch == arm ] | |
| 803 *: Skip | |
| 804 | |
| 805 [ $arch == simarm ] | |
| 806 arithmetic_test: Fail, Crash | 802 arithmetic_test: Fail, Crash |
| 807 bit_operations_test: Crash | 803 bit_operations_test: Crash |
| 808 char_escape_test: Pass, Crash | 804 char_escape_test: Pass, Crash |
| 809 deopt_smi_op_test: Fail | 805 deopt_smi_op_test: Fail |
| 810 div_with_power_of_two_test: Fail | 806 div_with_power_of_two_test: Fail |
| 811 double_modulo_test: Fail | 807 double_modulo_test: Fail |
| 812 gc_test: Crash | 808 gc_test: Crash |
| 813 invocation_mirror_test: Fail | 809 invocation_mirror_test: Fail |
| 814 large_implicit_getter_test: Crash | 810 large_implicit_getter_test: Crash |
| 815 load_to_load_forwarding_test: Fail | 811 load_to_load_forwarding_test: Fail |
| 816 math_vm_test: Fail | 812 math_vm_test: Fail |
| 817 named_parameters_with_conversions_test: Pass, Crash | 813 named_parameters_with_conversions_test: Pass, Crash |
| 818 stack_overflow_stacktrace_test: Crash | 814 stack_overflow_stacktrace_test: Crash |
| 819 stack_overflow_test: Crash | 815 stack_overflow_test: Crash |
| 820 | 816 |
| 821 [ $arch == mips ] | 817 [ $arch == mips ] |
| 822 *: Skip | 818 *: Skip |
| 823 | 819 |
| 824 [ $arch == simmips ] | 820 [ $arch == simmips ] |
| 825 *: Skip | 821 *: Skip |
| OLD | NEW |