| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 fileapi_test/getFile: Pass, Fail # Issue: 7414 | 205 fileapi_test/getFile: Pass, Fail # Issue: 7414 |
| 206 fileapi_test/unsupported_throws: Fail # Issue: 7414 | 206 fileapi_test/unsupported_throws: Fail # Issue: 7414 |
| 207 input_element_test/constructors: Fail # Issue: 7414 | 207 input_element_test/constructors: Fail # Issue: 7414 |
| 208 input_element_test/supported_tel: Pass, Fail # Issue: 7414 | 208 input_element_test/supported_tel: Pass, Fail # Issue: 7414 |
| 209 media_stream_test/constructors: Pass, Fail # Issue: 7414 | 209 media_stream_test/constructors: Pass, Fail # Issue: 7414 |
| 210 node_test: Skip # Issue 6457 | 210 node_test: Skip # Issue 6457 |
| 211 notifications_test/unsupported_throws: Fail # Issue: 7414 | 211 notifications_test/unsupported_throws: Fail # Issue: 7414 |
| 212 notifications_test/webkitNotifications: Fail # Issue: 7414 | 212 notifications_test/webkitNotifications: Fail # Issue: 7414 |
| 213 performance_api_test/performance: Fail # Issue: 7414 | 213 performance_api_test/performance: Fail # Issue: 7414 |
| 214 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 | 214 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 |
| 215 touchevent_test/functional: Fail # Issue: 8187 |
| 215 wheelevent_test: Fail # Issue: 7414 | 216 wheelevent_test: Fail # Issue: 7414 |
| 216 speechrecognition_test/types: Pass, Fail | 217 speechrecognition_test/types: Pass, Fail |
| 217 | 218 |
| 218 | 219 |
| 219 [ $runtime == opera ] | 220 [ $runtime == opera ] |
| 220 document_test/supports_cssCanvasContext: Fail | 221 document_test/supports_cssCanvasContext: Fail |
| 221 document_test/document: Fail # Issue: 7413 | 222 document_test/document: Fail # Issue: 7413 |
| 222 form_data_test: Fail # Issue: 7413 | 223 form_data_test: Fail # Issue: 7413 |
| 223 keyboard_event_test: Fail # Issue: 7413 | 224 keyboard_event_test: Fail # Issue: 7413 |
| 224 element_test/eventListening: Fail # Issue: 7413 | 225 element_test/eventListening: Fail # Issue: 7413 |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 313 |
| 313 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 314 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 314 request_animation_frame_test: Skip # Async test hangs. | 315 request_animation_frame_test: Skip # Async test hangs. |
| 315 | 316 |
| 316 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 317 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 317 isolates_test: Skip # Timeout because leg does not support web workers. | 318 isolates_test: Skip # Timeout because leg does not support web workers. |
| 318 | 319 |
| 319 [ $compiler == dart2js && $runtime == ff ] | 320 [ $compiler == dart2js && $runtime == ff ] |
| 320 inner_frame_test: Skip # Timeout | 321 inner_frame_test: Skip # Timeout |
| 321 svg_3_test: Skip # Timeout | 322 svg_3_test: Skip # Timeout |
| OLD | NEW |