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

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

Issue 9309021: Update webdriver status for DOM tests. (Closed) Base URL: https://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/dom/ImplementationTest.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 23 matching lines...) Expand all
34 layout/layout_tests: Skip # Issue 152, also seems flaky 34 layout/layout_tests: Skip # Issue 152, also seems flaky
35 # TODO(vsm): Triage DOM tests. 35 # TODO(vsm): Triage DOM tests.
36 dom/DocumentTest: Fail 36 dom/DocumentTest: Fail
37 dom/DOMIsolatesTest: Fail 37 dom/DOMIsolatesTest: Fail
38 dom/HTMLElementTest: Fail 38 dom/HTMLElementTest: Fail
39 dom/TypingTest: Fail 39 dom/TypingTest: Fail
40 dom/WebGL1Test: Fail 40 dom/WebGL1Test: Fail
41 dom/WindowOpenTest: Fail 41 dom/WindowOpenTest: Fail
42 dom/XHRTest: Fail 42 dom/XHRTest: Fail
43 43
44 [ ($component == frogium || ($component == webdriver && ($browser == chrome || $ browser == ff || $browser == safari || $browser == ie))) && $checked ]
45 # TODO(vsm): Triage DOM tests.
46 dom/EventsTest: Fail
47
48 [ $component == webdriver ]
49 dom/ImplementationTest: Fail
50 dom/HistoryTest: Fail
51
44 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ] 52 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ]
45 html/html_tests: Fail 53 html/html_tests: Fail
54 # TODO(vsm): Triage DOM failures on other browsers.
55 dom/*: Skip
46 56
47 [ $component == webdriver && ($browser == safari || $browser == ie) ] 57 [ $component == webdriver && ($browser == safari || $browser == ie) ]
48 samples/swarm/swarm_tests: Fail 58 samples/swarm/swarm_tests: Fail
49 59
50 [ $component == webdriver && $browser == ff ] 60 [ $component == webdriver && $browser == ff ]
51 samples/swarm/swarm_tests: Skip 61 samples/swarm/swarm_tests: Skip
52 62
53 [ $component == webdriver && $browser == safari ] 63 [ $component == webdriver && $browser == safari ]
54 samples/smoketest/dartWebBase_tests: Fail 64 samples/smoketest/dartWebBase_tests: Fail
55 65
(...skipping 15 matching lines...) Expand all
71 *: Skip 81 *: Skip
72 82
73 [ $component == leg ] 83 [ $component == leg ]
74 *: Skip 84 *: Skip
75 85
76 [ $component == frog ] 86 [ $component == frog ]
77 *: Skip 87 *: Skip
78 88
79 [ $component == frogsh ] 89 [ $component == frogsh ]
80 *: Skip 90 *: Skip
OLDNEW
« no previous file with comments | « no previous file | client/tests/client/dom/ImplementationTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698