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

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

Issue 9466048: Implement (subset of) ISO 8601 for date-reading. Fix other bugs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add assert. Created 8 years, 9 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 StringSplitRegExpTest: Fail # Issue 429 9 StringSplitRegExpTest: Fail # Issue 429
10 *DartcTest: Skip 10 *DartcTest: Skip
11 11
12 [ $arch == ia32 ] 12 [ $arch == ia32 ]
13 13
14 14
15 [ $component == dartc || $component == chromium ] 15 [ $component == dartc || $component == chromium ]
16 *VMTest: Skip 16 *VMTest: Skip
17 17
18 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] 18 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
19 # VM or DartC specific tests not to be run by Frog. See language.status. 19 # VM or DartC specific tests not to be run by Frog. See language.status.
20 *VMTest: Skip 20 *VMTest: Skip
21 *VMNegativeTest: Skip 21 *VMNegativeTest: Skip
22 *DartcTest: Skip 22 *DartcTest: Skip
23 *DartcNegativeTest: Skip 23 *DartcNegativeTest: Skip
24 # Note: Correctly skips 4 VMTests that rely on VM internals 24 # Note: Correctly skips 4 VMTests that rely on VM internals
25 25
26 ConstList*: Fail # 'const' is not currently checked. 26 ConstList*: Fail # 'const' is not currently checked.
27 CoreRuntimeTypesTest: Fail 27 CoreRuntimeTypesTest: Fail
28 DateTimeTest: Fail
29 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. 28 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
30 ForInTest: Fail 29 ForInTest: Fail
31 ListTest: Fail 30 ListTest: Fail
32 MapsTest: Fail 31 MapsTest: Fail
33 MathTest: Fail 32 MathTest: Fail
34 RegExpAllMatchesTest: Fail 33 RegExpAllMatchesTest: Fail
35 RegExp4Test: Fail # New test added on 10/28. 34 RegExp4Test: Fail # New test added on 10/28.
36 StringPatternTest: Fail 35 StringPatternTest: Fail
37 StringSubstringTest: Fail 36 StringSubstringTest: Fail
38 StringTest: Fail # Needs index out of range checks. 37 StringTest: Fail # Needs index out of range checks.
(...skipping 13 matching lines...) Expand all
52 51
53 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 52 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
54 *: Skip 53 *: Skip
55 54
56 [ $arch == simarm ] 55 [ $arch == simarm ]
57 *: Skip 56 *: Skip
58 57
59 [ $arch == arm ] 58 [ $arch == arm ]
60 *: Skip 59 *: Skip
61 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698