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

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: Don't use NULL and rebase. Created 8 years, 10 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 # 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 RichardsTest: Fail 275 RichardsTest: Fail
276 TypedMessageTest: Fail # Bug 5246195 276 TypedMessageTest: Fail # Bug 5246195
277 StringEscape1NegativeTest: Skip 277 StringEscape1NegativeTest: Skip
278 278
279 279
280 [ $component == frogsh ] 280 [ $component == frogsh ]
281 IntrinsifiedMethodsTest: Fail # Issue 1470 281 IntrinsifiedMethodsTest: Fail # Issue 1470
282 ArithmeticTest: Fail # Issue 1470 282 ArithmeticTest: Fail # Issue 1470
283 283
284 [ $component == frog || $component == frogium || $component == webdriver ] 284 [ $component == frog || $component == frogium || $component == webdriver ]
285 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 285 DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0.0.
286 286
287 # This set of four test components (frog, frogsh, frogium, and webdriver) all 287 # This set of four test components (frog, frogsh, frogium, and webdriver) all
288 # consume frog output, so if frog is generating the incorrect code, chances are 288 # consume frog output, so if frog is generating the incorrect code, chances are
289 # it will fail on all of these components. 289 # it will fail on all of these components.
290 # 290 #
291 # Further explanation: 291 # Further explanation:
292 # frog: frog compiler, run using the VM 292 # frog: frog compiler, run using the VM
293 # frogsh: self-hosted frog compiler 293 # frogsh: self-hosted frog compiler
294 # frogium: Dart code compiled with frog VM running under DumpRenderTree 294 # frogium: Dart code compiled with frog VM running under DumpRenderTree
295 # webdriver: Dart code compiled with frog VM running on an actual browser 295 # webdriver: Dart code compiled with frog VM running on an actual browser
(...skipping 21 matching lines...) Expand all
317 GetSetSyntaxTest/11: Fail # Issue 1571 317 GetSetSyntaxTest/11: Fail # Issue 1571
318 GetSetSyntaxTest/12: Fail # Issue 1571 318 GetSetSyntaxTest/12: Fail # Issue 1571
319 GetSetSyntaxTest/13: Fail # Issue 1571 319 GetSetSyntaxTest/13: Fail # Issue 1571
320 GetSetSyntaxTest/14: Fail # Issue 1571 320 GetSetSyntaxTest/14: Fail # Issue 1571
321 GetSetSyntaxTest/15: Fail # Issue 1571 321 GetSetSyntaxTest/15: Fail # Issue 1571
322 ImplementTypeParameterNegativeTest: Skip # Issue 887 322 ImplementTypeParameterNegativeTest: Skip # Issue 887
323 FactoryImplementationTest: Fail # Issue 523 323 FactoryImplementationTest: Fail # Issue 523
324 PseudoKWTest: Fail # Issue 356 324 PseudoKWTest: Fail # Issue 356
325 NamingTest: Fail # Issue 356 325 NamingTest: Fail # Issue 356
326 DuplicateImplementsTest: Skip # Issue 976 326 DuplicateImplementsTest: Skip # Issue 976
327 DoubleToString: Fail # Prints "3" instead of "3.0".
327 ThirdTest: Fail # Issue 1511 328 ThirdTest: Fail # Issue 1511
328 TryCatchSyntaxTest/08: Fail 329 TryCatchSyntaxTest/08: Fail
329 TryCatchSyntaxTest/09: Fail 330 TryCatchSyntaxTest/09: Fail
330 CondExprTest: Fail 331 CondExprTest: Fail
331 332
332 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. 333 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate.
333 334
334 # VM or DartC specific tests not to be run by Frog. See language.status 335 # VM or DartC specific tests not to be run by Frog. See language.status
335 *VMTest: Skip 336 *VMTest: Skip
336 *VMNegativeTest: Skip 337 *VMNegativeTest: Skip
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 [ $component == frog && $mode == debug ] 531 [ $component == frog && $mode == debug ]
531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 532 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 533 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
533 534
534 [ $arch == simarm ] 535 [ $arch == simarm ]
535 *: Skip 536 *: Skip
536 537
537 [ $arch == arm ] 538 [ $arch == arm ]
538 *: Skip 539 *: Skip
539 540
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698