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

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

Issue 9491012: Fix bot again. (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
(...skipping 19 matching lines...) Expand all
30 MapsTest: Fail 30 MapsTest: Fail
31 MathTest: Fail 31 MathTest: Fail
32 RegExpAllMatchesTest: Fail 32 RegExpAllMatchesTest: Fail
33 RegExp4Test: Fail # New test added on 10/28. 33 RegExp4Test: Fail # New test added on 10/28.
34 StringPatternTest: Fail 34 StringPatternTest: Fail
35 StringSubstringTest: Fail 35 StringSubstringTest: Fail
36 StringTest: Fail # Needs index out of range checks. 36 StringTest: Fail # Needs index out of range checks.
37 37
38 SplayTreeTest: Fail # named parameters on function statements is not supported. 38 SplayTreeTest: Fail # named parameters on function statements is not supported.
39 39
40 [ $component == frogsh ]
41 DoubleCompareTest: Fail
42
40 [ $component == webdriver && ($browser == ff || $browser == ie) ] 43 [ $component == webdriver && ($browser == ff || $browser == ie) ]
41 UnicodeTest: Fail 44 UnicodeTest: Fail
42 45
43 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 46 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
44 [ $component == webdriver && $browser == opera ] 47 [ $component == webdriver && $browser == opera ]
45 *: Skip 48 *: Skip
46 49
47 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 50 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
48 *: Skip 51 *: Skip
49 52
50 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 53 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
51 *: Skip 54 *: Skip
52 55
53 [ $arch == simarm ] 56 [ $arch == simarm ]
54 *: Skip 57 *: Skip
55 58
56 [ $arch == arm ] 59 [ $arch == arm ]
57 *: Skip 60 *: Skip
58 61
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