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

Side by Side Diff: tests/language/language-leg.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/language/language.status ('k') | tests/language/src/DoubleToString.dart » ('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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 18 matching lines...) Expand all
29 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 29 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
30 ConstObjectsAreImmutableTest: Fail # map not implemented 30 ConstObjectsAreImmutableTest: Fail # map not implemented
31 Constructor5Test: Fail # no matching constructor found 31 Constructor5Test: Fail # no matching constructor found
32 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 32 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
33 Context2Test: Fail # switch cases are not implemented 33 Context2Test: Fail # switch cases are not implemented
34 ContextTest: Fail # Internal Error: Cannot find value 34 ContextTest: Fail # Internal Error: Cannot find value
35 ContinueTest: Fail # switch cases are not implemented 35 ContinueTest: Fail # switch cases are not implemented
36 DefaultFactoryLibraryTest: Fail # lib is not a type 36 DefaultFactoryLibraryTest: Fail # lib is not a type
37 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 37 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
38 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value 38 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
39 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
40 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
41 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
39 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 42 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
40 DynamicTest: Fail # cannot resolve type F1 43 DynamicTest: Fail # cannot resolve type F1
41 EmptyBlockCaseTest: Fail # switch cases are not implemented 44 EmptyBlockCaseTest: Fail # switch cases are not implemented
42 Factory4Test: Fail # named constructors with type arguments are not implemented 45 Factory4Test: Fail # named constructors with type arguments are not implemented
43 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails. 46 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails.
44 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented 47 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented
45 ForTest: Fail # SsaBuilder for loop without condition not implemented 48 ForTest: Fail # SsaBuilder for loop without condition not implemented
46 FunctionLiterals2Test: Fail # Internal Error: Cannot find value 49 FunctionLiterals2Test: Fail # Internal Error: Cannot find value
47 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x 50 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x
48 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 51 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 # TODO(ahe): Categorize these failures. 322 # TODO(ahe): Categorize these failures.
320 ClosureBreak1Test: Fail 323 ClosureBreak1Test: Fail
321 ClosureBreak2Test: Fail 324 ClosureBreak2Test: Fail
322 ClosureBreakTest: Fail 325 ClosureBreakTest: Fail
323 ExecuteFinally3Test: Fail 326 ExecuteFinally3Test: Fail
324 ExecuteFinally9Test: Fail 327 ExecuteFinally9Test: Fail
325 328
326 329
327 [ $component == leg && $mode == release ] 330 [ $component == leg && $mode == release ]
328 AssignTopMethodNegativeTest: Crash 331 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/DoubleToString.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698