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

Side by Side Diff: tests/co19/co19-dart2dart.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 | « sdk/lib/core/date_time.dart ('k') | tests/co19/co19-dart2js.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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure. 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure.
7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure.
8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure.
9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure.
10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure.
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365 540 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365
541 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue 365 541 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue 365
542 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue 365 542 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue 365
543 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365 543 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365
544 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365 544 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365
545 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365 545 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365
546 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365 546 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365
547 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365 547 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365
548 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365 548 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365
549 549
550 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379
551
550 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367 552 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367
551 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367 553 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367
552 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367 554 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367
553 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367 555 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367
554 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367 556 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367
555 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367 557 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367
556 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367 558 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367
557 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367 559 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367
558 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367 560 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367
559 LibTest/core/Future/Future.immediate_A01_t01: Fail # Future is in async library. co19 issue 367 561 LibTest/core/Future/Future.immediate_A01_t01: Fail # Future is in async library. co19 issue 367
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 650 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
649 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 651 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
650 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 652 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
651 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 653 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
652 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 654 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
653 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 655 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
654 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 656 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
655 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 657 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
656 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 658 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
657 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 659 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
OLDNEW
« no previous file with comments | « sdk/lib/core/date_time.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698