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

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

Issue 12942007: Fix drawImage on Firefox and update html.status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tests/html/small.mp4 » ('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 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
(...skipping 28 matching lines...) Expand all
39 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 39 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
40 element_test/click: Fail # IE does not support firing this event. 40 element_test/click: Fail # IE does not support firing this event.
41 history_test/history: Pass, Fail # issue 8183 41 history_test/history: Pass, Fail # issue 8183
42 isolates_test: Skip 42 isolates_test: Skip
43 microtask_test: Fail, Pass # Appears to be flaky 43 microtask_test: Fail, Pass # Appears to be flaky
44 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 44 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
45 serialized_script_value_test: Fail 45 serialized_script_value_test: Fail
46 storage_test: Fail, Pass 46 storage_test: Fail, Pass
47 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 47 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
48 window_open_test: Skip 48 window_open_test: Skip
49 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
50 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
49 51
50 # IE10 Feature support statuses- 52 # IE10 Feature support statuses-
51 # All changes should be accompanied by platform support annotation changes. 53 # All changes should be accompanied by platform support annotation changes.
52 audiobuffersourcenode_test/supported: Fail 54 audiobuffersourcenode_test/supported: Fail
53 audiocontext_test/supported: Fail 55 audiocontext_test/supported: Fail
54 crypto_test/supported: Fail 56 crypto_test/supported: Fail
55 css_test/supported_CssMatrix: Fail 57 css_test/supported_CssMatrix: Fail
56 css_test/supported_DomPoint: Fail 58 css_test/supported_DomPoint: Fail
57 document_test/supports_cssCanvasContext: Fail 59 document_test/supports_cssCanvasContext: Fail
58 element_types_test/supported_content: Fail 60 element_types_test/supported_content: Fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 element_test/matches: Fail # IE9 does not support matches 99 element_test/matches: Fail # IE9 does not support matches
98 form_element_test: Fail # Issue 4793. 100 form_element_test: Fail # Issue 4793.
99 isolates_test: Skip # BUG(4016) 101 isolates_test: Skip # BUG(4016)
100 localstorage_test: Fail 102 localstorage_test: Fail
101 microtask_test: Pass, Fail # http://dartbug.com/8300 103 microtask_test: Pass, Fail # http://dartbug.com/8300
102 postmessage_structured_test: Skip # BUG(5685): times out. 104 postmessage_structured_test: Skip # BUG(5685): times out.
103 serialized_script_value_test: Fail 105 serialized_script_value_test: Fail
104 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 106 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
105 window_open_test: Skip # BUG(4016) 107 window_open_test: Skip # BUG(4016)
106 xhr_cross_origin_test: Fail # Issue 6016. 108 xhr_cross_origin_test: Fail # Issue 6016.
107 canvasrenderingcontext2d_test: Pass, Fail # flaky drawImage. BUG(9189) 109 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
110 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
108 111
109 # IE9 Feature support statuses- 112 # IE9 Feature support statuses-
110 # All changes should be accompanied by platform support annotation changes. 113 # All changes should be accompanied by platform support annotation changes.
111 audiobuffersourcenode_test/supported: Fail 114 audiobuffersourcenode_test/supported: Fail
112 audiocontext_test/supported: Fail 115 audiocontext_test/supported: Fail
113 cache_test/supported: Fail 116 cache_test/supported: Fail
114 crypto_test/supported: Fail 117 crypto_test/supported: Fail
115 css_test/supported_CssMatrix: Fail 118 css_test/supported_CssMatrix: Fail
116 css_test/supported_DomPoint: Fail 119 css_test/supported_DomPoint: Fail
117 document_test/supports_cssCanvasContext: Fail 120 document_test/supports_cssCanvasContext: Fail
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 speechrecognition_test/supported: Fail 267 speechrecognition_test/supported: Fail
265 svg_test/supported_externalResourcesRequired: Fail 268 svg_test/supported_externalResourcesRequired: Fail
266 svg_test/supported_langSpace: Fail 269 svg_test/supported_langSpace: Fail
267 websql_test/supported: Fail 270 websql_test/supported: Fail
268 271
269 [ $runtime == ff ] 272 [ $runtime == ff ]
270 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 273 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
271 dromaeo_smoke_test: Pass, Fail # Issue: 8257 274 dromaeo_smoke_test: Pass, Fail # Issue: 8257
272 webgl_1_test: Pass, Fail # Issue 8219 275 webgl_1_test: Pass, Fail # Issue 8219
273 postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays. 276 postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays.
277 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
274 278
275 # FireFox Feature support statuses- 279 # FireFox Feature support statuses-
276 # All changes should be accompanied by platform support annotation changes. 280 # All changes should be accompanied by platform support annotation changes.
277 audiobuffersourcenode_test/supported: Fail 281 audiobuffersourcenode_test/supported: Fail
278 audiocontext_test/supported: Fail 282 audiocontext_test/supported: Fail
279 crypto_test/supported: Fail 283 crypto_test/supported: Fail
280 css_test/supported_CssMatrix: Fail 284 css_test/supported_CssMatrix: Fail
281 css_test/supported_DomPoint: Fail 285 css_test/supported_DomPoint: Fail
282 document_test/supports_cssCanvasContext: Fail 286 document_test/supports_cssCanvasContext: Fail
283 element_types_test/supported_content: Fail 287 element_types_test/supported_content: Fail
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 332
329 [ $compiler == dart2js && $runtime == drt && $unchecked ] 333 [ $compiler == dart2js && $runtime == drt && $unchecked ]
330 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
331 335
332 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
333 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 337 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
334 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 338 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
335 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 339 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
336 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 340 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
337 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 341 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tests/html/small.mp4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698