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

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

Issue 8481022: cleanup test status (Closed) Base URL: https://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 | « frog/world.dart ('k') | tests/language/language.status » ('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) 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 *DartcTest: Skip 9 *DartcTest: Skip
10 10
(...skipping 16 matching lines...) Expand all
27 SortTest: Fail 27 SortTest: Fail
28 ListSortTest: Fail 28 ListSortTest: Fail
29 29
30 30
31 [ $component == frog || $component == frogsh || $component == leg ] 31 [ $component == frog || $component == frogsh || $component == leg ]
32 # VM or DartC specific tests not to be run by Frog. See language.status. 32 # VM or DartC specific tests not to be run by Frog. See language.status.
33 *VMTest: Skip 33 *VMTest: Skip
34 *VMNegativeTest: Skip 34 *VMNegativeTest: Skip
35 *DartcTest: Skip 35 *DartcTest: Skip
36 *DartcNegativeTest: Skip 36 *DartcNegativeTest: Skip
37 # Note: Correctly skips 4 VMTests that rely on VM internals
37 38
38 ConstList*: Fail # 'const' is not currently checked. 39 ConstList*: Fail # 'const' is not currently checked.
39 CoreRuntimeTypesTest: Fail 40 CoreRuntimeTypesTest: Fail
40 DateTimeTest: Fail 41 DateTimeTest: Fail
41 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. 42 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
42 ExpressionTest: Fail 43 ExpressionTest: Fail
43 ForInTest: Fail 44 ForInTest: Fail
44 IndexedListAccessTest: Fail 45 IndexedListAccessTest: Fail
45 IndexOutOfRangeExceptionTest: Fail 46 IndexOutOfRangeExceptionTest: Fail
46 ListGetRangeTest: Fail 47 ListGetRangeTest: Fail
(...skipping 15 matching lines...) Expand all
62 63
63 64
64 [ $arch == x64 ] 65 [ $arch == x64 ]
65 *: Skip 66 *: Skip
66 67
67 [ $arch == simarm ] 68 [ $arch == simarm ]
68 *: Skip 69 *: Skip
69 70
70 [ $arch == arm ] 71 [ $arch == arm ]
71 *: Skip 72 *: Skip
OLDNEW
« no previous file with comments | « frog/world.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698