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

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

Issue 23710007: Updates status file for failing co19 tests on ARM hardware. (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 | « no previous file | 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 && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure 76 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria ge this failure
77 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure 77 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr iage this failure
78 78
79 [ $compiler == none && $runtime == vm && $arch != x64 ] 79 [ $compiler == none && $runtime == vm && $arch != x64 ]
80 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 80 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
81 81
82 [ $compiler == none && $runtime == vm && $arch == mips ] 82 [ $compiler == none && $runtime == vm && $arch == mips ]
83 LibTest/math/log_A01_t01: Fail 83 LibTest/math/log_A01_t01: Fail
84 LibTest/core/double/toInt_A01_t01: Fail 84 LibTest/core/double/toInt_A01_t01: Fail
85 85
86 [ $compiler == none && $runtime == vm && $arch == arm ]
87 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868
88 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # Issue 12868
89 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868
90
86 [ $compiler == none && $runtime == vm ] 91 [ $compiler == none && $runtime == vm ]
87 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 92 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
88 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 93 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
89 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539 94 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539
90 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543 95 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543
91 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 96 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543
92 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 97 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543
93 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 98 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543
94 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 99 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543
95 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543 100 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # co19-roll r559: Please triage this failure 212 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # co19-roll r559: Please triage this failure
208 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01: Fail # co19-roll r559: Please triage this failure 213 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01: Fail # co19-roll r559: Please triage this failure
209 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r559: Please t riage this failure 214 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r559: Please t riage this failure
210 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # co19-roll r559: Please triage this failure 215 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # co19-roll r559: Please triage this failure
211 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # co19-roll r559: Please t riage this failure 216 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # co19-roll r559: Please t riage this failure
212 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # co19-roll r559: Ple ase triage this failure 217 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # co19-roll r559: Ple ase triage this failure
213 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # co19-roll r559: Please tri age this failure 218 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # co19-roll r559: Please tri age this failure
214 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # co19-roll r559: Please tri age this failure 219 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # co19-roll r559: Please tri age this failure
215 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # co19-roll r559: Please tri age this failure 220 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # co19-roll r559: Please tri age this failure
216 LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01: Fail # c o19-roll r559: Please triage this failure 221 LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01: Fail # c o19-roll r559: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698