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

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

Issue 9494014: Fix bot. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « no previous file | 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) 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 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
29 ForInTest: Fail 28 ForInTest: Fail
30 ListTest: Fail 29 ListTest: Fail
31 MapsTest: Fail 30 MapsTest: Fail
32 MathTest: Fail 31 MathTest: Fail
33 RegExpAllMatchesTest: Fail 32 RegExpAllMatchesTest: Fail
34 RegExp4Test: Fail # New test added on 10/28. 33 RegExp4Test: Fail # New test added on 10/28.
35 StringPatternTest: Fail 34 StringPatternTest: Fail
36 StringSubstringTest: Fail 35 StringSubstringTest: Fail
37 StringTest: Fail # Needs index out of range checks. 36 StringTest: Fail # Needs index out of range checks.
38 37
(...skipping 11 matching lines...) Expand all
50 49
51 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 50 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
52 *: Skip 51 *: Skip
53 52
54 [ $arch == simarm ] 53 [ $arch == simarm ]
55 *: Skip 54 *: Skip
56 55
57 [ $arch == arm ] 56 [ $arch == arm ]
58 *: Skip 57 *: Skip
59 58
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698