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

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

Issue 14070010: Refactor Future constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
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/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 7
8 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 10
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class, issue 398 191 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class, issue 398
192 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398 192 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398
193 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398 193 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398
194 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue 398 194 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue 398
195 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3 98 195 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3 98
196 196
197 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379 197 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379
198 198
199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
200 200
201 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues TODO
202 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issues TODO
203 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue TODO
204 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c hanged # issue TODO
205 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss ue TODO
206 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue TODO
207 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue TODO
208 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue TODO
209 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issue TODO
210 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue TODO
201 211
202 [ $compiler == none && $runtime == vm && $checked ] 212 [ $compiler == none && $runtime == vm && $checked ]
203 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 213 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
204 214
205 215
206 [ $compiler == none && $runtime == vm ] 216 [ $compiler == none && $runtime == vm ]
207 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions 217 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions
208 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions 218 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions
209 219
210 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 220 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 [ $compiler == none && $arch == arm ] 459 [ $compiler == none && $arch == arm ]
450 *: Skip 460 *: Skip
451 461
452 462
453 [ $compiler == none && $arch == simmips ] 463 [ $compiler == none && $arch == simmips ]
454 *: Skip 464 *: Skip
455 465
456 466
457 [ $compiler == none && $arch == mips ] 467 [ $compiler == none && $arch == mips ]
458 *: Skip 468 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698