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

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

Issue 10916259: Enable wrapper-less browser tests on selenium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 css_test: Fail 76 css_test: Fail
77 datalistelement_test: Fail # ie9 does not have HTMLDataListElement 77 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
78 dom_constructors_test: Fail 78 dom_constructors_test: Fail
79 exceptions_test: Fail 79 exceptions_test: Fail
80 fileapi_test: Fail # IE does not support filesystem APIs. 80 fileapi_test: Fail # IE does not support filesystem APIs.
81 history_test: Fail 81 history_test: Fail
82 indexeddb_1_test: Fail 82 indexeddb_1_test: Fail
83 indexeddb_2_test: Fail 83 indexeddb_2_test: Fail
84 indexeddb_3_test: Fail 84 indexeddb_3_test: Fail
85 indexeddb_4_test: Fail 85 indexeddb_4_test: Fail
86 js_interop_1_test: Fail
87 js_interop_2_test: Fail 86 js_interop_2_test: Fail
88 js_interop_3_test: Fail 87 js_interop_3_test: Fail
89 js_interop_4_test: Fail 88 js_interop_4_test: Fail
90 measurement_test: Fail 89 measurement_test: Fail
91 messageevent_test: Fail 90 messageevent_test: Fail
92 mutationobserver_test: Fail 91 mutationobserver_test: Fail
93 serialized_script_value_test: Fail 92 serialized_script_value_test: Fail
94 shadow_dom_layout_test: Fail 93 shadow_dom_layout_test: Fail
95 shadow_dom_test: Fail 94 shadow_dom_test: Fail
96 storage_test: Fail 95 storage_test: Fail
97 svg_3_test: Fail 96 svg_3_test: Fail
98 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 97 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
99 websocket_test: Fail 98 websocket_test: Fail
100 window_open_test: Skip # BUG(4016) 99 window_open_test: Skip # BUG(4016)
101 xsltprocessor_test: Skip # BUG(4016) 100 xsltprocessor_test: Skip # BUG(4016)
102 isolates_test: Skip # BUG(4016) 101 isolates_test: Skip # BUG(4016)
103 xhr_test: Skip # BUG(4016) 102 xhr_test: Skip # BUG(4016)
104 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. 103 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE.
105 js_interop_1_test: Pass, Fail # BUG(4631)
106 104
107 105
108 [ $runtime == safari ] 106 [ $runtime == safari ]
109 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 107 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
110 node_test: Fail 108 node_test: Fail
111 svgelement_test: Fail 109 svgelement_test: Fail
112 svgelement2_test: Fail 110 svgelement2_test: Fail
113 111
114 [ $runtime == ff ] 112 [ $runtime == ff ]
115 js_interop_1_test: Fail, Pass # http://dartbug.com/5083
116 audiocontext_test: Fail # FF only has Audio element 113 audiocontext_test: Fail # FF only has Audio element
117 css_test: Fail # No analog to WebKitCSSMatrix 114 css_test: Fail # No analog to WebKitCSSMatrix
118 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame 115 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
119 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 116 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
120 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 117 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
121 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 118 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
122 documentfragment_test: Fail 119 documentfragment_test: Fail
123 element_test: Fail 120 element_test: Fail
124 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 121 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
125 fileapi_test: Fail # FF does not support filesystem APIs. 122 fileapi_test: Fail # FF does not support filesystem APIs.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 [ $compiler == dart2js && $runtime == chrome && $system == windows] 193 [ $compiler == dart2js && $runtime == chrome && $system == windows]
197 css_test: Pass, Fail # Issue #2823 194 css_test: Pass, Fail # Issue #2823
198 195
199 [ $compiler == dart2js && $runtime == ff && $system == windows] 196 [ $compiler == dart2js && $runtime == ff && $system == windows]
200 js_interop_2_test: Fail # Issue 4658. 197 js_interop_2_test: Fail # Issue 4658.
201 198
202 [ $compiler == dart2js && $checked && $browser] 199 [ $compiler == dart2js && $checked && $browser]
203 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 200 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
204 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 201 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
205 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 202 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698