| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 input_element_test/supported_number: Fail | 226 input_element_test/supported_number: Fail |
| 227 input_element_test/supported_range: Fail | 227 input_element_test/supported_range: Fail |
| 228 notifications_test/supported: Fail | 228 notifications_test/supported: Fail |
| 229 shadow_dom_test/supported: Fail | 229 shadow_dom_test/supported: Fail |
| 230 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 230 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 231 svg_3_test: Fail | 231 svg_3_test: Fail |
| 232 svgelement_test/additionalConstructors: Fail | 232 svgelement_test/additionalConstructors: Fail |
| 233 svgelement2_test: Fail | 233 svgelement2_test: Fail |
| 234 transferables_test: Fail # Issue 3392. | 234 transferables_test: Fail # Issue 3392. |
| 235 websql_test: Fail # FF does not support web SQL | 235 websql_test: Fail # FF does not support web SQL |
| 236 wheelevent_test: Skip # Times out on FF 16. Issue 7943 |
| 236 | 237 |
| 237 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 238 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 238 *: Skip | 239 *: Skip |
| 239 | 240 |
| 240 [ $runtime == safari && ($system == linux || $system == windows) ] | 241 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 241 *: Skip | 242 *: Skip |
| 242 | 243 |
| 243 # 'html' tests import the HTML library, so they only make sense in | 244 # 'html' tests import the HTML library, so they only make sense in |
| 244 # a browser environment. | 245 # a browser environment. |
| 245 [ $runtime == vm ] | 246 [ $runtime == vm ] |
| (...skipping 14 matching lines...) Expand all Loading... |
| 260 | 261 |
| 261 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] | 262 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] |
| 262 audiocontext_test: Fail | 263 audiocontext_test: Fail |
| 263 | 264 |
| 264 [ $compiler == dart2js && $runtime == drt ] | 265 [ $compiler == dart2js && $runtime == drt ] |
| 265 notifications_test/webkitNotifications: Fail | 266 notifications_test/webkitNotifications: Fail |
| 266 | 267 |
| 267 [ $compiler == none && $system == linux && $runtime == drt ] | 268 [ $compiler == none && $system == linux && $runtime == drt ] |
| 268 audiocontext_test: Fail | 269 audiocontext_test: Fail |
| 269 notifications_test/webkitNotifications: Fail | 270 notifications_test/webkitNotifications: Fail |
| OLD | NEW |