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

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

Issue 22845005: Mark Timer.periodic tests as flaky. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 [ $compiler == none] 5 [ $compiler == none]
6 LibTest/math/max_A01_t03: Fail # co19 issue 467 6 LibTest/math/max_A01_t03: Fail # co19 issue 467
7 LibTest/math/min_A01_t03: Fail # co19 issue 467 7 LibTest/math/min_A01_t03: Fail # co19 issue 467
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Issue 485 106 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Issue 485
107 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Issue 485 107 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Issue 485
108 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # Issue 485 108 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # Issue 485
109 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # Issue 485 109 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # Issue 485
110 Language/07_Classes/4_Abstract_Instance_Members_A03_t01: Fail # Issue 485 110 Language/07_Classes/4_Abstract_Instance_Members_A03_t01: Fail # Issue 485
111 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Issue 485 111 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Issue 485
112 112
113 Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463 113 Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463
114 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 114 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
115 115
116 LibTest/async/Timer/Timer.periodic_A01_t01: Pass, Fail # Flaky assumptions on Ti mer. co19 issue 537
117 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # Flaky assumptions on Ti mer. co19 issue 537
118
116 # end [ $compiler == none && $runtime == vm ] 119 # end [ $compiler == none && $runtime == vm ]
117 120
118 121
119 [ $compiler == none && $runtime == vm && $checked ] 122 [ $compiler == none && $runtime == vm && $checked ]
120 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408 123 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
121 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 124 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
122 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 510 125 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 510
123 LibTest/core/TypeError/column_A01_t01: Fail # co19 issue 510 126 LibTest/core/TypeError/column_A01_t01: Fail # co19 issue 510
124 LibTest/core/TypeError/dstName_A01_t01: Fail # co19 issue 510 127 LibTest/core/TypeError/dstName_A01_t01: Fail # co19 issue 510
125 LibTest/core/TypeError/dstType_A01_t01: Fail # co19 issue 510 128 LibTest/core/TypeError/dstType_A01_t01: Fail # co19 issue 510
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 375 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
373 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19 issue 498 376 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19 issue 498
374 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19 issue 498 377 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19 issue 498
375 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19 issue 498 378 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19 issue 498
376 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 379 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
377 380
378 # co19-roll r546 (11.08.2013) caused these failures 381 # co19-roll r546 (11.08.2013) caused these failures
379 [ $compiler == none && $runtime == vm && $unchecked ] 382 [ $compiler == none && $runtime == vm && $unchecked ]
380 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 383 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
381 384
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