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

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

Issue 8802028: fix set index bug in frog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« frog/gen.dart ('K') | « frog/minfrog ('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 *DartcTest: Skip 9 *DartcTest: Skip
10 10
(...skipping 22 matching lines...) Expand all
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 # Note: Correctly skips 4 VMTests that rely on VM internals
38 38
39 ConstList*: Fail # 'const' is not currently checked. 39 ConstList*: Fail # 'const' is not currently checked.
40 CoreRuntimeTypesTest: Fail 40 CoreRuntimeTypesTest: Fail
41 DateTimeTest: Fail 41 DateTimeTest: Fail
42 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. 42 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
43 ExpressionTest: Fail
44 ForInTest: Fail 43 ForInTest: Fail
45 IndexedListAccessTest: Fail 44 IndexedListAccessTest: Fail
46 IndexOutOfRangeExceptionTest: Fail 45 IndexOutOfRangeExceptionTest: Fail
47 ListGetRangeTest: Fail 46 ListGetRangeTest: Fail
48 ListFromListTest: Fail 47 ListFromListTest: Fail
49 ListInsertRangeTest: Fail 48 ListInsertRangeTest: Fail
50 ListRemoveRangeTest: Fail 49 ListRemoveRangeTest: Fail
51 ListSetRangeTest: Fail 50 ListSetRangeTest: Fail
52 ListTest: Fail 51 ListTest: Fail
53 MapFromTest: Fail 52 MapFromTest: Fail
54 MapsTest: Fail 53 MapsTest: Fail
55 MathTest: Fail 54 MathTest: Fail
56 NanInfinityTest: Fail 55 NanInfinityTest: Fail
57 RegExpAllMatchesTest: Fail 56 RegExpAllMatchesTest: Fail
58 RegExp4Test: Fail # New test added on 10/28. 57 RegExp4Test: Fail # New test added on 10/28.
59 StringPatternTest: Fail 58 StringPatternTest: Fail
60 StringSubstringTest: Fail 59 StringSubstringTest: Fail
61 StringTest: Fail # Needs index out of range checks. 60 StringTest: Fail # Needs index out of range checks.
62 61
63 62
64 [ $arch == x64 ] 63 [ $arch == x64 ]
65 *: Skip 64 *: Skip
66 65
67 [ $arch == simarm ] 66 [ $arch == simarm ]
68 *: Skip 67 *: Skip
69 68
70 [ $arch == arm ] 69 [ $arch == arm ]
71 *: Skip 70 *: Skip
OLDNEW
« frog/gen.dart ('K') | « frog/minfrog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698