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

Side by Side Diff: tests/language/language.status

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated status files. Created 8 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 | « tests/co19/co19-runtime.status ('k') | tests/language/language-leg.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 TypedMessageTest: Fail # Bug 5246195 206 TypedMessageTest: Fail # Bug 5246195
207 StringEscape1NegativeTest: Skip 207 StringEscape1NegativeTest: Skip
208 GCTest: Skip # Issue 1487 208 GCTest: Skip # Issue 1487
209 209
210 210
211 [ $component == frogsh ] 211 [ $component == frogsh ]
212 IntrinsifiedMethodsTest: Fail # Issue 1470 212 IntrinsifiedMethodsTest: Fail # Issue 1470
213 ArithmeticTest: Fail # Issue 1470 213 ArithmeticTest: Fail # Issue 1470
214 214
215 [ $component == frog || $component == frogium || $component == webdriver ] 215 [ $component == frog || $component == frogium || $component == webdriver ]
216 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 216 DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0.0.
217 217
218 # This set of four test components (frog, frogsh, frogium, and webdriver) all 218 # This set of four test components (frog, frogsh, frogium, and webdriver) all
219 # consume frog output, so if frog is generating the incorrect code, chances are 219 # consume frog output, so if frog is generating the incorrect code, chances are
220 # it will fail on all of these components. 220 # it will fail on all of these components.
221 # 221 #
222 # Further explanation: 222 # Further explanation:
223 # frog: frog compiler, run using the VM 223 # frog: frog compiler, run using the VM
224 # frogsh: self-hosted frog compiler 224 # frogsh: self-hosted frog compiler
225 # frogium: Dart code compiled with frog VM running under DumpRenderTree 225 # frogium: Dart code compiled with frog VM running under DumpRenderTree
226 # webdriver: Dart code compiled with frog VM running on an actual browser 226 # webdriver: Dart code compiled with frog VM running on an actual browser
(...skipping 22 matching lines...) Expand all
249 GetSetSyntaxTest/11: Fail # Issue 1571 249 GetSetSyntaxTest/11: Fail # Issue 1571
250 GetSetSyntaxTest/12: Fail # Issue 1571 250 GetSetSyntaxTest/12: Fail # Issue 1571
251 GetSetSyntaxTest/13: Fail # Issue 1571 251 GetSetSyntaxTest/13: Fail # Issue 1571
252 GetSetSyntaxTest/14: Fail # Issue 1571 252 GetSetSyntaxTest/14: Fail # Issue 1571
253 GetSetSyntaxTest/15: Fail # Issue 1571 253 GetSetSyntaxTest/15: Fail # Issue 1571
254 ImplementTypeParameterNegativeTest: Skip # Issue 887 254 ImplementTypeParameterNegativeTest: Skip # Issue 887
255 FactoryImplementationTest: Fail # Issue 523 255 FactoryImplementationTest: Fail # Issue 523
256 PseudoKWTest: Fail # Issue 356 256 PseudoKWTest: Fail # Issue 356
257 NamingTest: Fail # Issue 356 257 NamingTest: Fail # Issue 356
258 DuplicateImplementsTest: Skip # Issue 976 258 DuplicateImplementsTest: Skip # Issue 976
259 DoubleToString: Fail # Prints "3" instead of "3.0".
259 ThirdTest: Fail # Issue 1511 260 ThirdTest: Fail # Issue 1511
260 TryCatchSyntaxTest/08: Fail 261 TryCatchSyntaxTest/08: Fail
261 TryCatchSyntaxTest/09: Fail 262 TryCatchSyntaxTest/09: Fail
262 CondExprTest: Fail 263 CondExprTest: Fail
263 SuperFieldAccessTest: Fail # Issue 1695 264 SuperFieldAccessTest: Fail # Issue 1695
264 CompileTimeConstant6Test: Fail 265 CompileTimeConstant6Test: Fail
265 CompileTimeConstant8Test: Fail 266 CompileTimeConstant8Test: Fail
266 267
267 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. 268 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate.
268 269
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 [ $component == frog && $mode == debug ] 454 [ $component == frog && $mode == debug ]
454 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
455 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
456 457
457 [ $arch == simarm ] 458 [ $arch == simarm ]
458 *: Skip 459 *: Skip
459 460
460 [ $arch == arm ] 461 [ $arch == arm ]
461 *: Skip 462 *: Skip
462 463
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698