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. |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 shadow_dom_test/supported: Fail | 81 shadow_dom_test/supported: Fail |
82 speechrecognition_test/supported: Fail | 82 speechrecognition_test/supported: Fail |
83 storage_test: Fail, Pass | 83 storage_test: Fail, Pass |
84 svgelement_test/additionalConstructors: Fail | 84 svgelement_test/additionalConstructors: Fail |
85 svgelement2_test: Fail | 85 svgelement2_test: Fail |
86 svg_3_test: Fail | 86 svg_3_test: Fail |
87 websql_test: Fail | 87 websql_test: Fail |
88 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 88 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
89 window_open_test: Skip | 89 window_open_test: Skip |
90 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | 90 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 91 xhr_test/supported_HttpRequestProgressEvent: Fail |
91 xsltprocessor_test: Fail | 92 xsltprocessor_test: Fail |
92 | 93 |
93 [ $runtime == ie9 ] | 94 [ $runtime == ie9 ] |
94 document_test/supports_cssCanvasContext: Fail | 95 document_test/supports_cssCanvasContext: Fail |
95 element_test/click: Fail # IE does not support firing this event. | 96 element_test/click: Fail # IE does not support firing this event. |
96 element_types_test/supported_content: Fail | 97 element_types_test/supported_content: Fail |
97 element_types_test/supported_datalist: Fail | 98 element_types_test/supported_datalist: Fail |
98 element_types_test/supported_details: Fail | 99 element_types_test/supported_details: Fail |
99 element_types_test/supported_keygen: Fail | 100 element_types_test/supported_keygen: Fail |
100 element_types_test/supported_meter: Fail | 101 element_types_test/supported_meter: Fail |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 speechrecognition_test/supported: Fail | 148 speechrecognition_test/supported: Fail |
148 svg_3_test: Fail | 149 svg_3_test: Fail |
149 svgelement_test/additionalConstructors: Fail | 150 svgelement_test/additionalConstructors: Fail |
150 svgelement2_test: Fail | 151 svgelement2_test: Fail |
151 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 152 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
152 websocket_test/supported: Fail | 153 websocket_test/supported: Fail |
153 window_open_test: Skip # BUG(4016) | 154 window_open_test: Skip # BUG(4016) |
154 xsltprocessor_test: Skip # BUG(4016) | 155 xsltprocessor_test: Skip # BUG(4016) |
155 isolates_test: Skip # BUG(4016) | 156 isolates_test: Skip # BUG(4016) |
156 xhr_test: Skip # BUG(4016) | 157 xhr_test: Skip # BUG(4016) |
| 158 xhr_test/supported_HttpRequestProgressEvent: Fail |
157 xhr_cross_origin_test: Fail # Issue 6016. | 159 xhr_cross_origin_test: Fail # Issue 6016. |
158 | 160 |
159 [ $runtime == safari ] | 161 [ $runtime == safari ] |
160 element_types_test/supported_content: Fail | 162 element_types_test/supported_content: Fail |
161 element_types_test/supported_datalist: Fail | 163 element_types_test/supported_datalist: Fail |
162 element_types_test/supported_details: Fail | 164 element_types_test/supported_details: Fail |
163 element_types_test/supported_embed: Fail | 165 element_types_test/supported_embed: Fail |
164 element_types_test/supported_keygen: Fail | 166 element_types_test/supported_keygen: Fail |
165 element_types_test/supported_meter: Fail | 167 element_types_test/supported_meter: Fail |
166 element_types_test/supported_object: Fail | 168 element_types_test/supported_object: Fail |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 notifications_test/supported: Fail | 278 notifications_test/supported: Fail |
277 shadow_dom_test/supported: Fail | 279 shadow_dom_test/supported: Fail |
278 speechrecognition_test/supported: Fail | 280 speechrecognition_test/supported: Fail |
279 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 281 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
280 svg_3_test: Fail | 282 svg_3_test: Fail |
281 svgelement_test/additionalConstructors: Fail | 283 svgelement_test/additionalConstructors: Fail |
282 svgelement2_test: Fail | 284 svgelement2_test: Fail |
283 transferables_test: Fail # Issue 3392. | 285 transferables_test: Fail # Issue 3392. |
284 websql_test: Fail # FF does not support web SQL | 286 websql_test: Fail # FF does not support web SQL |
285 wheelevent_test: Skip # Times out on FF 16. Issue 7943 | 287 wheelevent_test: Skip # Times out on FF 16. Issue 7943 |
| 288 xhr_test/supported_HttpRequestProgressEvent: Fail |
286 | 289 |
287 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 290 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
288 *: Skip | 291 *: Skip |
289 | 292 |
290 [ $runtime == safari && ($system == linux || $system == windows) ] | 293 [ $runtime == safari && ($system == linux || $system == windows) ] |
291 *: Skip | 294 *: Skip |
292 | 295 |
293 # 'html' tests import the HTML library, so they only make sense in | 296 # 'html' tests import the HTML library, so they only make sense in |
294 # a browser environment. | 297 # a browser environment. |
295 [ $runtime == vm ] | 298 [ $runtime == vm ] |
296 *: Skip | 299 *: Skip |
297 | 300 |
298 [ $compiler == dart2js ] | 301 [ $compiler == dart2js ] |
299 transferables_test: Skip # until isInstance works in dart2js | 302 transferables_test: Skip # until isInstance works in dart2js |
300 | 303 |
301 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 304 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
302 request_animation_frame_test: Skip # Async test hangs. | 305 request_animation_frame_test: Skip # Async test hangs. |
303 | 306 |
304 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 307 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
305 isolates_test: Skip # Timeout because leg does not support web workers. | 308 isolates_test: Skip # Timeout because leg does not support web workers. |
306 | 309 |
307 [ $compiler == dart2js && $runtime == ff ] | 310 [ $compiler == dart2js && $runtime == ff ] |
308 inner_frame_test: Skip # Timeout | 311 inner_frame_test: Skip # Timeout |
309 svg_3_test: Skip # Timeout | 312 svg_3_test: Skip # Timeout |
OLD | NEW |