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

Side by Side Diff: tests/co19/co19-dart2js.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 5
6 [ $compiler == dart2js && $runtime == jsshell ] 6 [ $compiler == dart2js && $runtime == jsshell ]
7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
8 8
9 9
10 # Crashes first, please. Then untriaged bugs. There is a section below 10 # Crashes first, please. Then untriaged bugs. There is a section below
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 493 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
494 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 494 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
495 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 495 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
496 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 496 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
497 497
498 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399 498 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399
499 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 499 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
500 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 500 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
501 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399 501 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399
502 502
503 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues TODO
504 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issues TODO
505 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue TODO
506 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c hanged # issue TODO
507 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss ue TODO
508 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue TODO
509 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue TODO
510 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue TODO
511 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issue TODO
512 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue TODO
503 513
504 # Issues with co19 test suite in checked mode. 514 # Issues with co19 test suite in checked mode.
505 [ $compiler == dart2js && $checked ] 515 [ $compiler == dart2js && $checked ]
506 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 516 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
507 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 517 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
508 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 518 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
509 LibTest/core/List/List.from_A01_t01: fail # Issue 400 519 LibTest/core/List/List.from_A01_t01: fail # Issue 400
510 LibTest/core/List/every_A01_t01: fail # Issue 400 520 LibTest/core/List/every_A01_t01: fail # Issue 400
511 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 521 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
512 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 522 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 712 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
703 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 713 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
704 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 714 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
705 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 715 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
706 716
707 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 717 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
708 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 718 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
709 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 719 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
710 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 720 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
711 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 721 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698