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

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

Issue 12221094: Deprecate comparison operators of DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 10 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-dart2dart.status ('k') | tests/co19/co19-runtime.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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 568 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
569 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 569 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 570 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 571 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 572 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 573 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 574 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 575 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 576 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
577 577
578 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379.
579
578 # Issues with co19 test suite in checked mode. 580 # Issues with co19 test suite in checked mode.
579 [ $compiler == dart2js && $checked ] 581 [ $compiler == dart2js && $checked ]
580 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 582 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
581 583
582 # Issues with co19 test suite in unchecked mode. 584 # Issues with co19 test suite in unchecked mode.
583 [ $compiler == dart2js && $unchecked ] 585 [ $compiler == dart2js && $unchecked ]
584 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 586 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
585 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 587 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
586 588
587 [ $compiler == dart2js && $jscl ] 589 [ $compiler == dart2js && $jscl ]
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 783
782 Language/14_Types/5_Function_Types_A01_t08: Fail # dartbug.com/7342 784 Language/14_Types/5_Function_Types_A01_t08: Fail # dartbug.com/7342
783 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 785 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
784 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 786 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
785 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 787 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
786 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 788 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
787 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 789 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
788 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 790 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
789 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 791 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
790 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 792 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698