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

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

Issue 23534026: More co19 test triaging. (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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 50 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
51 51
52 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 52 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
53 53
54 # end [ $compiler == none && $runtime == vm ] 54 # end [ $compiler == none && $runtime == vm ]
55 55
56 56
57 [ $compiler == none && $runtime == vm && $checked ] 57 [ $compiler == none && $runtime == vm && $checked ]
58 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408 58 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
59 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 510
60
61 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
62 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
63 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
64 59
65 # Passing for the wrong reasons: 60 # Passing for the wrong reasons:
66 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463 61 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
67 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463 62 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
68 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463 63 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
69 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463 64 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
70 65
71 #end [ $compiler == none && $runtime == vm && $checked ] 66 #end [ $compiler == none && $runtime == vm && $checked ]
72 67
73 [ $compiler == none && $runtime == vm && $mode == debug ] 68 [ $compiler == none && $runtime == vm && $mode == debug ]
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Language/13_Statements/02_Expression_Statements_A01_t06: fail # co19 issue 517 131 Language/13_Statements/02_Expression_Statements_A01_t06: fail # co19 issue 517
137 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 132 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
138 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 133 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
139 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 134 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
140 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 135 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
141 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307 136 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307
142 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307 137 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307
143 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307 138 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307
144 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233 139 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233
145 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 140 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
146 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: fail # co19- roll r546: Please triage this failure 141 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: fail # Dart issue 12913
147 Language/14_Libraries_and_Scripts/1_Imports_A02_t21: crash # co19-roll r546: Ple ase triage this failure 142 Language/14_Libraries_and_Scripts/1_Imports_A02_t21: crash # Dart issue 6595
148 Language/14_Libraries_and_Scripts/1_Imports_A02_t22: crash # co19-roll r546: Ple ase triage this failure 143 Language/14_Libraries_and_Scripts/1_Imports_A02_t22: crash # Dart issue 6595
149 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure 144 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # Dart issue 12915
150 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # co19-roll r546: Plea se triage this failure 145 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # Dart issue 12915
151 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure 146 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915
152 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19-roll r546: Plea se triage this failure 147 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # Dart issue 12915
153 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure 148 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # Dart issue 12915
154 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure 149 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # Dart issue 12915
155 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # co19-roll r546: Plea se triage this failure 150 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # Dart issue 12915
156 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # co19-roll r546: Plea se triage this failure 151 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # Dart issue 12915
157 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure 152 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # Dart issue 12915
158 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # co19-roll r546: Plea se triage this failure 153 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # Dart issue 12915
159 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # co19-roll r546: Plea se triage this failure 154 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # Dart issue 12915
160 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # co19-roll r546: Plea se triage this failure 155 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
161 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # co19-roll r546: Plea se triage this failure 156 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
162 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea se triage this failure 157 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918
163 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521 158 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521
164 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521 159 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
165 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521 160 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
166 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521 161 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521
167 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521 162 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
168 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521 163 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
169 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518 164 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518
170 165
171 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 166 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
172 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure 167 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure
173 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure 168 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure
174 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 169 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
175 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 170 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
176 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 171 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
177 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 172 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
178 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll r546: Please triage this failure 173 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll r546: Please triage this failure
179 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 174 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
180 175
181 [ $compiler == none && $runtime == vm && $checked ] 176 [ $compiler == none && $runtime == vm && $checked ]
182 Language/12_Expressions/12_Instance_Creation_A01_t08: FAIL, OK # co19 issue 498 177 Language/12_Expressions/12_Instance_Creation_A01_t08: FAIL, OK # co19 issue 498
183 LibTest/core/double/truncate_A01_t01: Fail # co19-roll r559: Please triage this failure 178 LibTest/core/double/truncate_A01_t01: Fail # co19 issue 554
184 LibTest/core/double/truncate_A01_t05: Fail # co19-roll r559: Please triage this failure 179 LibTest/core/double/truncate_A01_t05: Fail # co19 issue 554
185 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 180 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498
186 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 181 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498
187 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 182 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498
188 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 183 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
189 LibTest/core/Set/intersection_A01_t01: pass # co19-roll r546: Please triage this failure 184 LibTest/typed_data/Float32List/operator_subscripted_assignment_A02_t01: Fail # c o19 issue 555
190 LibTest/core/Set/intersection_A01_t03: pass # co19-roll r546: Please triage this failure 185 LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01: Fail # c o19 issue 555
191 LibTest/core/Set/intersection_A03_t01: pass # co19-roll r546: Please triage this failure 186 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861
192 LibTest/typed_data/Float32List/operator_subscripted_assignment_A02_t01: Fail # c o19-roll r559: Please triage this failure 187 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861
193 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # co19-roll r559: Pleas e triage this failure 188 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861
194 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # co19-roll r559: Pleas e triage this failure 189 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861
195 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # co19-roll r559: Please tr iage this failure 190 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861
196 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # co19-roll r559: Please tr iage this failure 191 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861
197 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # co19-roll r559: Plea se triage this failure 192 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861
198 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # co19-roll r559: Plea se triage this failure 193 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861
199 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # co19-roll r559: Please triage this failure 194 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861
200 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # co19-roll r559: Please triage this failure 195 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861
201 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # co19-roll r559: Please tri age this failure 196 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861
202 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # co19-roll r559: Pleas e triage this failure 197 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861
203 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # co19-roll r559: Please tria ge this failure 198 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861
204 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # co19-roll r559: Please tria ge this failure 199 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861
205 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # co19-roll r559: Please tria ge this failure 200 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861
206 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # co19-roll r5 59: Please triage this failure 201 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01: Fail # Dart issue 12861
207 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # co19-roll r559: Please triage this failure 202 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861
208 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01: Fail # co19-roll r559: Please triage this failure 203 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
209 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r559: Please t riage this failure 204 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
210 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # co19-roll r559: Please triage this failure 205 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
211 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # co19-roll r559: Please t riage this failure 206 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
212 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # co19-roll r559: Ple ase triage this failure 207 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
213 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # co19-roll r559: Please tri age this failure 208 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
214 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
216 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