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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 23549013: Preserves callee-saved FPU registers on ARM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 | « runtime/vm/stub_code_arm.cc ('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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # co19-roll r569: Please tria ge this failure 6 Language/12_Expressions/01_Constants_A16_t04: fail # co19-roll r569: Please tria ge this failure
7 Language/12_Expressions/01_Constants_A16_t05: fail # co19-roll r569: Please tria ge this failure 7 Language/12_Expressions/01_Constants_A16_t05: fail # co19-roll r569: Please tria ge this failure
8 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 64
65 [ $compiler == none && $runtime == vm && $arch != x64 ] 65 [ $compiler == none && $runtime == vm && $arch != x64 ]
66 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 66 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
67 67
68 [ $compiler == none && $runtime == vm && $arch == mips ] 68 [ $compiler == none && $runtime == vm && $arch == mips ]
69 LibTest/math/log_A01_t01: Fail 69 LibTest/math/log_A01_t01: Fail
70 LibTest/core/double/toInt_A01_t01: Fail 70 LibTest/core/double/toInt_A01_t01: Fail
71 71
72 [ $compiler == none && $runtime == vm && $arch == arm ] 72 [ $compiler == none && $runtime == vm && $arch == arm ]
73 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868 73 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868
74 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # Issue 12868
75 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868 74 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868
75 LibTest/typed_data/ByteData/getFloat32_A02_t02: Crash # Issue 12880
76 LibTest/typed_data/ByteData/getFloat64_A02_t02: Crash # Issue 12880
77 LibTest/typed_data/ByteData/setFloat32_A02_t02: Crash # Issue 12880
76 78
77 [ $compiler == none && $runtime == vm ] 79 [ $compiler == none && $runtime == vm ]
78 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 80 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
79 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 81 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
80 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539 82 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539
81 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543 83 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543
82 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 84 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543
83 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 85 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543
84 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 86 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543
85 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 87 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 172 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861
171 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861 173 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861
172 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861 174 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861
173 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 175 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861
174 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 176 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
175 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 177 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
176 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 178 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
177 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 179 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
178 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 180 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
179 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 181 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
OLDNEW
« no previous file with comments | « runtime/vm/stub_code_arm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698