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

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

Issue 11783009: Big merge from experimental to bleeding edge. (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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.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 # 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 164 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
165 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 165 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
166 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 166 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
167 167
168 # Partially implemented rediriecting constructors makes this fail. 168 # Partially implemented rediriecting constructors makes this fail.
169 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 169 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
170 170
171 [ $compiler == dart2js && ($system == linux || $system == macos)] 171 [ $compiler == dart2js && ($system == linux || $system == macos)]
172 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 172 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
173 173
174 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
175 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
176 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
177
174 [ $compiler == dart2js && $unchecked ] 178 [ $compiler == dart2js && $unchecked ]
175 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 179 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
176 180
177 [ $compiler == dart2js && $runtime == jsshell ] 181 [ $compiler == dart2js && $runtime == jsshell ]
178 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 182 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
179 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 183 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests.
180 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 184 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s.
181 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. 185 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s.
182 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. 186 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests.
183 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests. 187 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests.
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 577 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
574 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 578 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
575 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 579 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
576 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 580 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
577 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 581 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
578 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 582 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
579 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 583 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
580 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 584 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
581 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 585 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
582 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 586 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698