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

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

Issue 9314047: Get Firefox on Windows running. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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 | client/tests/client/samples/smoketest/Smoketest.dart » ('j') | 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 client 5 prefix client
6 6
7 [ $component == dartium ] 7 [ $component == dartium ]
8 touch/touch_tests: Skip # Issue 157. 8 touch/touch_tests: Skip # Issue 157.
9 layout/layout_tests: Fail # Issue 152. 9 layout/layout_tests: Fail # Issue 152.
10 # TODO(vsm): Triage DOM tests. 10 # TODO(vsm): Triage DOM tests.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 [ $component == webdriver ] 48 [ $component == webdriver ]
49 dom/ImplementationTest: Fail 49 dom/ImplementationTest: Fail
50 dom/HistoryTest: Fail 50 dom/HistoryTest: Fail
51 51
52 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ] 52 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ]
53 html/html_tests: Fail 53 html/html_tests: Fail
54 # TODO(vsm): Triage DOM failures on other browsers. 54 # TODO(vsm): Triage DOM failures on other browsers.
55 dom/*: Skip 55 dom/*: Skip
56 56
57 [ $component == webdriver && $browser == ff && $system == linux ] 57 [ $component == webdriver && $browser == ff && ($system == linux || $system == win32) ]
58 view/view_tests: Fail 58 view/view_tests: Fail
59 59
60 [ $component == webdriver && $browser == safari ] 60 [ $component == webdriver && $browser == safari ]
61 samples/smoketest/dartWebBase_tests: Fail 61 samples/smoketest/dartWebBase_tests: Fail
62 62
63 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 63 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
64 *: Skip 64 *: Skip
65 65
66 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 66 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
67 *: Skip 67 *: Skip
(...skipping 10 matching lines...) Expand all
78 *: Skip 78 *: Skip
79 79
80 [ $component == leg ] 80 [ $component == leg ]
81 *: Skip 81 *: Skip
82 82
83 [ $component == frog ] 83 [ $component == frog ]
84 *: Skip 84 *: Skip
85 85
86 [ $component == frogsh ] 86 [ $component == frogsh ]
87 *: Skip 87 *: Skip
OLDNEW
« no previous file with comments | « no previous file | client/tests/client/samples/smoketest/Smoketest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698