| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 media_stream_test/supported_MediaStreamTrackEvent: Fail | 275 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 276 notifications_test/supported: Fail | 276 notifications_test/supported: Fail |
| 277 shadow_dom_test/supported: Fail | 277 shadow_dom_test/supported: Fail |
| 278 speechrecognition_test/supported: Fail | 278 speechrecognition_test/supported: Fail |
| 279 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 279 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 280 svg_3_test: Fail | 280 svg_3_test: Fail |
| 281 svgelement_test/additionalConstructors: Fail | 281 svgelement_test/additionalConstructors: Fail |
| 282 svgelement2_test: Fail | 282 svgelement2_test: Fail |
| 283 transferables_test: Fail # Issue 3392. | 283 transferables_test: Fail # Issue 3392. |
| 284 websql_test: Fail # FF does not support web SQL | 284 websql_test: Fail # FF does not support web SQL |
| 285 wheelevent_test: Skip # Times out on FF 16. Issue 7943 | |
| 286 | 285 |
| 287 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 286 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 288 *: Skip | 287 *: Skip |
| 289 | 288 |
| 290 [ $runtime == safari && ($system == linux || $system == windows) ] | 289 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 291 *: Skip | 290 *: Skip |
| 292 | 291 |
| 293 # 'html' tests import the HTML library, so they only make sense in | 292 # 'html' tests import the HTML library, so they only make sense in |
| 294 # a browser environment. | 293 # a browser environment. |
| 295 [ $runtime == vm ] | 294 [ $runtime == vm ] |
| 296 *: Skip | 295 *: Skip |
| 297 | 296 |
| 298 [ $compiler == dart2js ] | 297 [ $compiler == dart2js ] |
| 299 transferables_test: Skip # until isInstance works in dart2js | 298 transferables_test: Skip # until isInstance works in dart2js |
| 300 | 299 |
| 301 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 300 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 302 request_animation_frame_test: Skip # Async test hangs. | 301 request_animation_frame_test: Skip # Async test hangs. |
| 303 | 302 |
| 304 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 303 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 305 isolates_test: Skip # Timeout because leg does not support web workers. | 304 isolates_test: Skip # Timeout because leg does not support web workers. |
| 306 | 305 |
| 307 [ $compiler == dart2js && $runtime == ff ] | 306 [ $compiler == dart2js && $runtime == ff ] |
| 308 inner_frame_test: Skip # Timeout | 307 inner_frame_test: Skip # Timeout |
| 309 svg_3_test: Skip # Timeout | 308 svg_3_test: Skip # Timeout |
| OLD | NEW |