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

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

Issue 8317008: Implement compareTo on DartC. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove commented line. Created 9 years, 2 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 [ $arch == ia32 || $arch == dartium ] 7 [ $arch == ia32 || $arch == dartium ]
8 UnicodeTest: Fail # Bug 5163868 8 UnicodeTest: Fail # Bug 5163868
9 DoubleCompareTest: Fail # Bug 5427703 9 DoubleCompareTest: Fail # Bug 5427703
10 *DartcTest: Skip 10 *DartcTest: Skip
11 11
12 [ $arch == ia32 ] 12 [ $arch == ia32 ]
13 13
14 14
15 [ $arch == dartc || $arch == chromium ] 15 [ $arch == dartc || $arch == chromium ]
16 ConstListLiteralTest: Fail # Bug 5202940 16 ConstListLiteralTest: Fail # Bug 5202940
17 ConstListSetRangeTest: Fail # Bug 5202940 17 ConstListSetRangeTest: Fail # Bug 5202940
18 ConstListRemoveRangeTest: Fail # Bug 5202940 18 ConstListRemoveRangeTest: Fail # Bug 5202940
19 CoreRuntimeTypesTest: Fail # Bug 5196164 19 CoreRuntimeTypesTest: Fail # Bug 5196164
20 StringTest: Fail # Bug 5196164 20 StringTest: Fail # Bug 5196164
21 DoubleCompareTest: Fail # Bug 5427706
22 *VMTest: Skip 21 *VMTest: Skip
23 22
24 23
25 [ $arch == dartium ] 24 [ $arch == dartium ]
26 # print is not available 25 # print is not available
27 SortTest: Fail 26 SortTest: Fail
28 ListSortTest: Fail 27 ListSortTest: Fail
29 28
30 29
31 [ $arch == x64 ] 30 [ $arch == x64 ]
32 *: Skip 31 *: Skip
33 32
34 [ $arch == simarm ] 33 [ $arch == simarm ]
35 *: Skip 34 *: Skip
36 35
37 [ $arch == arm ] 36 [ $arch == arm ]
38 *: Skip 37 *: Skip
OLDNEW
« compiler/lib/implementation/number.dart ('K') | « compiler/lib/implementation/number.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698