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

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

Issue 12459013: 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) 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_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 706
707 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 707 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
708 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 708 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
709 709
710 # 710 #
711 # The following tests may be broken, but require further review. 711 # The following tests may be broken, but require further review.
712 # 712 #
713 [ $compiler == dart2js && $jscl ] 713 [ $compiler == dart2js && $jscl ]
714 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 714 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
715 715
716 [ $compiler == dart2js && $runtime == d8 ]
717 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
718
716 719
717 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 720 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
718 *: Skip 721 *: Skip
719 722
720 723
721 # 724 #
722 # Missing compile-time errors. 725 # Missing compile-time errors.
723 # 726 #
724 [ $compiler == dart2js ] 727 [ $compiler == dart2js ]
725 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 728 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 849 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
847 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 850 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
848 851
849 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 852 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
850 853
851 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 854 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
852 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 855 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
853 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 856 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
854 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 857 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
855 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 858 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