| OLD | NEW |
| 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. |
| 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 12 *layout_test: Skip | 12 *layout_test: Skip |
| 13 | 13 |
| 14 [ $runtime == chrome ] | 14 [ $runtime == chrome ] |
| 15 element_types_test/supported_content: Fail | 15 element_types_test/supported_content: Fail |
| 16 element_types_test/supported_shadow: Fail | 16 element_types_test/supported_shadow: Fail |
| 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. | 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 18 input_element_test/supported_datetime: Fail | 18 input_element_test/supported_datetime: Fail |
| 19 input_element_test/supported_datetime-local: Fail | 19 input_element_test/supported_datetime-local: Fail |
| 20 input_element_test/supported_month: Fail | 20 input_element_test/supported_month: Fail |
| 21 input_element_test/supported_week: Fail | 21 input_element_test/supported_week: Fail |
| 22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp
ort it. | 22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp
ort it. |
| 23 shadow_dom_test/supported: Fail | 23 shadow_dom_test/supported: Fail |
| 24 speechrecognition_test/types: Pass, Fail | 24 speechrecognition_test/types: Pass, Fail |
| 25 touchevent_test/supported: Fail |
| 25 | 26 |
| 26 [ $runtime == chrome || $runtime == drt] | 27 [ $runtime == chrome || $runtime == drt] |
| 27 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky
on Chrome and Dartium - filed issue 8021 for the timeout. | 28 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky
on Chrome and Dartium - filed issue 8021 for the timeout. |
| 28 audiocontext_test: Pass, Timeout # Issue 8021. | 29 audiocontext_test: Pass, Timeout # Issue 8021. |
| 29 | 30 |
| 30 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 31 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 32 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 32 transferables_test: Pass, Fail # Issue 8026 | 33 transferables_test: Pass, Fail # Issue 8026 |
| 33 | 34 |
| 34 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 mutationobserver_test/supported: Fail | 79 mutationobserver_test/supported: Fail |
| 79 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 80 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 80 notifications_test/supported: Fail | 81 notifications_test/supported: Fail |
| 81 serialized_script_value_test: Fail | 82 serialized_script_value_test: Fail |
| 82 shadow_dom_test/supported: Fail | 83 shadow_dom_test/supported: Fail |
| 83 speechrecognition_test/supported: Fail | 84 speechrecognition_test/supported: Fail |
| 84 storage_test: Fail, Pass | 85 storage_test: Fail, Pass |
| 85 svgelement_test/additionalConstructors: Fail | 86 svgelement_test/additionalConstructors: Fail |
| 86 svgelement2_test: Fail | 87 svgelement2_test: Fail |
| 87 svg_3_test: Fail | 88 svg_3_test: Fail |
| 89 touchevent_test/supported: Fail |
| 88 websql_test/supported: Fail | 90 websql_test/supported: Fail |
| 89 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 91 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 90 window_open_test: Skip | 92 window_open_test: Skip |
| 91 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | 93 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 92 xhr_test/supported_HttpRequestProgressEvent: Fail | 94 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 93 xsltprocessor_test/supported: Fail | 95 xsltprocessor_test/supported: Fail |
| 94 | 96 |
| 95 [ $runtime == ie9 ] | 97 [ $runtime == ie9 ] |
| 96 document_test/supports_cssCanvasContext: Fail | 98 document_test/supports_cssCanvasContext: Fail |
| 97 element_test/click: Fail # IE does not support firing this event. | 99 element_test/click: Fail # IE does not support firing this event. |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 messageevent_test: Fail | 146 messageevent_test: Fail |
| 145 mutationobserver_test/supported: Fail | 147 mutationobserver_test/supported: Fail |
| 146 notifications_test/supported: Fail | 148 notifications_test/supported: Fail |
| 147 postmessage_structured_test: Skip # BUG(5685): times out. | 149 postmessage_structured_test: Skip # BUG(5685): times out. |
| 148 serialized_script_value_test: Fail | 150 serialized_script_value_test: Fail |
| 149 shadow_dom_test/supported: Fail | 151 shadow_dom_test/supported: Fail |
| 150 speechrecognition_test/supported: Fail | 152 speechrecognition_test/supported: Fail |
| 151 svg_3_test: Fail | 153 svg_3_test: Fail |
| 152 svgelement_test/additionalConstructors: Fail | 154 svgelement_test/additionalConstructors: Fail |
| 153 svgelement2_test: Fail | 155 svgelement2_test: Fail |
| 156 touchevent_test/supported: Fail |
| 154 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 157 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 155 websocket_test/supported: Fail | 158 websocket_test/supported: Fail |
| 156 window_open_test: Skip # BUG(4016) | 159 window_open_test: Skip # BUG(4016) |
| 157 isolates_test: Skip # BUG(4016) | 160 isolates_test: Skip # BUG(4016) |
| 158 xhr_test: Skip # BUG(4016) | 161 xhr_test: Skip # BUG(4016) |
| 159 xhr_test/supported_HttpRequestProgressEvent: Fail | 162 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 160 xhr_cross_origin_test: Fail # Issue 6016. | 163 xhr_cross_origin_test: Fail # Issue 6016. |
| 161 xsltprocessor_test/supported: Fail | 164 xsltprocessor_test/supported: Fail |
| 162 | 165 |
| 163 [ $runtime == safari ] | 166 [ $runtime == safari ] |
| (...skipping 20 matching lines...) Expand all Loading... |
| 184 input_element_test/supported_time: Fail, Crash | 187 input_element_test/supported_time: Fail, Crash |
| 185 input_element_test/supported_url: Fail | 188 input_element_test/supported_url: Fail |
| 186 input_element_test/supported_week: Fail, Crash | 189 input_element_test/supported_week: Fail, Crash |
| 187 media_stream_test/supported_media: Fail | 190 media_stream_test/supported_media: Fail |
| 188 media_stream_test/supported_MediaStreamEvent: Fail | 191 media_stream_test/supported_MediaStreamEvent: Fail |
| 189 media_stream_test/supported_MediaStreamTrackEvent: Fail | 192 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 190 notifications_test/supported: Fail # Issue: 7414 | 193 notifications_test/supported: Fail # Issue: 7414 |
| 191 performance_api_test/supported: Fail | 194 performance_api_test/supported: Fail |
| 192 shadow_dom_test/supported: Fail | 195 shadow_dom_test/supported: Fail |
| 193 speechrecognition_test/supported: Fail | 196 speechrecognition_test/supported: Fail |
| 197 touchevent_test/supported: Fail |
| 194 | 198 |
| 195 audiocontext_test: Crash, Fail # Issue: 7414 | 199 audiocontext_test: Crash, Fail # Issue: 7414 |
| 196 datalistelement_test: Fail # Issue: 7414 | 200 datalistelement_test: Fail # Issue: 7414 |
| 197 element_test/elements: Crash, Fail # Issue: 7414 | 201 element_test/elements: Crash, Fail # Issue: 7414 |
| 198 element_types_test/constructors: Fail | 202 element_types_test/constructors: Fail |
| 199 fileapi_test/getDirectory: Fail # Issue: 7414 | 203 fileapi_test/getDirectory: Fail # Issue: 7414 |
| 200 fileapi_test/getFile: Pass, Fail # Issue: 7414 | 204 fileapi_test/getFile: Pass, Fail # Issue: 7414 |
| 201 fileapi_test/unsupported_throws: Fail # Issue: 7414 | 205 fileapi_test/unsupported_throws: Fail # Issue: 7414 |
| 202 input_element_test/constructors: Fail # Issue: 7414 | 206 input_element_test/constructors: Fail # Issue: 7414 |
| 203 input_element_test/supported_tel: Pass, Fail # Issue: 7414 | 207 input_element_test/supported_tel: Pass, Fail # Issue: 7414 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 input_element_test/supported_range: Fail | 283 input_element_test/supported_range: Fail |
| 280 media_stream_test/supported_MediaStreamEvent: Fail | 284 media_stream_test/supported_MediaStreamEvent: Fail |
| 281 media_stream_test/supported_MediaStreamTrackEvent: Fail | 285 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 282 notifications_test/supported: Fail | 286 notifications_test/supported: Fail |
| 283 shadow_dom_test/supported: Fail | 287 shadow_dom_test/supported: Fail |
| 284 speechrecognition_test/supported: Fail | 288 speechrecognition_test/supported: Fail |
| 285 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 289 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 286 svg_3_test: Fail | 290 svg_3_test: Fail |
| 287 svgelement_test/additionalConstructors: Fail | 291 svgelement_test/additionalConstructors: Fail |
| 288 svgelement2_test: Fail | 292 svgelement2_test: Fail |
| 293 touchevent_test/supported: Fail |
| 289 transferables_test: Fail # Issue 3392. | 294 transferables_test: Fail # Issue 3392. |
| 290 websql_test/supported: Fail | 295 websql_test/supported: Fail |
| 291 xhr_test/supported_HttpRequestProgressEvent: Fail | 296 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 292 | 297 |
| 293 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 298 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 294 *: Skip | 299 *: Skip |
| 295 | 300 |
| 296 [ $runtime == safari && ($system == linux || $system == windows) ] | 301 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 297 *: Skip | 302 *: Skip |
| 298 | 303 |
| 299 # 'html' tests import the HTML library, so they only make sense in | 304 # 'html' tests import the HTML library, so they only make sense in |
| 300 # a browser environment. | 305 # a browser environment. |
| 301 [ $runtime == vm ] | 306 [ $runtime == vm ] |
| 302 *: Skip | 307 *: Skip |
| 303 | 308 |
| 304 [ $compiler == dart2js ] | 309 [ $compiler == dart2js ] |
| 305 transferables_test: Skip # until isInstance works in dart2js | 310 transferables_test: Skip # until isInstance works in dart2js |
| 306 | 311 |
| 307 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 312 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 308 request_animation_frame_test: Skip # Async test hangs. | 313 request_animation_frame_test: Skip # Async test hangs. |
| 309 | 314 |
| 310 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 315 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 311 isolates_test: Skip # Timeout because leg does not support web workers. | 316 isolates_test: Skip # Timeout because leg does not support web workers. |
| 312 | 317 |
| 313 [ $compiler == dart2js && $runtime == ff ] | 318 [ $compiler == dart2js && $runtime == ff ] |
| 314 inner_frame_test: Skip # Timeout | 319 inner_frame_test: Skip # Timeout |
| 315 svg_3_test: Skip # Timeout | 320 svg_3_test: Skip # Timeout |
| OLD | NEW |