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