| 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 | 8 |
| 9 # Layout tests are only supported on DRT. | 9 # Layout tests are only supported on DRT. |
| 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 notifications_test/supported: Fail | 294 notifications_test/supported: Fail |
| 295 shadow_dom_test/supported: Fail | 295 shadow_dom_test/supported: Fail |
| 296 speechrecognition_test/supported: Fail | 296 speechrecognition_test/supported: Fail |
| 297 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 297 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 298 svg_3_test: Fail | 298 svg_3_test: Fail |
| 299 svgelement_test/additionalConstructors: Fail | 299 svgelement_test/additionalConstructors: Fail |
| 300 svgelement2_test: Fail | 300 svgelement2_test: Fail |
| 301 touchevent_test/supported: Fail | 301 touchevent_test/supported: Fail |
| 302 transferables_test: Fail # Issue 3392. | 302 transferables_test: Fail # Issue 3392. |
| 303 webgl_1_test: Pass, Fail # Issue 8219 | 303 webgl_1_test: Pass, Fail # Issue 8219 |
| 304 websql_test/supported: Fail |
| 304 xhr_test/supported_HttpRequestProgressEvent: Fail | 305 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 305 | 306 |
| 306 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 307 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 307 *: Skip | 308 *: Skip |
| 308 | 309 |
| 309 [ $runtime == safari && ($system == linux || $system == windows) ] | 310 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 310 *: Skip | 311 *: Skip |
| 311 | 312 |
| 312 # 'html' tests import the HTML library, so they only make sense in | 313 # 'html' tests import the HTML library, so they only make sense in |
| 313 # a browser environment. | 314 # a browser environment. |
| 314 [ $runtime == vm ] | 315 [ $runtime == vm ] |
| 315 *: Skip | 316 *: Skip |
| 316 | 317 |
| 317 [ $compiler == dart2js ] | 318 [ $compiler == dart2js ] |
| 318 transferables_test: Skip # until isInstance works in dart2js | 319 transferables_test: Skip # until isInstance works in dart2js |
| 319 | 320 |
| 320 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 321 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 321 request_animation_frame_test: Skip # Async test hangs. | 322 request_animation_frame_test: Skip # Async test hangs. |
| 322 | 323 |
| 323 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 324 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 324 isolates_test: Skip # Timeout because leg does not support web workers. | 325 isolates_test: Skip # Timeout because leg does not support web workers. |
| 325 | 326 |
| 326 [ $compiler == dart2js && $runtime == ff ] | 327 [ $compiler == dart2js && $runtime == ff ] |
| 327 inner_frame_test: Skip # Timeout | 328 inner_frame_test: Skip # Timeout |
| 328 svg_3_test: Skip # Timeout | 329 svg_3_test: Skip # Timeout |
| OLD | NEW |