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

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

Issue 8430037: Fix issue: 5427703 (compareTo), fix parsing of -0.0. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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') | no next file » | 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) 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 == vm || $component == dartium ] 7 [ $component == vm || $component == dartium ]
8 UnicodeTest: Fail # Bug 5163868 8 UnicodeTest: Fail # Bug 5163868
9 DoubleCompareTest: Fail # Bug 5427703
10 *DartcTest: Skip 9 *DartcTest: Skip
11 10
12 [ $arch == ia32 ] 11 [ $arch == ia32 ]
13 12
14 13
15 [ $component == dartc || $component == chromium ] 14 [ $component == dartc || $component == chromium ]
16 ListSetRangeTest: Fail # Bug 291 15 ListSetRangeTest: Fail # Bug 291
17 ConstListLiteralTest: Fail # Bug 5202940 16 ConstListLiteralTest: Fail # Bug 5202940
18 ConstListSetRangeTest: Fail # Bug 5202940 17 ConstListSetRangeTest: Fail # Bug 5202940
19 ConstListRemoveRangeTest: Fail # Bug 5202940 18 ConstListRemoveRangeTest: Fail # Bug 5202940
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 62
64 63
65 [ $arch == x64 ] 64 [ $arch == x64 ]
66 *: Skip 65 *: Skip
67 66
68 [ $arch == simarm ] 67 [ $arch == simarm ]
69 *: Skip 68 *: Skip
70 69
71 [ $arch == arm ] 70 [ $arch == arm ]
72 *: Skip 71 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698