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

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

Issue 15404006: Fix svg_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix expectations Created 7 years, 7 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 | « no previous file | tests/html/svg_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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 svg_test: Skip #TODO(vsm): investigating
8 7
9 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
10 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
11 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
12 11
13 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
14 # postMessage in dartium always transfers the typed array buffer, never a view 13 # postMessage in dartium always transfers the typed array buffer, never a view
15 postmessage_structured_test/typed_arrays: Fail 14 postmessage_structured_test/typed_arrays: Fail
16 custom_element_bindings_test: Fail # To investigate. 15 custom_element_bindings_test: Fail # To investigate.
17 16
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 input_element_test/supported_week: Fail 180 input_element_test/supported_week: Fail
182 media_stream_test/supported_MediaStreamEvent: Fail 181 media_stream_test/supported_MediaStreamEvent: Fail
183 media_stream_test/supported_MediaStreamTrackEvent: Fail 182 media_stream_test/supported_MediaStreamTrackEvent: Fail
184 media_stream_test/supported_media: Fail 183 media_stream_test/supported_media: Fail
185 mutationobserver_test/supported: Fail 184 mutationobserver_test/supported: Fail
186 notifications_test/supported: Fail 185 notifications_test/supported: Fail
187 range_test/supported: Fail 186 range_test/supported: Fail
188 rtc_test/supported: Fail 187 rtc_test/supported: Fail
189 shadow_dom_test/supported: Fail 188 shadow_dom_test/supported: Fail
190 speechrecognition_test/supported: Fail 189 speechrecognition_test/supported: Fail
191 svg_test/supported_externalResourcesRequired: Fail
192 svgelement_test/supported_altGlyph: Fail 190 svgelement_test/supported_altGlyph: Fail
193 svgelement_test/supported_animate: Fail 191 svgelement_test/supported_animate: Fail
194 svgelement_test/supported_animateMotion: Fail 192 svgelement_test/supported_animateMotion: Fail
195 svgelement_test/supported_animateTransform: Fail 193 svgelement_test/supported_animateTransform: Fail
196 svgelement_test/supported_feBlend: Fail 194 svgelement_test/supported_feBlend: Fail
197 svgelement_test/supported_feColorMatrix: Fail 195 svgelement_test/supported_feColorMatrix: Fail
198 svgelement_test/supported_feComponentTransfer: Fail 196 svgelement_test/supported_feComponentTransfer: Fail
199 svgelement_test/supported_feConvolveMatrix: Fail 197 svgelement_test/supported_feConvolveMatrix: Fail
200 svgelement_test/supported_feDiffuseLighting: Fail 198 svgelement_test/supported_feDiffuseLighting: Fail
201 svgelement_test/supported_feDisplacementMap: Fail 199 svgelement_test/supported_feDisplacementMap: Fail
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 crypto_test/supported: Fail 298 crypto_test/supported: Fail
301 css_test/supportsPointConversions: Fail 299 css_test/supportsPointConversions: Fail
302 document_test/supports_cssCanvasContext: Fail 300 document_test/supports_cssCanvasContext: Fail
303 element_types_test/supported_template: Fail 301 element_types_test/supported_template: Fail
304 indexeddb_1_test/supported: Fail 302 indexeddb_1_test/supported: Fail
305 indexeddb_1_test/supportsDatabaseNames: Fail 303 indexeddb_1_test/supportsDatabaseNames: Fail
306 mutationobserver_test/supported: Fail 304 mutationobserver_test/supported: Fail
307 notifications_test/supported: Fail 305 notifications_test/supported: Fail
308 performance_api_test/supported: Fail 306 performance_api_test/supported: Fail
309 speechrecognition_test/supported: Fail 307 speechrecognition_test/supported: Fail
310 svg_test/supported_externalResourcesRequired: Fail
311 svg_test/supported_langSpace: Fail
312 websql_test/supported: Fail 308 websql_test/supported: Fail
313 309
314 [ $runtime == ff ] 310 [ $runtime == ff ]
315 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 311 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
316 dromaeo_smoke_test: Pass, Fail # Issue: 8257 312 dromaeo_smoke_test: Pass, Fail # Issue: 8257
317 webgl_1_test: Pass, Fail # Issue 8219 313 webgl_1_test: Pass, Fail # Issue 8219
318 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 314 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
319 315
320 # FireFox Feature support statuses- 316 # FireFox Feature support statuses-
321 # All changes should be accompanied by platform support annotation changes. 317 # All changes should be accompanied by platform support annotation changes.
(...skipping 18 matching lines...) Expand all
340 input_element_test/supported_number: Fail 336 input_element_test/supported_number: Fail
341 input_element_test/supported_range: Fail 337 input_element_test/supported_range: Fail
342 input_element_test/supported_time: Fail 338 input_element_test/supported_time: Fail
343 input_element_test/supported_week: Fail 339 input_element_test/supported_week: Fail
344 media_stream_test/supported_MediaStreamEvent: Fail 340 media_stream_test/supported_MediaStreamEvent: Fail
345 media_stream_test/supported_MediaStreamTrackEvent: Fail 341 media_stream_test/supported_MediaStreamTrackEvent: Fail
346 notifications_test/supported: Fail 342 notifications_test/supported: Fail
347 rtc_test/supported: Fail # Release build does not enable by default. 343 rtc_test/supported: Fail # Release build does not enable by default.
348 shadow_dom_test/supported: Fail 344 shadow_dom_test/supported: Fail
349 speechrecognition_test/supported: Fail 345 speechrecognition_test/supported: Fail
350 svg_test/supported_externalResourcesRequired: Fail
351 svg_test/supported_langSpace: Fail
352 touchevent_test/supported: Fail 346 touchevent_test/supported: Fail
353 websql_test/supported: Fail 347 websql_test/supported: Fail
354 xhr_test/supported_HttpRequestProgressEvent: Fail 348 xhr_test/supported_HttpRequestProgressEvent: Fail
355 349
356 [ $runtime == ie9 && ($system == linux || $system == macos) ] 350 [ $runtime == ie9 && ($system == linux || $system == macos) ]
357 *: Skip 351 *: Skip
358 352
359 [ $runtime == safari && ($system == linux || $system == windows) ] 353 [ $runtime == safari && ($system == linux || $system == windows) ]
360 *: Skip 354 *: Skip
361 355
(...skipping 15 matching lines...) Expand all
377 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 372 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
379 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 373 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
380 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 374 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
381 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 375 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
382 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 376 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
383 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 377 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
384 378
385 [ $compiler == dartanalyzer ] 379 [ $compiler == dartanalyzer ]
386 path_observer_test: Fail 380 path_observer_test: Fail
OLDNEW
« no previous file with comments | « no previous file | tests/html/svg_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698