Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 81 svgelement_test/supported_animate: Fail | 81 svgelement_test/supported_animate: Fail |
| 82 svgelement_test/supported_animateMotion: Fail | 82 svgelement_test/supported_animateMotion: Fail |
| 83 svgelement_test/supported_animateTransform: Fail | 83 svgelement_test/supported_animateTransform: Fail |
| 84 svgelement_test/supported_foreignObject: Fail | 84 svgelement_test/supported_foreignObject: Fail |
| 85 svgelement_test/supported_set: Fail | 85 svgelement_test/supported_set: Fail |
| 86 touchevent_test/supported: Fail | 86 touchevent_test/supported: Fail |
| 87 webgl_1_test/supported: Fail | 87 webgl_1_test/supported: Fail |
| 88 websql_test/supported: Fail | 88 websql_test/supported: Fail |
| 89 xhr_test/supported_HttpRequestProgressEvent: Fail | 89 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 90 xsltprocessor_test/supported: Fail | 90 xsltprocessor_test/supported: Fail |
| 91 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element | |
| 92 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element | |
|
blois
2013/03/21 16:06:44
Not a supported check, should go in the section ab
Andrei Mouravski
2013/03/21 17:40:33
Done.
| |
| 91 | 93 |
| 92 [ $runtime == ie9 ] | 94 [ $runtime == ie9 ] |
| 93 blob_constructor_test: Fail | 95 blob_constructor_test: Fail |
| 94 dom_constructors_test: Fail | 96 dom_constructors_test: Fail |
| 95 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 97 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 96 element_test/click: Fail # IE does not support firing this event. | 98 element_test/click: Fail # IE does not support firing this event. |
| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 300 media_stream_test/supported_MediaStreamTrackEvent: Fail | 303 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 301 notifications_test/supported: Fail | 304 notifications_test/supported: Fail |
| 302 rtc_test/supported: Fail # Release build does not enable by default. | 305 rtc_test/supported: Fail # Release build does not enable by default. |
| 303 shadow_dom_test/supported: Fail | 306 shadow_dom_test/supported: Fail |
| 304 speechrecognition_test/supported: Fail | 307 speechrecognition_test/supported: Fail |
| 305 svg_test/supported_externalResourcesRequired: Fail | 308 svg_test/supported_externalResourcesRequired: Fail |
| 306 svg_test/supported_langSpace: Fail | 309 svg_test/supported_langSpace: Fail |
| 307 touchevent_test/supported: Fail | 310 touchevent_test/supported: Fail |
| 308 websql_test/supported: Fail | 311 websql_test/supported: Fail |
| 309 xhr_test/supported_HttpRequestProgressEvent: Fail | 312 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 313 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage | |
|
blois
2013/03/21 16:06:44
Not a support check, should go in the section abov
| |
| 310 | 314 |
| 311 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 315 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 312 *: Skip | 316 *: Skip |
| 313 | 317 |
| 314 [ $runtime == safari && ($system == linux || $system == windows) ] | 318 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 315 *: Skip | 319 *: Skip |
| 316 | 320 |
| 317 # 'html' tests import the HTML library, so they only make sense in | 321 # 'html' tests import the HTML library, so they only make sense in |
| 318 # a browser environment. | 322 # a browser environment. |
| 319 [ $runtime == vm ] | 323 [ $runtime == vm ] |
| 320 *: Skip | 324 *: Skip |
| 321 | 325 |
| 322 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 326 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 323 request_animation_frame_test: Skip # Async test hangs. | 327 request_animation_frame_test: Skip # Async test hangs. |
| 324 | 328 |
| 325 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] | 329 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] |
| 326 isolates_test: Skip # Timeout because leg does not support web workers. | 330 isolates_test: Skip # Timeout because leg does not support web workers. |
| 327 | 331 |
| 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. |
| OLD | NEW |