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

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

Issue 12082122: Add supported checks to the SVG library, and library cleanup. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/svg/dartium/svg_dartium.dart ('k') | tests/html/svg_1_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 8
9 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 media_stream_test/supported_MediaStreamTrackEvent: Fail 79 media_stream_test/supported_MediaStreamTrackEvent: Fail
80 messageevent_test: Fail 80 messageevent_test: Fail
81 microtask_test: Fail, Pass # Appears to be flaky 81 microtask_test: Fail, Pass # Appears to be flaky
82 mutationobserver_test/supported: Fail 82 mutationobserver_test/supported: Fail
83 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 83 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
84 notifications_test/supported: Fail 84 notifications_test/supported: Fail
85 serialized_script_value_test: Fail 85 serialized_script_value_test: Fail
86 shadow_dom_test/supported: Fail 86 shadow_dom_test/supported: Fail
87 speechrecognition_test/supported: Fail 87 speechrecognition_test/supported: Fail
88 storage_test: Fail, Pass 88 storage_test: Fail, Pass
89 svgelement_test/additionalConstructors: Fail 89 svgelement_test/supported_altGlyph: Fail
90 svgelement2_test: Fail 90 svgelement_test/supported_animate: Fail
91 svgelement_test/supported_animateTransform: Fail
92 svgelement_test/supported_animateMotion: Fail
93 svgelement_test/supported_foreignObject: Fail
94 svgelement_test/supported_set: Fail
91 touchevent_test/supported: Fail 95 touchevent_test/supported: Fail
92 webgl_1_test/supported: Fail 96 webgl_1_test/supported: Fail
93 websql_test/supported: Fail 97 websql_test/supported: Fail
94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 98 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
95 window_open_test: Skip 99 window_open_test: Skip
96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 100 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
97 xhr_test/supported_HttpRequestProgressEvent: Fail 101 xhr_test/supported_HttpRequestProgressEvent: Fail
98 xsltprocessor_test/supported: Fail 102 xsltprocessor_test/supported: Fail
99 history_test/history: Pass, Fail # issue 8183 103 history_test/history: Pass, Fail # issue 8183
100 104
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 media_stream_test/supported_media: Fail 153 media_stream_test/supported_media: Fail
150 media_stream_test/supported_MediaStreamEvent: Fail 154 media_stream_test/supported_MediaStreamEvent: Fail
151 media_stream_test/supported_MediaStreamTrackEvent: Fail 155 media_stream_test/supported_MediaStreamTrackEvent: Fail
152 messageevent_test: Fail 156 messageevent_test: Fail
153 mutationobserver_test/supported: Fail 157 mutationobserver_test/supported: Fail
154 notifications_test/supported: Fail 158 notifications_test/supported: Fail
155 postmessage_structured_test: Skip # BUG(5685): times out. 159 postmessage_structured_test: Skip # BUG(5685): times out.
156 serialized_script_value_test: Fail 160 serialized_script_value_test: Fail
157 shadow_dom_test/supported: Fail 161 shadow_dom_test/supported: Fail
158 speechrecognition_test/supported: Fail 162 speechrecognition_test/supported: Fail
159 svg_3_test: Fail 163 svg_test/supported_externalResourcesRequired: Fail
160 svgelement_test/additionalConstructors: Fail 164 svgelement_test/supported_altGlyph: Fail
161 svgelement2_test: Fail 165 svgelement_test/supported_animate: Fail
166 svgelement_test/supported_animateTransform: Fail
167 svgelement_test/supported_animateMotion: Fail
168 svgelement_test/supported_feBlend: Fail
169 svgelement_test/supported_feColorMatrix: Fail
170 svgelement_test/supported_feComponentTransfer: Fail
171 svgelement_test/supported_feConvolveMatrix: Fail
172 svgelement_test/supported_feDiffuseLighting: Fail
173 svgelement_test/supported_feDisplacementMap: Fail
174 svgelement_test/supported_feDistantLight: Fail
175 svgelement_test/supported_feFlood: Fail
176 svgelement_test/supported_feFuncA: Fail
177 svgelement_test/supported_feFuncB: Fail
178 svgelement_test/supported_feFuncG: Fail
179 svgelement_test/supported_feFuncR: Fail
180 svgelement_test/supported_feGaussianBlur: Fail
181 svgelement_test/supported_feImage: Fail
182 svgelement_test/supported_feMerge: Fail
183 svgelement_test/supported_feMergeNode: Fail
184 svgelement_test/supported_feOffset: Fail
185 svgelement_test/supported_fePointLight: Fail
186 svgelement_test/supported_feSpecularLighting: Fail
187 svgelement_test/supported_feSpotLight: Fail
188 svgelement_test/supported_feTile: Fail
189 svgelement_test/supported_feTurbulence: Fail
190 svgelement_test/supported_filter: Fail
191 svgelement_test/supported_foreignObject: Fail
192 svgelement_test/supported_set: Fail
162 touchevent_test/supported: Fail 193 touchevent_test/supported: Fail
163 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 194 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
164 websocket_test/supported: Fail 195 websocket_test/supported: Fail
165 window_open_test: Skip # BUG(4016) 196 window_open_test: Skip # BUG(4016)
166 isolates_test: Skip # BUG(4016) 197 isolates_test: Skip # BUG(4016)
167 xhr_test: Skip # BUG(4016) 198 xhr_test: Skip # BUG(4016)
168 xhr_test/supported_HttpRequestProgressEvent: Fail 199 xhr_test/supported_HttpRequestProgressEvent: Fail
169 xhr_cross_origin_test: Fail # Issue 6016. 200 xhr_cross_origin_test: Fail # Issue 6016.
170 xsltprocessor_test/supported: Fail 201 xsltprocessor_test/supported: Fail
171 202
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 element_test/eventListening: Crash 251 element_test/eventListening: Crash
221 element_test/queryAll: Fail 252 element_test/queryAll: Fail
222 element_webkit_test: Fail 253 element_webkit_test: Fail
223 htmlelement_test: Fail 254 htmlelement_test: Fail
224 indexeddb_1_test/supported: Fail 255 indexeddb_1_test/supported: Fail
225 mutationobserver_test/supported: Fail 256 mutationobserver_test/supported: Fail
226 notifications_test/supported: Fail 257 notifications_test/supported: Fail
227 performance_api_test/supported: Fail 258 performance_api_test/supported: Fail
228 serialized_script_value_test: Fail 259 serialized_script_value_test: Fail
229 speechrecognition_test/supported: Fail 260 speechrecognition_test/supported: Fail
230 svg_3_test: Fail 261 svg_test/supported_externalResourcesRequired: Fail
231 svgelement_test/additionalConstructors: Fail 262 svg_test/supported_langSpace: Fail
232 svgelement2_test: Fail
233 typed_arrays_arraybuffer_test: Fail 263 typed_arrays_arraybuffer_test: Fail
234 url_test: Fail 264 url_test: Fail
235 fileapi_test: Skip # Timeout. 265 fileapi_test: Skip # Timeout.
236 inner_frame_test: Skip # Timeout. 266 inner_frame_test: Skip # Timeout.
237 js_interop_3_test: Skip # Timeout. 267 js_interop_3_test: Skip # Timeout.
238 js_interop_4_test: Skip # Timeout. 268 js_interop_4_test: Skip # Timeout.
239 isolates_test: Skip # Timeout. 269 isolates_test: Skip # Timeout.
240 websql_test/supported: Fail 270 websql_test/supported: Fail
241 271
242 [ $runtime == ff ] 272 [ $runtime == ff ]
(...skipping 18 matching lines...) Expand all
261 input_element_test/supported_month: Fail 291 input_element_test/supported_month: Fail
262 input_element_test/supported_time: Fail 292 input_element_test/supported_time: Fail
263 input_element_test/supported_week: Fail 293 input_element_test/supported_week: Fail
264 input_element_test/supported_number: Fail 294 input_element_test/supported_number: Fail
265 input_element_test/supported_range: Fail 295 input_element_test/supported_range: Fail
266 media_stream_test/supported_MediaStreamEvent: Fail 296 media_stream_test/supported_MediaStreamEvent: Fail
267 media_stream_test/supported_MediaStreamTrackEvent: Fail 297 media_stream_test/supported_MediaStreamTrackEvent: Fail
268 notifications_test/supported: Fail 298 notifications_test/supported: Fail
269 shadow_dom_test/supported: Fail 299 shadow_dom_test/supported: Fail
270 speechrecognition_test/supported: Fail 300 speechrecognition_test/supported: Fail
271 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 301 svg_test/supported_externalResourcesRequired: Fail
272 svg_3_test: Fail 302 svg_test/supported_langSpace: Fail
273 svgelement_test/additionalConstructors: Fail
274 svgelement2_test: Fail
275 touchevent_test/supported: Fail 303 touchevent_test/supported: Fail
276 transferables_test: Fail # Issue 3392. 304 transferables_test: Fail # Issue 3392.
277 webgl_1_test: Pass, Fail # Issue 8219 305 webgl_1_test: Pass, Fail # Issue 8219
278 websql_test/supported: Fail 306 websql_test/supported: Fail
279 xhr_test/supported_HttpRequestProgressEvent: Fail 307 xhr_test/supported_HttpRequestProgressEvent: Fail
280 308
281 [ $runtime == ie9 && ($system == linux || $system == macos) ] 309 [ $runtime == ie9 && ($system == linux || $system == macos) ]
282 *: Skip 310 *: Skip
283 311
284 [ $runtime == safari && ($system == linux || $system == windows) ] 312 [ $runtime == safari && ($system == linux || $system == windows) ]
285 *: Skip 313 *: Skip
286 314
287 # 'html' tests import the HTML library, so they only make sense in 315 # 'html' tests import the HTML library, so they only make sense in
288 # a browser environment. 316 # a browser environment.
289 [ $runtime == vm ] 317 [ $runtime == vm ]
290 *: Skip 318 *: Skip
291 319
292 [ $compiler == dart2js ] 320 [ $compiler == dart2js ]
293 transferables_test: Skip # until isInstance works in dart2js 321 transferables_test: Skip # until isInstance works in dart2js
294 322
295 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 323 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
296 request_animation_frame_test: Skip # Async test hangs. 324 request_animation_frame_test: Skip # Async test hangs.
297 325
298 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 326 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
299 isolates_test: Skip # Timeout because leg does not support web workers. 327 isolates_test: Skip # Timeout because leg does not support web workers.
300 328
301 [ $compiler == dart2js && $runtime == ff ] 329 [ $compiler == dart2js && $runtime == ff ]
302 inner_frame_test: Skip # Timeout 330 inner_frame_test: Skip # Timeout
303 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/svg/dartium/svg_dartium.dart ('k') | tests/html/svg_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698