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

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

Issue 11679007: Adding support checks for partially supported element types and updating tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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 | « tests/html/element_webkit_test.dart ('k') | 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
11 11
12 [ $runtime == chrome ] 12 [ $runtime == chrome ]
13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le.
14 input_element_test/date: Pass, Fail # Chrome stable does not support this i nput type. 13 input_element_test/date: Pass, Fail # Chrome stable does not support this i nput type.
15 input_element_test/datetime: Fail # Chrome stable does not support this i nput type. 14 input_element_test/datetime: Fail # Chrome stable does not support this i nput type.
16 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type. 15 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type.
17 input_element_test/month: Fail # Chrome stable does not support this i nput type. 16 input_element_test/month: Fail # Chrome stable does not support this i nput type.
18 input_element_test/week: Fail # Chrome stable does not support this i nput type. 17 input_element_test/week: Fail # Chrome stable does not support this i nput type.
19 18
20 [ $runtime == chrome || $runtime == drt] 19 [ $runtime == chrome || $runtime == drt]
21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium. 20 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium.
22 audiocontext_test: Skip # Need to adjust to new API. 21 audiocontext_test: Skip # Need to adjust to new API.
23 22
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 unknownelement_test: Fail # Issue 4189 58 unknownelement_test: Fail # Issue 4189
60 59
61 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie 10 || $runtime == safari || $runtime == ff || $runtime == opera ] 60 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie 10 || $runtime == safari || $runtime == ff || $runtime == opera ]
62 history_test: Fail 61 history_test: Fail
63 62
64 [$runtime == ie10 ] 63 [$runtime == ie10 ]
65 # TODO(efortuna, blois): Triage. 64 # TODO(efortuna, blois): Triage.
66 audiobuffersourcenode_test: Fail 65 audiobuffersourcenode_test: Fail
67 audiocontext_test: Fail 66 audiocontext_test: Fail
68 canvasrenderingcontext2d_test: Fail, Pass 67 canvasrenderingcontext2d_test: Fail, Pass
69 contentelement_test: Fail
70 css_test: Fail 68 css_test: Fail
71 document_test/getCssCanvasContext: Fail # IE does not support this. 69 document_test/getCssCanvasContext: Fail # IE does not support this.
72 element_test/additionalConstructors: Fail 70 element_test/additionalConstructors: Fail
73 element_test/click: Fail # IE does not support firing this event. 71 element_test/click: Fail # IE does not support firing this event.
72 element_types_test/supported_content: Fail
73 element_types_test/supported_details: Fail
74 element_types_test/supported_keygen: Fail
75 element_types_test/supported_meter: Fail
76 element_types_test/supported_object: Fail
77 element_types_test/supported_output: Fail
74 element_webkit_test: Fail 78 element_webkit_test: Fail
75 exceptions_test: Fail 79 exceptions_test: Fail
76 fileapi_test: Fail 80 fileapi_test: Fail
77 indexeddb_1_test/supported: Fail # IE10 does not support from file:// 81 indexeddb_1_test/supported: Fail # IE10 does not support from file://
78 inner_frame_test: Skip 82 inner_frame_test: Skip
79 input_element_test/date: Fail # IE10 does not support this input type . 83 input_element_test/date: Fail # IE10 does not support this input type .
80 input_element_test/datetime: Fail # IE10 does not support this input type . 84 input_element_test/datetime: Fail # IE10 does not support this input type .
81 input_element_test/datetime-local: Fail # IE10 does not support this input type . 85 input_element_test/datetime-local: Fail # IE10 does not support this input type .
82 input_element_test/month: Fail # IE10 does not support this input type . 86 input_element_test/month: Fail # IE10 does not support this input type .
83 input_element_test/time: Fail # IE10 does not support this input type . 87 input_element_test/time: Fail # IE10 does not support this input type .
(...skipping 11 matching lines...) Expand all
95 typed_arrays_1_test: Fail 99 typed_arrays_1_test: Fail
96 typed_arrays_arraybuffer_test: Fail 100 typed_arrays_arraybuffer_test: Fail
97 typed_arrays_dataview_test: Fail 101 typed_arrays_dataview_test: Fail
98 url_test: Fail # IE10 does not support from file:// 102 url_test: Fail # IE10 does not support from file://
99 websql_test: Fail 103 websql_test: Fail
100 window_open_test: Skip 104 window_open_test: Skip
101 xhr_test: Fail 105 xhr_test: Fail
102 xsltprocessor_test: Fail 106 xsltprocessor_test: Fail
103 107
104 [ $runtime == ie9 ] 108 [ $runtime == ie9 ]
105 contentelement_test: Fail # ie9 does not support content element.
106 document_test/getCssCanvasContext: Fail # IE does not support this. 109 document_test/getCssCanvasContext: Fail # IE does not support this.
107 element_test/click: Fail # IE does not support firing this event. 110 element_test/click: Fail # IE does not support firing this event.
111 element_types_test/supported_content: Fail
112 element_types_test/supported_datalist: Fail
113 element_types_test/supported_details: Fail
114 element_types_test/supported_keygen: Fail
115 element_types_test/supported_meter: Fail
116 element_types_test/supported_object: Fail
117 element_types_test/supported_output: Fail
118 element_types_test/supported_progress: Fail
119 element_types_test/supported_track: Fail
108 form_data_test: Fail # Issue 4793. 120 form_data_test: Fail # Issue 4793.
109 form_element_test: Fail # Issue 4793. 121 form_element_test: Fail # Issue 4793.
110 inner_frame_test: Skip # Issue 5727 (timeout) 122 inner_frame_test: Skip # Issue 5727 (timeout)
111 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 123 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
112 typed_arrays_2_test: Skip 124 typed_arrays_2_test: Skip
113 typed_arrays_3_test: Skip 125 typed_arrays_3_test: Skip
114 typed_arrays_4_test: Skip 126 typed_arrays_4_test: Skip
115 typed_arrays_5_test: Skip 127 typed_arrays_5_test: Skip
116 typed_arrays_arraybuffer_test: Skip 128 typed_arrays_arraybuffer_test: Skip
117 typed_arrays_dataview_test: Skip 129 typed_arrays_dataview_test: Skip
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 xsltprocessor_test: Skip # BUG(4016) 170 xsltprocessor_test: Skip # BUG(4016)
159 isolates_test: Skip # BUG(4016) 171 isolates_test: Skip # BUG(4016)
160 xhr_test: Skip # BUG(4016) 172 xhr_test: Skip # BUG(4016)
161 xhr_cross_origin_test: Fail # Issue 6016. 173 xhr_cross_origin_test: Fail # Issue 6016.
162 174
163 [ $runtime == safari ] 175 [ $runtime == safari ]
164 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing 176 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing
165 # with Safari 6. 177 # with Safari 6.
166 audiocontext_test: Crash, Fail # Issue: 7414 178 audiocontext_test: Crash, Fail # Issue: 7414
167 element_test/elements: Crash, Fail # Issue: 7414 179 element_test/elements: Crash, Fail # Issue: 7414
180 element_types_test/supported_datalist: Fail
168 performance_api_test: Fail # window.performance.timing not in Safari 6. 181 performance_api_test: Fail # window.performance.timing not in Safari 6.
169 indexeddb_1_test/supported: Fail 182 indexeddb_1_test/supported: Fail
170 input_element_test/date: Fail # Safari does not support this input ty pe. 183 input_element_test/date: Fail # Safari does not support this input ty pe.
171 input_element_test/datetime: Fail # Safari does not support this input ty pe. 184 input_element_test/datetime: Fail # Safari does not support this input ty pe.
172 input_element_test/datetime-local: Fail # Safari does not support this input ty pe. 185 input_element_test/datetime-local: Fail # Safari does not support this input ty pe.
173 input_element_test/month: Fail, Crash # Safari does not support this input ty pe. 186 input_element_test/month: Fail, Crash # Safari does not support this input ty pe.
174 input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this fa ilure. 187 input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this fa ilure.
175 input_element_test/time: Fail, Crash # Safari does not support this input ty pe. 188 input_element_test/time: Fail, Crash # Safari does not support this input ty pe.
176 input_element_test/week: Fail, Crash # Safari does not support this input ty pe. 189 input_element_test/week: Fail, Crash # Safari does not support this input ty pe.
177 fileapi_test: Fail # requestFileSystem not supported in Safari 6. 190 fileapi_test: Fail # requestFileSystem not supported in Safari 6.
178 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. 191 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
179 contentelement_test: Fail # Safari 6 does not support content element.
180 # TODO(efortuna): Make our test framework able to separate tests out by browser 192 # TODO(efortuna): Make our test framework able to separate tests out by browser
181 # version. 193 # version.
182 datalistelement_test: Fail # Issue: 7414 194 datalistelement_test: Fail # Issue: 7414
183 node_test: Skip # Issue 6457 195 node_test: Skip # Issue 6457
184 196
185 [ $runtime == opera && $system == windows ] 197 [ $runtime == opera && $system == windows ]
186 htmlelement_test: Fail, Pass 198 htmlelement_test: Fail, Pass
187 199
188 [ $runtime == opera && $system == macos ] 200 [ $runtime == opera && $system == macos ]
189 html/element_test/constructors: Fail 201 html/element_test/constructors: Fail
190 202
191 203
192 [ $runtime == opera ] 204 [ $runtime == opera ]
193 document_test/getCssCanvasContext: Fail # Issue: 7413 205 document_test/getCssCanvasContext: Fail # Issue: 7413
194 form_data_test: Fail # Issue: 7413 206 form_data_test: Fail # Issue: 7413
195 keyboard_event_test: Fail # Issue: 7413 207 keyboard_event_test: Fail # Issue: 7413
196 xmldocument_2_test: Fail # Issue: 7413 208 xmldocument_2_test: Fail # Issue: 7413
197 element_test/eventListening: Fail # Issue: 7413 209 element_test/eventListening: Fail # Issue: 7413
198 element_test/children: Fail # Issue: 7413 210 element_test/children: Fail # Issue: 7413
199 audiobuffersourcenode_test: Fail 211 audiobuffersourcenode_test: Fail
200 cache_test: Fail 212 cache_test: Fail
201 canvas_test: Pass,Fail 213 canvas_test: Pass,Fail
202 contentelement_test: Fail
203 audiocontext_test: Fail 214 audiocontext_test: Fail
204 blob_constructor_test: Fail 215 blob_constructor_test: Fail
205 canvas_using_html_test: Fail 216 canvas_using_html_test: Fail
206 canvas_test: Fail 217 canvas_test: Fail
207 css_test: Fail 218 css_test: Fail
208 cssstyledeclaration_test: Fail 219 cssstyledeclaration_test: Fail
209 element_add_test: Fail 220 element_add_test: Fail
210 element_constructor_1_test: Fail 221 element_constructor_1_test: Fail
211 element_test/constructors: Fail 222 element_test/constructors: Fail
212 element_test/elements: Fail 223 element_test/elements: Fail
(...skipping 16 matching lines...) Expand all
229 inner_frame_test: Skip # Timeout. 240 inner_frame_test: Skip # Timeout.
230 js_interop_3_test: Skip # Timeout. 241 js_interop_3_test: Skip # Timeout.
231 js_interop_4_test: Skip # Timeout. 242 js_interop_4_test: Skip # Timeout.
232 isolates_test: Skip # Timeout. 243 isolates_test: Skip # Timeout.
233 websql_test: Skip # Timeout. 244 websql_test: Skip # Timeout.
234 245
235 [ $runtime == ff ] 246 [ $runtime == ff ]
236 audiobuffersourcenode_test: Fail # FF only has Audio element. 247 audiobuffersourcenode_test: Fail # FF only has Audio element.
237 audiocontext_test: Fail # FF only has Audio element 248 audiocontext_test: Fail # FF only has Audio element
238 css_test: Fail # No analog to WebKitCssMatrix 249 css_test: Fail # No analog to WebKitCssMatrix
239 contentelement_test: Fail # FF does not support content element.
240 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 250 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
241 document_test/getCssCanvasContext: Fail # FF does not support this. 251 document_test/getCssCanvasContext: Fail # FF does not support this.
242 documentfragment_test: Fail 252 documentfragment_test: Fail
253 element_types_test/supported_content: Fail
254 element_types_test/supported_details: Fail
255 element_types_test/supported_embed: Fail
256 element_types_test/supported_track: Fail
257 element_types_test/supported_keygen: Fail
243 element_webkit_test: Fail 258 element_webkit_test: Fail
244 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 259 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
245 fileapi_test: Fail # FF does not support filesystem APIs. 260 fileapi_test: Fail # FF does not support filesystem APIs.
246 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs. 261 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
247 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 262 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
248 inner_frame_test: Skip 263 inner_frame_test: Skip
249 input_element_test/date: Fail # FF does not support this input type. 264 input_element_test/date: Fail # FF does not support this input type.
250 input_element_test/datetime: Fail # FF does not support this input type. 265 input_element_test/datetime: Fail # FF does not support this input type.
251 input_element_test/datetime-local: Fail # FF does not support this input type. 266 input_element_test/datetime-local: Fail # FF does not support this input type.
252 input_element_test/month: Fail # FF does not support this input type. 267 input_element_test/month: Fail # FF does not support this input type.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 304
290 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 305 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
291 isolates_test: Skip # Timeout because leg does not support web workers. 306 isolates_test: Skip # Timeout because leg does not support web workers.
292 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 307 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
293 308
294 [ $compiler == dart2js && $runtime == ff ] 309 [ $compiler == dart2js && $runtime == ff ]
295 xhr_test: Skip # Timeout 310 xhr_test: Skip # Timeout
296 inner_frame_test: Skip # Timeout 311 inner_frame_test: Skip # Timeout
297 svg_3_test: Skip # Timeout 312 svg_3_test: Skip # Timeout
298 documentfragment_test: Skip # Timeout 313 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/element_webkit_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698