| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 storage_test: Fail, Pass | 84 storage_test: Fail, Pass |
| 85 svgelement_test/additionalConstructors: Fail | 85 svgelement_test/additionalConstructors: Fail |
| 86 svgelement2_test: Fail | 86 svgelement2_test: Fail |
| 87 svg_3_test: Fail | 87 svg_3_test: Fail |
| 88 websql_test/supported: Fail | 88 websql_test/supported: Fail |
| 89 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 89 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 90 window_open_test: Skip | 90 window_open_test: Skip |
| 91 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | 91 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 92 xhr_test/supported_HttpRequestProgressEvent: Fail | 92 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 93 xsltprocessor_test/supported: Fail | 93 xsltprocessor_test/supported: Fail |
| 94 history_test/history: Fail # issue 8183 |
| 94 | 95 |
| 95 [ $runtime == ie9 ] | 96 [ $runtime == ie9 ] |
| 96 document_test/supports_cssCanvasContext: Fail | 97 document_test/supports_cssCanvasContext: Fail |
| 97 element_test/click: Fail # IE does not support firing this event. | 98 element_test/click: Fail # IE does not support firing this event. |
| 98 element_types_test/supported_content: Fail | 99 element_types_test/supported_content: Fail |
| 99 element_types_test/supported_datalist: Fail | 100 element_types_test/supported_datalist: Fail |
| 100 element_types_test/supported_details: Fail | 101 element_types_test/supported_details: Fail |
| 101 element_types_test/supported_keygen: Fail | 102 element_types_test/supported_keygen: Fail |
| 102 element_types_test/supported_meter: Fail | 103 element_types_test/supported_meter: Fail |
| 103 element_types_test/supported_object: Fail | 104 element_types_test/supported_object: Fail |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 | 307 |
| 307 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 308 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 308 request_animation_frame_test: Skip # Async test hangs. | 309 request_animation_frame_test: Skip # Async test hangs. |
| 309 | 310 |
| 310 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 311 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 311 isolates_test: Skip # Timeout because leg does not support web workers. | 312 isolates_test: Skip # Timeout because leg does not support web workers. |
| 312 | 313 |
| 313 [ $compiler == dart2js && $runtime == ff ] | 314 [ $compiler == dart2js && $runtime == ff ] |
| 314 inner_frame_test: Skip # Timeout | 315 inner_frame_test: Skip # Timeout |
| 315 svg_3_test: Skip # Timeout | 316 svg_3_test: Skip # Timeout |
| OLD | NEW |