Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Side by Side Diff: tests/language/language.status

Issue 15927015: Updates status files so that arm and simarm are the same. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
802 [ $arch == arm ] 802 [ $arch == arm ]
803 *: Skip 803 arithmetic_test: Fail, Crash
804 bit_operations_test: Crash
805 char_escape_test: Pass, Crash
806 deopt_smi_op_test: Fail
807 div_with_power_of_two_test: Fail
808 double_modulo_test: Fail
809 gc_test: Crash
810 invocation_mirror_test: Fail
811 large_implicit_getter_test: Crash
812 load_to_load_forwarding_test: Fail
813 math_vm_test: Fail
814 named_parameters_with_conversions_test: Pass, Crash
815 stack_overflow_stacktrace_test: Crash
816 stack_overflow_test: Crash
804 817
805 [ $arch == simarm ] 818 [ $arch == simarm ]
kustermann 2013/06/03 16:34:20 You should be able to just do '[ $arch == simarm |
zra 2013/06/03 16:43:12 Done.
806 arithmetic_test: Fail, Crash 819 arithmetic_test: Fail, Crash
807 bit_operations_test: Crash 820 bit_operations_test: Crash
808 char_escape_test: Pass, Crash 821 char_escape_test: Pass, Crash
809 deopt_smi_op_test: Fail 822 deopt_smi_op_test: Fail
810 div_with_power_of_two_test: Fail 823 div_with_power_of_two_test: Fail
811 double_modulo_test: Fail 824 double_modulo_test: Fail
812 gc_test: Crash 825 gc_test: Crash
813 invocation_mirror_test: Fail 826 invocation_mirror_test: Fail
814 large_implicit_getter_test: Crash 827 large_implicit_getter_test: Crash
815 load_to_load_forwarding_test: Fail 828 load_to_load_forwarding_test: Fail
816 math_vm_test: Fail 829 math_vm_test: Fail
817 named_parameters_with_conversions_test: Pass, Crash 830 named_parameters_with_conversions_test: Pass, Crash
818 stack_overflow_stacktrace_test: Crash 831 stack_overflow_stacktrace_test: Crash
819 stack_overflow_test: Crash 832 stack_overflow_test: Crash
820 833
821 [ $arch == mips ] 834 [ $arch == mips ]
822 *: Skip 835 *: Skip
823 836
824 [ $arch == simmips ] 837 [ $arch == simmips ]
825 *: Skip 838 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698