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

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

Issue 12047020: Adding supported checks to media events (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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/media_stream_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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 inner_frame_test: Skip 59 inner_frame_test: Skip
60 input_element_test/supported_date: Fail 60 input_element_test/supported_date: Fail
61 input_element_test/supported_datetime: Fail 61 input_element_test/supported_datetime: Fail
62 input_element_test/supported_datetime-local: Fail 62 input_element_test/supported_datetime-local: Fail
63 input_element_test/supported_month: Fail 63 input_element_test/supported_month: Fail
64 input_element_test/supported_time: Fail 64 input_element_test/supported_time: Fail
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 media_stream_test/supported_MediaStreamEvent: Fail
70 media_stream_test/supported_MediaStreamTrackEvent: Fail
69 messageevent_test: Fail 71 messageevent_test: Fail
70 mutationobserver_test/supported: Fail 72 mutationobserver_test/supported: Fail
71 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 73 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
72 notifications_test/supported: Fail 74 notifications_test/supported: Fail
73 serialized_script_value_test: Fail 75 serialized_script_value_test: Fail
74 shadow_dom_test/supported: Fail 76 shadow_dom_test/supported: Fail
75 storage_test: Fail, Pass 77 storage_test: Fail, Pass
76 svgelement_test/additionalConstructors: Fail 78 svgelement_test/additionalConstructors: Fail
77 svgelement2_test: Fail 79 svgelement2_test: Fail
78 svg_3_test: Fail 80 svg_3_test: Fail
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 input_element_test/supported_email: Fail 122 input_element_test/supported_email: Fail
121 input_element_test/supported_month: Fail 123 input_element_test/supported_month: Fail
122 input_element_test/supported_number: Fail 124 input_element_test/supported_number: Fail
123 input_element_test/supported_range: Fail 125 input_element_test/supported_range: Fail
124 input_element_test/supported_search: Fail 126 input_element_test/supported_search: Fail
125 input_element_test/supported_tel: Fail 127 input_element_test/supported_tel: Fail
126 input_element_test/supported_time: Fail 128 input_element_test/supported_time: Fail
127 input_element_test/supported_url: Fail 129 input_element_test/supported_url: Fail
128 input_element_test/supported_week: Fail 130 input_element_test/supported_week: Fail
129 media_stream_test/supported: Fail 131 media_stream_test/supported: Fail
132 media_stream_test/supported_MediaStreamEvent: Fail
133 media_stream_test/supported_MediaStreamTrackEvent: Fail
130 messageevent_test: Fail 134 messageevent_test: Fail
131 mutationobserver_test/supported: Fail 135 mutationobserver_test/supported: Fail
132 notifications_test/supported: Fail 136 notifications_test/supported: Fail
133 postmessage_structured_test: Skip # BUG(5685): times out. 137 postmessage_structured_test: Skip # BUG(5685): times out.
134 serialized_script_value_test: Fail 138 serialized_script_value_test: Fail
135 shadow_dom_test/supported: Fail 139 shadow_dom_test/supported: Fail
136 svg_3_test: Fail 140 svg_3_test: Fail
137 svgelement_test/additionalConstructors: Fail 141 svgelement_test/additionalConstructors: Fail
138 svgelement2_test: Fail 142 svgelement2_test: Fail
139 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 143 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
(...skipping 16 matching lines...) Expand all
156 indexeddb_1_test/supported: Fail 160 indexeddb_1_test/supported: Fail
157 input_element_test/supported_date: Fail 161 input_element_test/supported_date: Fail
158 input_element_test/supported_datetime: Fail 162 input_element_test/supported_datetime: Fail
159 input_element_test/supported_datetime-local: Fail 163 input_element_test/supported_datetime-local: Fail
160 input_element_test/supported_month: Fail, Crash 164 input_element_test/supported_month: Fail, Crash
161 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure. 165 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure.
162 input_element_test/supported_time: Fail, Crash 166 input_element_test/supported_time: Fail, Crash
163 input_element_test/supported_week: Fail, Crash 167 input_element_test/supported_week: Fail, Crash
164 fileapi_test/supported: Fail 168 fileapi_test/supported: Fail
165 media_stream_test/supported: Fail 169 media_stream_test/supported: Fail
170 media_stream_test/supported_MediaStreamEvent: Fail
171 media_stream_test/supported_MediaStreamTrackEvent: Fail
166 node_test: Skip # Issue 6457 172 node_test: Skip # Issue 6457
167 shadow_dom_test/supported: Fail 173 shadow_dom_test/supported: Fail
168 174
169 [ $runtime == opera ] 175 [ $runtime == opera ]
170 document_test/supports_cssCanvasContext: Fail 176 document_test/supports_cssCanvasContext: Fail
171 document_test/document: Fail # Issue: 7413 177 document_test/document: Fail # Issue: 7413
172 form_data_test: Fail # Issue: 7413 178 form_data_test: Fail # Issue: 7413
173 keyboard_event_test: Fail # Issue: 7413 179 keyboard_event_test: Fail # Issue: 7413
174 element_test/eventListening: Fail # Issue: 7413 180 element_test/eventListening: Fail # Issue: 7413
175 element_test/children: Fail # Issue: 7413 181 element_test/children: Fail # Issue: 7413
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 228 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
223 inner_frame_test: Skip 229 inner_frame_test: Skip
224 input_element_test/supported_date: Fail 230 input_element_test/supported_date: Fail
225 input_element_test/supported_datetime: Fail 231 input_element_test/supported_datetime: Fail
226 input_element_test/supported_datetime-local: Fail 232 input_element_test/supported_datetime-local: Fail
227 input_element_test/supported_month: Fail 233 input_element_test/supported_month: Fail
228 input_element_test/supported_time: Fail 234 input_element_test/supported_time: Fail
229 input_element_test/supported_week: Fail 235 input_element_test/supported_week: Fail
230 input_element_test/supported_number: Fail 236 input_element_test/supported_number: Fail
231 input_element_test/supported_range: Fail 237 input_element_test/supported_range: Fail
238 media_stream_test/supported_MediaStreamEvent: Fail
239 media_stream_test/supported_MediaStreamTrackEvent: Fail
232 notifications_test/supported: Fail 240 notifications_test/supported: Fail
233 shadow_dom_test/supported: Fail 241 shadow_dom_test/supported: Fail
234 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 242 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
235 svg_3_test: Fail 243 svg_3_test: Fail
236 svgelement_test/additionalConstructors: Fail 244 svgelement_test/additionalConstructors: Fail
237 svgelement2_test: Fail 245 svgelement2_test: Fail
238 transferables_test: Fail # Issue 3392. 246 transferables_test: Fail # Issue 3392.
239 websql_test: Fail # FF does not support web SQL 247 websql_test: Fail # FF does not support web SQL
240 wheelevent_test: Skip # Times out on FF 16. Issue 7943 248 wheelevent_test: Skip # Times out on FF 16. Issue 7943
241 249
(...skipping 13 matching lines...) Expand all
255 263
256 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 264 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
257 request_animation_frame_test: Skip # Async test hangs. 265 request_animation_frame_test: Skip # Async test hangs.
258 266
259 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 267 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
260 isolates_test: Skip # Timeout because leg does not support web workers. 268 isolates_test: Skip # Timeout because leg does not support web workers.
261 269
262 [ $compiler == dart2js && $runtime == ff ] 270 [ $compiler == dart2js && $runtime == ff ]
263 inner_frame_test: Skip # Timeout 271 inner_frame_test: Skip # Timeout
264 svg_3_test: Skip # Timeout 272 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/media_stream_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698