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

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

Issue 10634013: Fix webdriver test setup script for windows and add proper path for pip. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | tools/testing/webdriver_test_setup.py » ('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) 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 [ $runtime == ff ] 60 [ $runtime == ff ]
61 audiocontext_test: Fail # FF only has Audio element 61 audiocontext_test: Fail # FF only has Audio element
62 css_test: Fail # No analog to WebKitCSSMatrix 62 css_test: Fail # No analog to WebKitCSSMatrix
63 cssstyledeclaration_test: Fail 63 cssstyledeclaration_test: Fail
64 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame 64 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
65 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 65 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
66 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 66 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
67 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 67 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
68 documentfragment_test: Fail 68 documentfragment_test: Fail
69 element_test: Fail # But works on FF12 69 element_test: Fail
70 element_classes_test: Fail # But works on FF12
71 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 70 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
72 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 71 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
73 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 72 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
74 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 73 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
75 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 74 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
76 instance_of_test: Fail # Issue 2535 75 instance_of_test: Fail # Issue 2535
77 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 76 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
78 inner_frame_test: Skip 77 inner_frame_test: Skip
79 localstorage_test: Fail 78 localstorage_test: Fail
80 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 79 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 documentfragment_test: Skip # Timeout 166 documentfragment_test: Skip # Timeout
168 fileapi_test: Skip # Issue 3022 167 fileapi_test: Skip # Issue 3022
169 168
170 [ $compiler == dart2js && $runtime == chrome && $system == windows] 169 [ $compiler == dart2js && $runtime == chrome && $system == windows]
171 css_test: Pass, Fail # Issue #2823 170 css_test: Pass, Fail # Issue #2823
172 fileapi_test: Skip # Issue 3022 171 fileapi_test: Skip # Issue 3022
173 172
174 [ $compiler == dart2js && $runtime == drt && $system == macos ] 173 [ $compiler == dart2js && $runtime == drt && $system == macos ]
175 indexeddb_2_test: Fail # Issue 3669. 174 indexeddb_2_test: Fail # Issue 3669.
176 indexeddb_3_test: Fail # Issue 3670. 175 indexeddb_3_test: Fail # Issue 3670.
OLDNEW
« no previous file with comments | « no previous file | tools/testing/webdriver_test_setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698