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

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

Issue 11833035: Status file updates for jsshell (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 [ $compiler == dart2js && ($system == linux || $system == macos)] 188 [ $compiler == dart2js && ($system == linux || $system == macos)]
189 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 189 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
190 190
191 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 191 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
192 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 192 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
193 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 193 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
194 194
195 [ $compiler == dart2js && $unchecked ] 195 [ $compiler == dart2js && $unchecked ]
196 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 196 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
197 197
198
198 [ $compiler == dart2js && $runtime == jsshell ] 199 [ $compiler == dart2js && $runtime == jsshell ]
199 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 200 Language/05_Variables/05_Variables_A13_t02: Fail # TODO(ngeoaffray): Please tria ge these failure.
ngeoffray 2013/01/10 14:19:34 ditto
200 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 201 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ngeoaffray): Ple ase triage these failure.
201 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 202 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # TODO(n geoaffray): Please triage these failure.
202 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. 203 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # TODO(n geoaffray): Please triage these failure.
203 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. 204 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
204 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests. 205 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure.
205 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests. 206 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
207 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure.
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure.
210 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
211 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
206 212
207 [ $compiler == dart2js && $checked ] 213 [ $compiler == dart2js && $checked ]
208 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 214 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
209 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 215 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
210 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure. 216 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure.
211 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 217 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
212 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 218 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
213 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure. 219 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
214 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure. 220 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure.
215 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 221 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 763 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
758 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 764 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
759 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 765 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
760 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 766 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
761 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 767 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
762 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 768 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
763 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 769 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
764 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 770 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
765 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 771 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
766 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 772 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698