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

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

Issue 11773022: Mark tests that use Timer as failing on dart2js. (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 | « pkg/pkg.status ('k') | tests/corelib/corelib.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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 153 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
154 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 154 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
155 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. 155 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure.
156 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi s failure. 156 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi s failure.
157 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 157 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
158 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 158 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
159 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 159 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
160 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 160 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
161 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 161 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
162 162
163 Language/11_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Timer interface n ot supported; dartbug.com/7728.
164 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Timer interface not su pported; dartbug.com/7728.
165 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Timer interface not su pported; dartbug.com/7728.
166 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Timer interface not su pported; dartbug.com/7728.
167 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Timer interface not su pported; dartbug.com/7728.
168 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Timer interface not su pported; dartbug.com/7728.
169 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Timer interface not su pported; dartbug.com/7728.
170 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Timer interface not supported; dartbug.com/7728.
171 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Timer interface not supported; dartbug.com/7728.
172 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Timer interface not supporte d; dartbug.com/7728.
173 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Timer interface not supporte d; dartbug.com/7728.
174 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Timer interface not suppo rted; dartbug.com/7728.
175 LibTest/isolate/SendPort/call_A01_t01: Fail # Timer interface not supported; dar tbug.com/7728.
176 LibTest/isolate/SendPort/send_A02_t05: Fail # Timer interface not supported; dar tbug.com/7728.
177 LibTest/isolate/SendPort/send_A02_t06: Fail # Timer interface not supported; dar tbug.com/7728.
178 LibTest/isolate/SendPort/send_A03_t01: Fail # Timer interface not supported; dar tbug.com/7728.
179 LibTest/isolate/SendPort/send_A03_t02: Fail # Timer interface not supported; dar tbug.com/7728.
180
163 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 181 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
164 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 182 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
165 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 183 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
166 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 184 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
167 185
168 # Partially implemented rediriecting constructors makes this fail. 186 # Partially implemented rediriecting constructors makes this fail.
169 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 187 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
170 188
171 [ $compiler == dart2js && ($system == linux || $system == macos)] 189 [ $compiler == dart2js && ($system == linux || $system == macos)]
172 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 190 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 595 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
578 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 596 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
579 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 597 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
580 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 598 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
581 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 599 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
582 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 600 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
583 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 601 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
584 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 602 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
585 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 603 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
586 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 604 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698