Chromium Code Reviews| 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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 794 type_variable_bounds3_test/00: fail | 794 type_variable_bounds3_test/00: fail |
| 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 == arm ] | |
| 805 *: Skip | |
|
kustermann
2013/06/03 07:54:26
Why do you skip all language tests on arm?
I setup
zra
2013/06/03 15:30:52
I think this was probably a misunderstanding. The
kustermann
2013/06/03 15:40:39
In case this was an accident: There a couple of ot
| |
| 806 | |
| 804 [ $arch == simarm ] | 807 [ $arch == simarm ] |
| 805 *: Skip | 808 arithmetic_test: Crash |
| 809 bit_operations_test: Crash | |
| 810 char_escape_test: Pass, Crash | |
| 811 deopt_smi_op_test: Fail | |
| 812 div_with_power_of_two_test: Fail | |
| 813 double_modulo_test: Crash | |
| 814 gc_test: Crash | |
| 815 invocation_mirror_test: Fail | |
| 816 large_implicit_getter_test: Crash | |
| 817 load_to_load_forwarding_test: Fail | |
| 818 math_vm_test: Crash | |
| 819 named_parameters_with_conversions_test: Pass, Crash | |
| 820 stack_overflow_stacktrace_test: Crash | |
| 821 stack_overflow_test: Crash | |
| 806 | 822 |
| 807 [ $arch == mips ] | 823 [ $arch == mips ] |
| 808 *: Skip | 824 *: Skip |
| 809 | 825 |
| 810 [ $arch == simmips ] | 826 [ $arch == simmips ] |
| 811 *: Skip | 827 *: Skip |
| OLD | NEW |