| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 222 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 223 inner_frame_test: Skip | 223 inner_frame_test: Skip |
| 224 input_element_test/supported_date: Fail | 224 input_element_test/supported_date: Fail |
| 225 input_element_test/supported_datetime: Fail | 225 input_element_test/supported_datetime: Fail |
| 226 input_element_test/supported_datetime-local: Fail | 226 input_element_test/supported_datetime-local: Fail |
| 227 input_element_test/supported_month: Fail | 227 input_element_test/supported_month: Fail |
| 228 input_element_test/supported_time: Fail | 228 input_element_test/supported_time: Fail |
| 229 input_element_test/supported_week: Fail | 229 input_element_test/supported_week: Fail |
| 230 input_element_test/supported_number: Fail | 230 input_element_test/supported_number: Fail |
| 231 input_element_test/supported_range: Fail | 231 input_element_test/supported_range: Fail |
| 232 media_stream_test/supported: Fail # Supported in FF 18 behind flag. | |
| 233 notifications_test/supported: Fail | 232 notifications_test/supported: Fail |
| 234 shadow_dom_test/supported: Fail | 233 shadow_dom_test/supported: Fail |
| 235 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable | 234 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir
ed, SVGStylable |
| 236 svg_3_test: Fail | 235 svg_3_test: Fail |
| 237 svgelement_test/additionalConstructors: Fail | 236 svgelement_test/additionalConstructors: Fail |
| 238 svgelement2_test: Fail | 237 svgelement2_test: Fail |
| 239 transferables_test: Fail # Issue 3392. | 238 transferables_test: Fail # Issue 3392. |
| 240 websql_test: Fail # FF does not support web SQL | 239 websql_test: Fail # FF does not support web SQL |
| 241 wheelevent_test: Skip # Times out on FF 16. Issue 7943 | 240 wheelevent_test: Skip # Times out on FF 16. Issue 7943 |
| 242 | 241 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 256 | 255 |
| 257 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 256 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 258 request_animation_frame_test: Skip # Async test hangs. | 257 request_animation_frame_test: Skip # Async test hangs. |
| 259 | 258 |
| 260 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 259 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 261 isolates_test: Skip # Timeout because leg does not support web workers. | 260 isolates_test: Skip # Timeout because leg does not support web workers. |
| 262 | 261 |
| 263 [ $compiler == dart2js && $runtime == ff ] | 262 [ $compiler == dart2js && $runtime == ff ] |
| 264 inner_frame_test: Skip # Timeout | 263 inner_frame_test: Skip # Timeout |
| 265 svg_3_test: Skip # Timeout | 264 svg_3_test: Skip # Timeout |
| OLD | NEW |