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

Side by Side Diff: tests/co19/co19-compiler.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 | « sdk/lib/io/websocket_impl.dart ('k') | tests/co19/co19-dart2dart.status » ('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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage t his failure. 6 Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage t his failure.
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(dartc-team): Please triage this failure. 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(dartc-team): Please triage this failure.
8 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(dartc-team): Please triage this failure. 8 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(dartc-team): Please triage this failure.
9 Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage t his failure. 9 Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage t his failure.
10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): P lease triage this failure. 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): P lease triage this failure.
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389 215 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389
216 216
217 LibTest/core/List/List_A01_t02: Fail # insertRange is removed. Issue 403 217 LibTest/core/List/List_A01_t02: Fail # insertRange is removed. Issue 403
218 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403 218 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403
219 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 219 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403
220 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 220 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403
221 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 221 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403
222 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 222 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403
223 LibTest/core/List/insertRange_A07_t01: Fail # insertRange is removed. Issue 403 223 LibTest/core/List/insertRange_A07_t01: Fail # insertRange is removed. Issue 403
224 224
225 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues 408
226 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issues 408
227 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue 408
228 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c hanged # issue 408
229 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss ue 408
230 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
231 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue 408
232 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue 408
233 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issue 408
234 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue 408
235
225 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397 236 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397
226 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 237 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
227 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 238 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
228 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 239 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
229 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 240 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
230 LibTest/core/List/filter_A03_t01: Fail # Issue 397 241 LibTest/core/List/filter_A03_t01: Fail # Issue 397
231 242
232 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 243 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
233 LibTest/core/List/List.from_A01_t01: fail # Issue 400 244 LibTest/core/List/List.from_A01_t01: fail # Issue 400
234 LibTest/core/List/operator_subscript_A01_t02: fail # Issue 400 245 LibTest/core/List/operator_subscript_A01_t02: fail # Issue 400
(...skipping 28 matching lines...) Expand all
263 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 274 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
264 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 275 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
265 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 276 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
266 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 277 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405
267 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 278 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405
268 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 279 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
269 280
270 281
271 [ $runtime == drt && $compiler == none ] 282 [ $runtime == drt && $compiler == none ]
272 *: Skip 283 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/io/websocket_impl.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698