| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 speechrecognition_test/supported: Fail | 198 speechrecognition_test/supported: Fail |
| 199 touchevent_test/supported: Fail | 199 touchevent_test/supported: Fail |
| 200 | 200 |
| 201 audiocontext_test: Crash, Fail # Issue: 7414 | 201 audiocontext_test: Crash, Fail # Issue: 7414 |
| 202 datalistelement_test: Fail # Issue: 7414 | 202 datalistelement_test: Fail # Issue: 7414 |
| 203 element_test/elements: Crash, Fail # Issue: 7414 | 203 element_test/elements: Crash, Fail # Issue: 7414 |
| 204 element_types_test/constructors: Fail | 204 element_types_test/constructors: Fail |
| 205 fileapi_test/getDirectory: Fail # Issue: 7414 | 205 fileapi_test/getDirectory: Fail # Issue: 7414 |
| 206 fileapi_test/getFile: Pass, Fail # Issue: 7414 | 206 fileapi_test/getFile: Pass, Fail # Issue: 7414 |
| 207 fileapi_test/unsupported_throws: Fail # Issue: 7414 | 207 fileapi_test/unsupported_throws: Fail # Issue: 7414 |
| 208 input_element_test/constructors: Fail # Issue: 7414 | 208 input_element_test/constructors: Pass, Fail # Issue: 7414 |
| 209 input_element_test/supported_tel: Pass, Fail # Issue: 7414 | 209 input_element_test/supported_tel: Pass, Fail # Issue: 7414 |
| 210 media_stream_test/constructors: Pass, Fail # Issue: 7414 | 210 media_stream_test/constructors: Pass, Fail # Issue: 7414 |
| 211 node_test: Skip # Issue 6457 | 211 node_test: Skip # Issue 6457 |
| 212 notifications_test/unsupported_throws: Fail # Issue: 7414 | 212 notifications_test/unsupported_throws: Fail # Issue: 7414 |
| 213 notifications_test/webkitNotifications: Fail # Issue: 7414 | 213 notifications_test/webkitNotifications: Fail # Issue: 7414 |
| 214 performance_api_test/performance: Fail # Issue: 7414 | 214 performance_api_test/performance: Fail # Issue: 7414 |
| 215 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 | 215 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 |
| 216 touchevent_test/functional: Fail # Issue: 8187 | 216 touchevent_test/functional: Fail # Issue: 8187 |
| 217 wheelevent_test: Fail # Issue: 7414 | 217 wheelevent_test: Fail # Issue: 7414 |
| 218 speechrecognition_test/types: Pass, Fail | 218 speechrecognition_test/types: Pass, Fail |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 | 314 |
| 315 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 315 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 316 request_animation_frame_test: Skip # Async test hangs. | 316 request_animation_frame_test: Skip # Async test hangs. |
| 317 | 317 |
| 318 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 318 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 319 isolates_test: Skip # Timeout because leg does not support web workers. | 319 isolates_test: Skip # Timeout because leg does not support web workers. |
| 320 | 320 |
| 321 [ $compiler == dart2js && $runtime == ff ] | 321 [ $compiler == dart2js && $runtime == ff ] |
| 322 inner_frame_test: Skip # Timeout | 322 inner_frame_test: Skip # Timeout |
| 323 svg_3_test: Skip # Timeout | 323 svg_3_test: Skip # Timeout |
| OLD | NEW |