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

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

Issue 9146001: continued cleanup of initialization and Value (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: touchups to comments 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
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 # VM or DartC specific tests not to be run by Frog. See language.status. 27 # VM or DartC specific tests not to be run by Frog. See language.status.
28 *VMTest: Skip 28 *VMTest: Skip
29 *VMNegativeTest: Skip 29 *VMNegativeTest: Skip
30 *DartcTest: Skip 30 *DartcTest: Skip
31 *DartcNegativeTest: Skip 31 *DartcNegativeTest: Skip
32 # Note: Correctly skips 4 VMTests that rely on VM internals 32 # Note: Correctly skips 4 VMTests that rely on VM internals
33 33
34 ConstList*: Fail # 'const' is not currently checked. 34 ConstList*: Fail # 'const' is not currently checked.
35 CoreRuntimeTypesTest: Fail 35 CoreRuntimeTypesTest: Fail
36 DateTimeTest: Fail 36 DateTimeTest: Fail
37 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
37 ForInTest: Fail 38 ForInTest: Fail
38 IndexedListAccessTest: Fail 39 IndexedListAccessTest: Fail
39 IndexOutOfRangeExceptionTest: Fail 40 IndexOutOfRangeExceptionTest: Fail
40 ListGetRangeTest: Fail 41 ListGetRangeTest: Fail
41 ListFromListTest: Fail 42 ListFromListTest: Fail
42 ListInsertRangeTest: Fail 43 ListInsertRangeTest: Fail
43 ListRemoveRangeTest: Fail 44 ListRemoveRangeTest: Fail
44 ListTest: Fail 45 ListTest: Fail
45 MapsTest: Fail 46 MapsTest: Fail
46 MathTest: Fail 47 MathTest: Fail
47 RegExpAllMatchesTest: Fail 48 RegExpAllMatchesTest: Fail
48 RegExp4Test: Fail # New test added on 10/28. 49 RegExp4Test: Fail # New test added on 10/28.
49 StringPatternTest: Fail 50 StringPatternTest: Fail
50 StringSubstringTest: Fail 51 StringSubstringTest: Fail
51 StringTest: Fail # Needs index out of range checks. 52 StringTest: Fail # Needs index out of range checks.
52 53
53 54
54 [ $component == frog ]
55 DoubleCompareTest: Crash # Issue with static finals and -Infinity, -0.
56 NanInfinityTest: Crash
57
58
59 [ $component == frogsh || $component == frogium ]
60 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
61 NanInfinityTest: Fail
62
63
64 [ $arch == x64 ] 55 [ $arch == x64 ]
65 *: Skip 56 *: Skip
66 57
67 [ $arch == simarm ] 58 [ $arch == simarm ]
68 *: Skip 59 *: Skip
69 60
70 [ $arch == arm ] 61 [ $arch == arm ]
71 *: Skip 62 *: Skip
OLDNEW
« frog/member.dart ('K') | « frog/value.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698