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

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

Issue 12026032: Adding supported checks & test for SpeechRecognition APIs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changing event type constructor. 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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/speechrecognition_test.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) 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 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 input_element_test/supported_week: Fail 65 input_element_test/supported_week: Fail
66 isolates_test: Skip 66 isolates_test: Skip
67 measurement_test: Fail, Pass 67 measurement_test: Fail, Pass
68 media_stream_test/supported: Fail 68 media_stream_test/supported: Fail
69 messageevent_test: Fail 69 messageevent_test: Fail
70 mutationobserver_test/supported: Fail 70 mutationobserver_test/supported: Fail
71 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 71 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
72 notifications_test/supported: Fail 72 notifications_test/supported: Fail
73 serialized_script_value_test: Fail 73 serialized_script_value_test: Fail
74 shadow_dom_test/supported: Fail 74 shadow_dom_test/supported: Fail
75 speechrecognition_test/supported: Fail
75 storage_test: Fail, Pass 76 storage_test: Fail, Pass
76 svgelement_test/additionalConstructors: Fail 77 svgelement_test/additionalConstructors: Fail
77 svgelement2_test: Fail 78 svgelement2_test: Fail
78 svg_3_test: Fail 79 svg_3_test: Fail
79 websql_test: Fail 80 websql_test: Fail
80 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 81 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
81 window_open_test: Skip 82 window_open_test: Skip
82 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 83 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
83 xsltprocessor_test: Fail 84 xsltprocessor_test: Fail
84 85
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 input_element_test/supported_time: Fail 127 input_element_test/supported_time: Fail
127 input_element_test/supported_url: Fail 128 input_element_test/supported_url: Fail
128 input_element_test/supported_week: Fail 129 input_element_test/supported_week: Fail
129 media_stream_test/supported: Fail 130 media_stream_test/supported: Fail
130 messageevent_test: Fail 131 messageevent_test: Fail
131 mutationobserver_test/supported: Fail 132 mutationobserver_test/supported: Fail
132 notifications_test/supported: Fail 133 notifications_test/supported: Fail
133 postmessage_structured_test: Skip # BUG(5685): times out. 134 postmessage_structured_test: Skip # BUG(5685): times out.
134 serialized_script_value_test: Fail 135 serialized_script_value_test: Fail
135 shadow_dom_test/supported: Fail 136 shadow_dom_test/supported: Fail
137 speechrecognition_test/supported: Fail
136 svg_3_test: Fail 138 svg_3_test: Fail
137 svgelement_test/additionalConstructors: Fail 139 svgelement_test/additionalConstructors: Fail
138 svgelement2_test: Fail 140 svgelement2_test: Fail
139 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 141 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
140 websocket_test/supported: Fail 142 websocket_test/supported: Fail
141 window_open_test: Skip # BUG(4016) 143 window_open_test: Skip # BUG(4016)
142 xsltprocessor_test: Skip # BUG(4016) 144 xsltprocessor_test: Skip # BUG(4016)
143 isolates_test: Skip # BUG(4016) 145 isolates_test: Skip # BUG(4016)
144 xhr_test: Skip # BUG(4016) 146 xhr_test: Skip # BUG(4016)
145 xhr_cross_origin_test: Fail # Issue 6016. 147 xhr_cross_origin_test: Fail # Issue 6016.
(...skipping 12 matching lines...) Expand all
158 input_element_test/supported_datetime: Fail 160 input_element_test/supported_datetime: Fail
159 input_element_test/supported_datetime-local: Fail 161 input_element_test/supported_datetime-local: Fail
160 input_element_test/supported_month: Fail, Crash 162 input_element_test/supported_month: Fail, Crash
161 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure. 163 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure.
162 input_element_test/supported_time: Fail, Crash 164 input_element_test/supported_time: Fail, Crash
163 input_element_test/supported_week: Fail, Crash 165 input_element_test/supported_week: Fail, Crash
164 fileapi_test/supported: Fail 166 fileapi_test/supported: Fail
165 media_stream_test/supported: Fail 167 media_stream_test/supported: Fail
166 node_test: Skip # Issue 6457 168 node_test: Skip # Issue 6457
167 shadow_dom_test/supported: Fail 169 shadow_dom_test/supported: Fail
170 speechrecognition_test/supported: Fail
168 171
169 [ $runtime == opera ] 172 [ $runtime == opera ]
170 document_test/supports_cssCanvasContext: Fail 173 document_test/supports_cssCanvasContext: Fail
171 document_test/document: Fail # Issue: 7413 174 document_test/document: Fail # Issue: 7413
172 form_data_test: Fail # Issue: 7413 175 form_data_test: Fail # Issue: 7413
173 keyboard_event_test: Fail # Issue: 7413 176 keyboard_event_test: Fail # Issue: 7413
174 element_test/eventListening: Fail # Issue: 7413 177 element_test/eventListening: Fail # Issue: 7413
175 element_test/children: Fail # Issue: 7413 178 element_test/children: Fail # Issue: 7413
176 audiobuffersourcenode_test: Fail 179 audiobuffersourcenode_test: Fail
177 canvas_test: Pass,Fail 180 canvas_test: Pass,Fail
178 audiocontext_test: Fail 181 audiocontext_test: Fail
179 blob_constructor_test: Fail 182 blob_constructor_test: Fail
180 canvas_using_html_test: Fail 183 canvas_using_html_test: Fail
181 canvas_test: Fail 184 canvas_test: Fail
182 css_test: Fail 185 css_test: Fail
183 cssstyledeclaration_test: Fail 186 cssstyledeclaration_test: Fail
184 element_add_test: Fail 187 element_add_test: Fail
185 element_constructor_1_test: Fail 188 element_constructor_1_test: Fail
186 element_test/constructors: Fail 189 element_test/constructors: Fail
187 element_test/elements: Fail 190 element_test/elements: Fail
188 element_test/eventListening: Crash 191 element_test/eventListening: Crash
189 element_test/queryAll: Fail 192 element_test/queryAll: Fail
190 element_webkit_test: Fail 193 element_webkit_test: Fail
191 htmlelement_test: Fail 194 htmlelement_test: Fail
192 indexeddb_1_test/supported: Fail 195 indexeddb_1_test/supported: Fail
193 mutationobserver_test/supported: Fail 196 mutationobserver_test/supported: Fail
194 notifications_test/supported: Fail 197 notifications_test/supported: Fail
195 performance_api_test/supported: Fail 198 performance_api_test/supported: Fail
196 serialized_script_value_test: Fail 199 serialized_script_value_test: Fail
200 speechrecognition_test/supported: Fail
197 svg_3_test: Fail 201 svg_3_test: Fail
198 svgelement_test/additionalConstructors: Fail 202 svgelement_test/additionalConstructors: Fail
199 svgelement2_test: Fail 203 svgelement2_test: Fail
200 typed_arrays_arraybuffer_test: Fail 204 typed_arrays_arraybuffer_test: Fail
201 url_test: Fail 205 url_test: Fail
202 fileapi_test: Skip # Timeout. 206 fileapi_test: Skip # Timeout.
203 inner_frame_test: Skip # Timeout. 207 inner_frame_test: Skip # Timeout.
204 js_interop_3_test: Skip # Timeout. 208 js_interop_3_test: Skip # Timeout.
205 js_interop_4_test: Skip # Timeout. 209 js_interop_4_test: Skip # Timeout.
206 isolates_test: Skip # Timeout. 210 isolates_test: Skip # Timeout.
(...skipping 17 matching lines...) Expand all
224 input_element_test/supported_date: Fail 228 input_element_test/supported_date: Fail
225 input_element_test/supported_datetime: Fail 229 input_element_test/supported_datetime: Fail
226 input_element_test/supported_datetime-local: Fail 230 input_element_test/supported_datetime-local: Fail
227 input_element_test/supported_month: Fail 231 input_element_test/supported_month: Fail
228 input_element_test/supported_time: Fail 232 input_element_test/supported_time: Fail
229 input_element_test/supported_week: Fail 233 input_element_test/supported_week: Fail
230 input_element_test/supported_number: Fail 234 input_element_test/supported_number: Fail
231 input_element_test/supported_range: Fail 235 input_element_test/supported_range: Fail
232 notifications_test/supported: Fail 236 notifications_test/supported: Fail
233 shadow_dom_test/supported: Fail 237 shadow_dom_test/supported: Fail
238 speechrecognition_test/supported: Fail
234 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 239 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
235 svg_3_test: Fail 240 svg_3_test: Fail
236 svgelement_test/additionalConstructors: Fail 241 svgelement_test/additionalConstructors: Fail
237 svgelement2_test: Fail 242 svgelement2_test: Fail
238 transferables_test: Fail # Issue 3392. 243 transferables_test: Fail # Issue 3392.
239 websql_test: Fail # FF does not support web SQL 244 websql_test: Fail # FF does not support web SQL
240 wheelevent_test: Skip # Times out on FF 16. Issue 7943 245 wheelevent_test: Skip # Times out on FF 16. Issue 7943
241 246
242 [ $runtime == ie9 && ($system == linux || $system == macos) ] 247 [ $runtime == ie9 && ($system == linux || $system == macos) ]
243 *: Skip 248 *: Skip
(...skipping 11 matching lines...) Expand all
255 260
256 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 261 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
257 request_animation_frame_test: Skip # Async test hangs. 262 request_animation_frame_test: Skip # Async test hangs.
258 263
259 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 264 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
260 isolates_test: Skip # Timeout because leg does not support web workers. 265 isolates_test: Skip # Timeout because leg does not support web workers.
261 266
262 [ $compiler == dart2js && $runtime == ff ] 267 [ $compiler == dart2js && $runtime == ff ]
263 inner_frame_test: Skip # Timeout 268 inner_frame_test: Skip # Timeout
264 svg_3_test: Skip # Timeout 269 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/speechrecognition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698