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

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

Issue 23714005: Fix range check bug for ByteData getters and setters. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: updated co19 status 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 | « tests/co19/co19-co19.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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 [ $compiler == none && $runtime == vm && $arch != x64 ] 59 [ $compiler == none && $runtime == vm && $arch != x64 ]
60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
61 61
62 [ $compiler == none && $runtime == vm && $arch == mips ] 62 [ $compiler == none && $runtime == vm && $arch == mips ]
63 LibTest/math/log_A01_t01: Fail 63 LibTest/math/log_A01_t01: Fail
64 LibTest/core/double/toInt_A01_t01: Fail 64 LibTest/core/double/toInt_A01_t01: Fail
65 65
66 [ $compiler == none && $runtime == vm && $arch == arm ] 66 [ $compiler == none && $runtime == vm && $arch == arm ]
67 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868 67 LibTest/typed_data/Float32List/Float32List.view_A01_t02: Crash # Issue 12868
68 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868 68 LibTest/typed_data/Float64List/Float64List.view_A01_t02: Crash # Issue 12868
69 LibTest/typed_data/ByteData/getFloat32_A02_t02: Crash # Issue 12880
70 LibTest/typed_data/ByteData/getFloat64_A02_t02: Crash # Issue 12880
71 LibTest/typed_data/ByteData/setFloat32_A02_t02: Crash # Issue 12880
72 69
73 [ $compiler == none && $runtime == vm ] 70 [ $compiler == none && $runtime == vm ]
74 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 71 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
75 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 72 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
76 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539 73 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539
77 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543 74 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543
78 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 75 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543
79 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 76 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543
80 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 77 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543
81 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 78 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 167 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 168 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 169 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 170 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861
174 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 171 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
175 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 172 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
176 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 173 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
177 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 174 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
178 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 175 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
179 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 176 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
OLDNEW
« no previous file with comments | « tests/co19/co19-co19.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698