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

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

Issue 16054007: Fixes small ARM bugs, and updates status files. (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
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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 type_variable_scope_test/03: fail 796 type_variable_scope_test/03: fail
797 type_variable_scope_test/04: fail 797 type_variable_scope_test/04: fail
798 type_variable_scope_test/05: fail 798 type_variable_scope_test/05: fail
799 799
800 [ $arch == simarm || $arch == arm ] 800 [ $arch == simarm || $arch == arm ]
801 arithmetic_test: Fail, Crash 801 arithmetic_test: Fail, Crash
802 bit_operations_test: Crash, Fail 802 bit_operations_test: Crash, Fail
803 char_escape_test: Pass, Crash 803 char_escape_test: Pass, Crash
804 deopt_smi_op_test: Fail 804 deopt_smi_op_test: Fail
805 div_with_power_of_two_test: Fail 805 div_with_power_of_two_test: Fail
806 double_modulo_test: Fail
807 gc_test: Crash 806 gc_test: Crash
808 invocation_mirror_test: Fail 807 invocation_mirror_test: Fail
809 large_implicit_getter_test: Crash
810 load_to_load_forwarding_vm_test: Fail 808 load_to_load_forwarding_vm_test: Fail
811 math_vm_test: Fail
812 named_parameters_with_conversions_test: Pass, Crash 809 named_parameters_with_conversions_test: Pass, Crash
813 stack_overflow_stacktrace_test: Crash
814 stack_overflow_test: Crash
815 positive_bit_operations_test: Pass, Fail, Crash 810 positive_bit_operations_test: Pass, Fail, Crash
816 left_shift_test: Pass, Fail 811 left_shift_test: Pass, Fail
817 812
813 # large_implicit_getter_test Passes on ReleaseARM, Crashes in SIMARM and
814 # DebugARM. Should crash on ReleaseARM, but there is no exception on an
815 # unaligned access. stack_overflow_test and _stacktrace_test have the same
816 # problem.
817 large_implicit_getter_test: Crash, Pass
818 stack_overflow_test: Crash, Pass
819 stack_overflow_stacktrace_test: Crash, Pass
820
821 # math_vm_test and double_modulo test fail on SIMARM because the simulator
822 # isn't implementing the softfp calling convention correctly.
823 math_vm_test: Fail, Pass
824 double_modulo_test: Fail, Pass
825
818 [ $arch == mips ] 826 [ $arch == mips ]
819 *: Skip 827 *: Skip
820 828
821 [ $arch == simmips ] 829 [ $arch == simmips ]
822 *: Skip 830 *: Skip
OLDNEW
« runtime/vm/intrinsifier_arm.cc ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698