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

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

Issue 11866003: Support Timer with 0 millisecond delay in dart2js running in the command line. (Closed) Base URL: http://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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure. 152 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure.
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/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 156 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
157 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 157 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
158 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 158 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
159 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 159 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
160 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 160 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
161 161
162 Language/11_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Timer interface n ot supported; dartbug.com/7728. 162 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
163 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Timer interface not su pported; dartbug.com/7728.
164 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Timer interface not su pported; dartbug.com/7728.
165 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Timer interface not su pported; dartbug.com/7728.
166 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Timer interface not su pported; dartbug.com/7728.
167 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Timer interface not su pported; dartbug.com/7728.
168 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Timer interface not su pported; dartbug.com/7728.
169 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Timer interface not supported; dartbug.com/7728.
170 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Timer interface not supported; dartbug.com/7728.
171 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Timer interface not supporte d; dartbug.com/7728.
172 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Timer interface not supporte d; dartbug.com/7728.
173 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Timer interface not suppo rted; dartbug.com/7728.
174 LibTest/isolate/SendPort/call_A01_t01: Fail # Timer interface not supported; dar tbug.com/7728.
175 LibTest/isolate/SendPort/send_A02_t05: Fail # Timer interface not supported; dar tbug.com/7728.
176 LibTest/isolate/SendPort/send_A02_t06: Fail # Timer interface not supported; dar tbug.com/7728.
177 LibTest/isolate/SendPort/send_A03_t01: Fail # Timer interface not supported; dar tbug.com/7728.
178 LibTest/isolate/SendPort/send_A03_t02: Fail # Timer interface not supported; dar tbug.com/7728.
179 163
180 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 164 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
181 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 165 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
182 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 166 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
183 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 167 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
184 168
185 # Partially implemented rediriecting constructors makes this fail. 169 # Partially implemented rediriecting constructors makes this fail.
186 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 170 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
187 171
188 [ $compiler == dart2js && ($system == linux || $system == macos)] 172 [ $compiler == dart2js && ($system == linux || $system == macos)]
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 747 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
764 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 748 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
765 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 749 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
766 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 750 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
767 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 751 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
768 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 752 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
769 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 753 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
770 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 754 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
771 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 755 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
772 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 756 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart ('k') | tests/compiler/dart2js_extra/dart2js_extra.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698