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

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

Issue 8983019: Native implementation of List,setRange for frog. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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
« no previous file with comments | « frog/lib/corelib_impl.dart ('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 24 matching lines...) Expand all
35 CoreRuntimeTypesTest: Fail 35 CoreRuntimeTypesTest: Fail
36 DateTimeTest: Fail 36 DateTimeTest: Fail
37 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. 37 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
38 ForInTest: Fail 38 ForInTest: Fail
39 IndexedListAccessTest: Fail 39 IndexedListAccessTest: Fail
40 IndexOutOfRangeExceptionTest: Fail 40 IndexOutOfRangeExceptionTest: Fail
41 ListGetRangeTest: Fail 41 ListGetRangeTest: Fail
42 ListFromListTest: Fail 42 ListFromListTest: Fail
43 ListInsertRangeTest: Fail 43 ListInsertRangeTest: Fail
44 ListRemoveRangeTest: Fail 44 ListRemoveRangeTest: Fail
45 ListSetRangeTest: Fail
46 ListTest: Fail 45 ListTest: Fail
47 MapsTest: Fail 46 MapsTest: Fail
48 MathTest: Fail 47 MathTest: Fail
49 NanInfinityTest: Fail 48 NanInfinityTest: Fail
50 RegExpAllMatchesTest: Fail 49 RegExpAllMatchesTest: Fail
51 RegExp4Test: Fail # New test added on 10/28. 50 RegExp4Test: Fail # New test added on 10/28.
52 StringPatternTest: Fail 51 StringPatternTest: Fail
53 StringSubstringTest: Fail 52 StringSubstringTest: Fail
54 StringTest: Fail # Needs index out of range checks. 53 StringTest: Fail # Needs index out of range checks.
55 54
56 55
57 [ $arch == x64 ] 56 [ $arch == x64 ]
58 *: Skip 57 *: Skip
59 58
60 [ $arch == simarm ] 59 [ $arch == simarm ]
61 *: Skip 60 *: Skip
62 61
63 [ $arch == arm ] 62 [ $arch == arm ]
64 *: Skip 63 *: Skip
OLDNEW
« no previous file with comments | « frog/lib/corelib_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698