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

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

Issue 12377079: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 655 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
656 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 656 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
657 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 657 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
658 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377). 658 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377).
659 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). 659 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
660 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 660 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
661 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 661 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
662 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 662 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
663 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 663 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
664 664
665 LibTest/core/List/addLast_A01_t03: Fail # List constructors, co19 issue 384
666 LibTest/core/List/add_A01_t01: Fail # List constructors, co19 issue 384
667 LibTest/core/List/clear_A01_t01: Fail # List constructors, co19 issue 384
668 LibTest/core/List/getRange_A01_t01: Fail # List constructors, co19 issue 384
669 LibTest/core/List/insertRange_A01_t01: Fail # List constructors, co19 issue 384
670 LibTest/core/List/insertRange_A04_t01: Fail # List constructors, co19 issue 384
671 LibTest/core/List/insertRange_A05_t01: Fail # List constructors, co19 issue 384
672 LibTest/core/List/insertRange_A06_t01: Fail # List constructors, co19 issue 384
673 LibTest/core/List/length_A01_t01: Fail # List constructors, co19 issue 384
674 LibTest/core/List/length_A02_t01: Fail # List constructors, co19 issue 384
675 LibTest/core/List/length_A03_t01: Fail # List constructors, co19 issue 384
676 LibTest/core/List/length_A05_t01: Fail # List constructors, co19 issue 384
677 LibTest/core/List/removeLast_A01_t01: Fail # List constructors, co19 issue 384
678 LibTest/core/List/removeLast_A01_t02: Fail # List constructors, co19 issue 384
679 LibTest/core/List/removeRange_A01_t01: Fail # List constructors, co19 issue 384
680 LibTest/core/List/removeRange_A03_t01: Fail # List constructors, co19 issue 384
681 LibTest/core/List/removeRange_A04_t01: Fail # List constructors, co19 issue 384
682 LibTest/core/List/removeRange_A05_t01: Fail # List constructors, co19 issue 384
683 LibTest/core/List/setRange_A01_t02: Fail # List constructors, co19 issue 384
684 LibTest/core/List/setRange_A02_t01: Fail # List constructors, co19 issue 384
685 LibTest/core/List/setRange_A02_t02: Fail # List constructors, co19 issue 384
686 LibTest/core/List/setRange_A03_t01: Fail # List constructors, co19 issue 384
687 LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384
688
689
690 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 665 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
691 666
692 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 667 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
693 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 668 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
694 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 669 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
695 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 670 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
696 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 671 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698