| 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 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 shadow_dom_test/supported: Fail | 262 shadow_dom_test/supported: Fail |
| 263 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 263 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 264 svg_3_test: Fail | 264 svg_3_test: Fail |
| 265 svgelement_test/additionalConstructors: Fail | 265 svgelement_test/additionalConstructors: Fail |
| 266 svgelement2_test: Fail | 266 svgelement2_test: Fail |
| 267 transferables_test: Fail # Issue 3392. | 267 transferables_test: Fail # Issue 3392. |
| 268 websql_test: Fail # FF does not support web SQL | 268 websql_test: Fail # FF does not support web SQL |
| 269 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 269 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 270 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" | 270 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4" |
| 271 # (NS_ERROR_DOM_BAD_URI) ... | 271 # (NS_ERROR_DOM_BAD_URI) ... |
| 272 xhr_test: Fail | |
| 273 | 272 |
| 274 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 273 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 275 *: Skip | 274 *: Skip |
| 276 | 275 |
| 277 [ $runtime == safari && ($system == linux || $system == windows) ] | 276 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 278 *: Skip | 277 *: Skip |
| 279 | 278 |
| 280 # 'html' tests import the HTML library, so they only make sense in | 279 # 'html' tests import the HTML library, so they only make sense in |
| 281 # a browser environment. | 280 # a browser environment. |
| 282 [ $runtime == vm ] | 281 [ $runtime == vm ] |
| 283 *: Skip | 282 *: Skip |
| 284 | 283 |
| 285 [ $compiler == dart2js ] | 284 [ $compiler == dart2js ] |
| 286 transferables_test: Skip # until isInstance works in dart2js | 285 transferables_test: Skip # until isInstance works in dart2js |
| 287 | 286 |
| 288 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 287 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 289 request_animation_frame_test: Skip # Async test hangs. | 288 request_animation_frame_test: Skip # Async test hangs. |
| 290 | 289 |
| 291 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 290 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 292 isolates_test: Skip # Timeout because leg does not support web workers. | 291 isolates_test: Skip # Timeout because leg does not support web workers. |
| 293 | 292 |
| 294 [ $compiler == dart2js && $runtime == ff ] | 293 [ $compiler == dart2js && $runtime == ff ] |
| 295 xhr_test: Skip # Timeout | |
| 296 inner_frame_test: Skip # Timeout | 294 inner_frame_test: Skip # Timeout |
| 297 svg_3_test: Skip # Timeout | 295 svg_3_test: Skip # Timeout |
| 298 documentfragment_test: Skip # Timeout | 296 documentfragment_test: Skip # Timeout |
| OLD | NEW |