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

Side by Side Diff: dart/tests/corelib/corelib-leg.status

Issue 9536012: Special case -0.0 when constant folding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 corelib 5 prefix corelib
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
11 [ $component == leg ] 11 [ $component == leg ]
12 DoubleCompareTest: Fail, OK # VM handling of double literals.
13 MathTest: Fail, OK # VM handling of double literals. 12 MathTest: Fail, OK # VM handling of double literals.
14 13
15 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX. 14 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX.
16 15
17 # Compilation errors. 16 # Compilation errors.
18 CollectionFromTest: Fail # named constructors with type arguments are not implem ented 17 CollectionFromTest: Fail # named constructors with type arguments are not implem ented
19 CollectionToStringTest: Fail # visitContinueStatement not implemented 18 CollectionToStringTest: Fail # visitContinueStatement not implemented
20 ConstListLiteralTest: Fail # visitContinueStatement not implemented 19 ConstListLiteralTest: Fail # visitContinueStatement not implemented
21 CoreRuntimeTypesTest: Fail # map not implemented 20 CoreRuntimeTypesTest: Fail # map not implemented
22 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented 21 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented
(...skipping 15 matching lines...) Expand all
38 37
39 38
40 # Bad test, assumes RegExp.allMatches returns a Collection. 39 # Bad test, assumes RegExp.allMatches returns a Collection.
41 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE ach' 40 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE ach'
42 41
43 42
44 BigIntegerVMTest: Fail, OK # VM specific test. 43 BigIntegerVMTest: Fail, OK # VM specific test.
45 GrowableObjectArray2VMTest: Fail, OK # VM specific test. 44 GrowableObjectArray2VMTest: Fail, OK # VM specific test.
46 GrowableObjectArrayVMTest: Fail, OK # VM specific test. 45 GrowableObjectArrayVMTest: Fail, OK # VM specific test.
47 StringBaseVMTest: Fail, OK # VM specific test. 46 StringBaseVMTest: Fail, OK # VM specific test.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698