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 14070010: Refactor Future constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added co19 issue number. 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/analyze_only_test.dart » ('j') | 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/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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class, issue 398 207 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class, issue 398
208 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398 208 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398
209 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398 209 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398
210 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue 398 210 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue 398
211 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3 98 211 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3 98
212 212
213 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379 213 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379
214 214
215 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 215 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
216 216
217 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues 408
218 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issues 408
219 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue 408
220 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c hanged # issue 408
221 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss ue 408
222 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
223 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue 408
224 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue 408
225 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issue 408
226 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue 408
217 227
218 [ $compiler == none && $runtime == vm && $checked ] 228 [ $compiler == none && $runtime == vm && $checked ]
219 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 229 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
220 230
221 231
222 [ $compiler == none && $runtime == vm ] 232 [ $compiler == none && $runtime == vm ]
223 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions 233 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions
224 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions 234 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions
225 235
226 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 236 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 [ $compiler == none && $arch == arm ] 504 [ $compiler == none && $arch == arm ]
495 *: Skip 505 *: Skip
496 506
497 507
498 [ $compiler == none && $arch == simmips ] 508 [ $compiler == none && $arch == simmips ]
499 *: Skip 509 *: Skip
500 510
501 511
502 [ $compiler == none && $arch == mips ] 512 [ $compiler == none && $arch == mips ]
503 *: Skip 513 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/analyze_only_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698