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

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

Issue 11659031: Filling in supported platforms for InputElement types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 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. 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. 14 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
15 input_element_test/datetime: Fail # Chrome stable does not support this i nput type. 15 input_element_test/supported_datetime: Fail
16 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type. 16 input_element_test/supported_datetime-local: Fail
17 input_element_test/month: Fail # Chrome stable does not support this i nput type. 17 input_element_test/supported_month: Fail
18 input_element_test/week: Fail # Chrome stable does not support this i nput type. 18 input_element_test/supported_week: Fail
19 19
20 [ $runtime == chrome || $runtime == drt] 20 [ $runtime == chrome || $runtime == drt]
21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium. 21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium.
22 audiocontext_test: Skip # Need to adjust to new API. 22 audiocontext_test: Skip # Need to adjust to new API.
23 23
24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
25 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 25 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
26 26
27 [ $compiler == none && $runtime == drt && $system == windows] 27 [ $compiler == none && $runtime == drt && $system == windows]
28 audiobuffersourcenode_test: Skip 28 audiobuffersourcenode_test: Skip
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 audiocontext_test: Fail 67 audiocontext_test: Fail
68 canvasrenderingcontext2d_test: Fail, Pass 68 canvasrenderingcontext2d_test: Fail, Pass
69 contentelement_test: Fail 69 contentelement_test: Fail
70 css_test: Fail 70 css_test: Fail
71 document_test/getCssCanvasContext: Fail # IE does not support this. 71 document_test/getCssCanvasContext: Fail # IE does not support this.
72 element_test/additionalConstructors: Fail 72 element_test/additionalConstructors: Fail
73 element_test/click: Fail # IE does not support firing this event. 73 element_test/click: Fail # IE does not support firing this event.
74 element_webkit_test: Fail 74 element_webkit_test: Fail
75 exceptions_test: Fail 75 exceptions_test: Fail
76 fileapi_test: Fail 76 fileapi_test: Fail
77 indexeddb_1_test/supported: Fail # IE10 does not support from file:// 77 indexeddb_1_test/supported: Fail # IE10 does not support from file://
Emily Fortuna 2012/12/27 23:21:26 You can open a bug about how the test framework sh
78 inner_frame_test: Skip 78 inner_frame_test: Skip
79 input_element_test/date: Fail # IE10 does not support this input type . 79 input_element_test/supported_date: Fail
80 input_element_test/datetime: Fail # IE10 does not support this input type . 80 input_element_test/supported_datetime: Fail
81 input_element_test/datetime-local: Fail # IE10 does not support this input type . 81 input_element_test/supported_datetime-local: Fail
82 input_element_test/month: Fail # IE10 does not support this input type . 82 input_element_test/supported_month: Fail
83 input_element_test/time: Fail # IE10 does not support this input type . 83 input_element_test/supported_time: Fail
84 input_element_test/week: Fail # IE10 does not support this input type . 84 input_element_test/supported_week: Fail
85 isolates_test: Skip 85 isolates_test: Skip
86 localstorage_test: Fail 86 localstorage_test: Fail
87 measurement_test: Fail, Pass 87 measurement_test: Fail, Pass
88 messageevent_test: Fail 88 messageevent_test: Fail
89 mutationobserver_test/supported: Fail 89 mutationobserver_test/supported: Fail
90 serialized_script_value_test: Fail 90 serialized_script_value_test: Fail
91 storage_test: Fail, Pass 91 storage_test: Fail, Pass
92 svgelement_test/additionalConstructors: Fail 92 svgelement_test/additionalConstructors: Fail
93 svgelement2_test: Fail 93 svgelement2_test: Fail
94 svg_3_test: Fail 94 svg_3_test: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 blob_constructor_test: Fail 127 blob_constructor_test: Fail
128 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 128 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
129 css_test: Fail 129 css_test: Fail
130 datalistelement_test: Fail # ie9 does not have HTMLDataListElement 130 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
131 dom_constructors_test: Fail 131 dom_constructors_test: Fail
132 element_test/additionalConstructors: Fail 132 element_test/additionalConstructors: Fail
133 exceptions_test: Fail 133 exceptions_test: Fail
134 fileapi_test: Fail # IE does not support filesystem APIs. 134 fileapi_test: Fail # IE does not support filesystem APIs.
135 history_test: Fail 135 history_test: Fail
136 indexeddb_1_test/supported: Fail 136 indexeddb_1_test/supported: Fail
137 input_element_test/date: Fail # IE9 does not support this input type. 137 input_element_test/supported_date: Fail
138 input_element_test/datetime: Fail # IE9 does not support this input type. 138 input_element_test/supported_datetime: Fail
139 input_element_test/datetime-local: Fail # IE9 does not support this input type. 139 input_element_test/supported_datetime-local: Fail
140 input_element_test/month: Fail # IE9 does not support this input type. 140 input_element_test/supported_month: Fail
141 input_element_test/range: Fail # IE9 does not support this input type. 141 input_element_test/supported_range: Fail
142 input_element_test/time: Fail # IE9 does not support this input type. 142 input_element_test/supported_time: Fail
143 input_element_test/week: Fail # IE9 does not support this input type. 143 input_element_test/supported_week: Fail
144
145 messageevent_test: Fail 144 messageevent_test: Fail
146 mutationobserver_test/supported: Fail 145 mutationobserver_test/supported: Fail
147 postmessage_structured_test: Skip # BUG(5685): times out. 146 postmessage_structured_test: Skip # BUG(5685): times out.
148 serialized_script_value_test: Fail 147 serialized_script_value_test: Fail
149 shadow_dom_layout_test: Fail 148 shadow_dom_layout_test: Fail
150 shadow_dom_test: Fail 149 shadow_dom_test: Fail
151 storage_test: Fail 150 storage_test: Fail
152 svg_3_test: Fail 151 svg_3_test: Fail
153 svgelement_test/additionalConstructors: Fail 152 svgelement_test/additionalConstructors: Fail
154 svgelement2_test: Fail 153 svgelement2_test: Fail
155 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 154 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
156 websocket_test: Fail 155 websocket_test: Fail
157 window_open_test: Skip # BUG(4016) 156 window_open_test: Skip # BUG(4016)
158 xsltprocessor_test: Skip # BUG(4016) 157 xsltprocessor_test: Skip # BUG(4016)
159 isolates_test: Skip # BUG(4016) 158 isolates_test: Skip # BUG(4016)
160 xhr_test: Skip # BUG(4016) 159 xhr_test: Skip # BUG(4016)
161 xhr_cross_origin_test: Fail # Issue 6016. 160 xhr_cross_origin_test: Fail # Issue 6016.
162 161
163 [ $runtime == safari ] 162 [ $runtime == safari ]
164 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing 163 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing
165 # with Safari 6. 164 # with Safari 6.
166 audiocontext_test: Crash, Fail # Issue: 7414 165 audiocontext_test: Crash, Fail # Issue: 7414
167 element_test/elements: Crash, Fail # Issue: 7414 166 element_test/elements: Crash, Fail # Issue: 7414
168 performance_api_test: Fail # window.performance.timing not in Safari 6. 167 performance_api_test: Fail # window.performance.timing not in Safari 6.
169 indexeddb_1_test/supported: Fail 168 indexeddb_1_test/supported: Fail
170 input_element_test/date: Fail # Safari does not support this input ty pe. 169 input_element_test/supported_date: Fail
171 input_element_test/datetime: Fail # Safari does not support this input ty pe. 170 input_element_test/supported_datetime: Fail
172 input_element_test/datetime-local: Fail # Safari does not support this input ty pe. 171 input_element_test/supported_datetime-local: Fail
173 input_element_test/month: Fail, Crash # Safari does not support this input ty pe. 172 input_element_test/supported_month: Fail, Crash
174 input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this fa ilure. 173 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure.
175 input_element_test/time: Fail, Crash # Safari does not support this input ty pe. 174 input_element_test/supported_time: Fail, Crash
176 input_element_test/week: Fail, Crash # Safari does not support this input ty pe. 175 input_element_test/supported_week: Fail, Crash
177 fileapi_test: Fail # requestFileSystem not supported in Safari 6. 176 fileapi_test: Fail # requestFileSystem not supported in Safari 6.
178 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. 177 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
179 contentelement_test: Fail # Safari 6 does not support content element. 178 contentelement_test: Fail # Safari 6 does not support content element.
180 # TODO(efortuna): Make our test framework able to separate tests out by browser 179 # TODO(efortuna): Make our test framework able to separate tests out by browser
181 # version. 180 # version.
182 datalistelement_test: Fail # Issue: 7414 181 datalistelement_test: Fail # Issue: 7414
183 node_test: Skip # Issue 6457 182 node_test: Skip # Issue 6457
184 183
185 [ $runtime == opera && $system == windows ] 184 [ $runtime == opera && $system == windows ]
186 htmlelement_test: Fail, Pass 185 htmlelement_test: Fail, Pass
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 contentelement_test: Fail # FF does not support content element. 238 contentelement_test: Fail # FF does not support content element.
240 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 239 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
241 document_test/getCssCanvasContext: Fail # FF does not support this. 240 document_test/getCssCanvasContext: Fail # FF does not support this.
242 documentfragment_test: Fail 241 documentfragment_test: Fail
243 element_webkit_test: Fail 242 element_webkit_test: Fail
244 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 243 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
245 fileapi_test: Fail # FF does not support filesystem APIs. 244 fileapi_test: Fail # FF does not support filesystem APIs.
246 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs. 245 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
247 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 246 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
248 inner_frame_test: Skip 247 inner_frame_test: Skip
249 input_element_test/date: Fail # FF does not support this input type. 248 input_element_test/supported_date: Fail
250 input_element_test/datetime: Fail # FF does not support this input type. 249 input_element_test/supported_datetime: Fail
251 input_element_test/datetime-local: Fail # FF does not support this input type. 250 input_element_test/supported_datetime-local: Fail
252 input_element_test/month: Fail # FF does not support this input type. 251 input_element_test/supported_month: Fail
253 input_element_test/time: Fail # FF does not support this input type. 252 input_element_test/supported_time: Fail
254 input_element_test/week: Fail # FF does not support this input type. 253 input_element_test/supported_week: Fail
255 input_element_test/range: Fail # FF does not support this input type. 254 input_element_test/supported_number: Fail
255 input_element_test/supported_range: Fail
256 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 256 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
257 svg_3_test: Fail 257 svg_3_test: Fail
258 svgelement_test/additionalConstructors: Fail 258 svgelement_test/additionalConstructors: Fail
259 svgelement2_test: Fail 259 svgelement2_test: Fail
260 transferables_test: Fail # Issue 3392. 260 transferables_test: Fail # Issue 3392.
261 websql_test: Fail # FF does not support web SQL 261 websql_test: Fail # FF does not support web SQL
262 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 262 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
263 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" 263 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
264 # (NS_ERROR_DOM_BAD_URI) ... 264 # (NS_ERROR_DOM_BAD_URI) ...
265 xhr_test: Fail 265 xhr_test: Fail
(...skipping 23 matching lines...) Expand all
289 289
290 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 290 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
291 isolates_test: Skip # Timeout because leg does not support web workers. 291 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 . 292 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
293 293
294 [ $compiler == dart2js && $runtime == ff ] 294 [ $compiler == dart2js && $runtime == ff ]
295 xhr_test: Skip # Timeout 295 xhr_test: Skip # Timeout
296 inner_frame_test: Skip # Timeout 296 inner_frame_test: Skip # Timeout
297 svg_3_test: Skip # Timeout 297 svg_3_test: Skip # Timeout
298 documentfragment_test: Skip # Timeout 298 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_HTMLInputElement.darttemplate ('k') | tests/html/input_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698