| 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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 802 [ $arch == arm ] | 802 [ $arch == arm ] |
| 803 *: Skip | 803 *: Skip |
| 804 | 804 |
| 805 [ $arch == simarm ] | 805 [ $arch == simarm ] |
| 806 arithmetic_test: Crash | 806 arithmetic_test: Fail, Crash |
| 807 bit_operations_test: Crash | 807 bit_operations_test: Crash |
| 808 char_escape_test: Pass, Crash | 808 char_escape_test: Pass, Crash |
| 809 deopt_smi_op_test: Fail | 809 deopt_smi_op_test: Fail |
| 810 div_with_power_of_two_test: Fail | 810 div_with_power_of_two_test: Fail |
| 811 double_modulo_test: Crash | 811 double_modulo_test: Fail |
| 812 gc_test: Crash | 812 gc_test: Crash |
| 813 invocation_mirror_test: Fail | 813 invocation_mirror_test: Fail |
| 814 large_implicit_getter_test: Crash | 814 large_implicit_getter_test: Crash |
| 815 load_to_load_forwarding_test: Fail | 815 load_to_load_forwarding_test: Fail |
| 816 math_vm_test: Crash | 816 math_vm_test: Fail |
| 817 named_parameters_with_conversions_test: Pass, Crash | 817 named_parameters_with_conversions_test: Pass, Crash |
| 818 stack_overflow_stacktrace_test: Crash | 818 stack_overflow_stacktrace_test: Crash |
| 819 stack_overflow_test: Crash | 819 stack_overflow_test: Crash |
| 820 | 820 |
| 821 [ $arch == mips ] | 821 [ $arch == mips ] |
| 822 *: Skip | 822 *: Skip |
| 823 | 823 |
| 824 [ $arch == simmips ] | 824 [ $arch == simmips ] |
| 825 *: Skip | 825 *: Skip |
| OLD | NEW |