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

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

Issue 22929041: LibTest/async/Timer/Timer_A02_t01 is failing on dart2js-ie as well, moving to general section (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/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 && $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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea se triage this failure 209 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea se triage this failure
210 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521 210 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521
211 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521 211 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
212 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521 212 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
213 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521 213 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521
214 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521 214 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
215 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521 215 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
216 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518 216 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518
217 LibTest/async/StreamSink/close_A01_t01: fail # co19 503 217 LibTest/async/StreamSink/close_A01_t01: fail # co19 503
218 218
219 LibTest/async/Timer/Timer_A02_t01: fail, pass # co19 issue 538
220 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 219 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
221 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure 220 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure
222 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure 221 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure
223 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 222 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
224 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 223 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
225 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 224 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
226 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 225 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
227 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll r546: Please triage this failure 226 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll r546: Please triage this failure
228 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 227 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
229 LibTest/isolate/SendPort/send_A02_t04: fail # co19 issue 501 228 LibTest/isolate/SendPort/send_A02_t04: fail # co19 issue 501
230 229
231 230
232 [ $compiler == none && $runtime == vm && $checked ] 231 [ $compiler == none && $runtime == vm && $checked ]
233 Language/12_Expressions/12_Instance_Creation_A01_t08: FAIL, OK # co19 issue 498 232 Language/12_Expressions/12_Instance_Creation_A01_t08: FAIL, OK # co19 issue 498
234 LibTest/core/Set/intersection_A01_t01: pass # co19-roll r546: Please triage this failure 233 LibTest/core/Set/intersection_A01_t01: pass # co19-roll r546: Please triage this failure
235 LibTest/core/Set/intersection_A01_t03: pass # co19-roll r546: Please triage this failure 234 LibTest/core/Set/intersection_A01_t03: pass # co19-roll r546: Please triage this failure
236 LibTest/core/Set/intersection_A03_t01: pass # co19-roll r546: Please triage this failure 235 LibTest/core/Set/intersection_A03_t01: pass # co19-roll r546: Please triage this failure
237 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 236 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498
238 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 237 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498
239 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 238 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498
240 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 239 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
241 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 240 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
242 241
243 # co19-roll r546 (11.08.2013) caused these failures 242 # co19-roll r546 (11.08.2013) caused these failures
244 [ $compiler == none && $runtime == vm && $unchecked ] 243 [ $compiler == none && $runtime == vm && $unchecked ]
245 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 244 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
246 245
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-co19.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698