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

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

Issue 12386079: Mark tests/co19/LibTest/math/exp_A01_t01 Fail, OK due to co19 issue 44 for Windows platform. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed typo. 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 153
154 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 154 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
155 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 155 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
156 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 156 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
157 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 157 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
158 158
159 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 159 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
160 160
161 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533 161 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533
162 162
163 [ $compiler == dart2js && ($system == linux || $system == macos)] 163 [ $compiler == dart2js ]
164 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 164 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
165 165
166 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 166 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
167 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 167 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
168 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 168 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
169 169
170 [ $compiler == dart2js && $unchecked ] 170 [ $compiler == dart2js && $unchecked ]
171 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 171 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
172 172
173 173
174 [ $compiler == dart2js && $runtime == jsshell ] 174 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 773 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
774 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 774 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
775 775
776 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 776 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
777 777
778 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 778 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
779 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 779 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
780 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 780 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
781 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 781 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
782 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 782 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