| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 element_types_test/constructors: Fail # Issue: 7414 | 173 element_types_test/constructors: Fail # Issue: 7414 |
| 174 element_types_test/supported_details: Fail # Issue: 7414 | 174 element_types_test/supported_details: Fail # Issue: 7414 |
| 175 element_types_test/supported_embed: Fail # Issue: 7414 | 175 element_types_test/supported_embed: Fail # Issue: 7414 |
| 176 element_types_test/supported_keygen: Fail # Issue: 7414 | 176 element_types_test/supported_keygen: Fail # Issue: 7414 |
| 177 element_types_test/supported_meter: Fail # Issue: 7414 | 177 element_types_test/supported_meter: Fail # Issue: 7414 |
| 178 element_types_test/supported_object: Fail # Issue: 7414 | 178 element_types_test/supported_object: Fail # Issue: 7414 |
| 179 element_types_test/supported_output: Fail # Issue: 7414 | 179 element_types_test/supported_output: Fail # Issue: 7414 |
| 180 element_types_test/supported_progress: Fail # Issue: 7414 | 180 element_types_test/supported_progress: Fail # Issue: 7414 |
| 181 element_types_test/supported_track: Pass, Fail # Issue: 7414 | 181 element_types_test/supported_track: Pass, Fail # Issue: 7414 |
| 182 fileapi_test/getDirectory: Fail # Issue: 7414 | 182 fileapi_test/getDirectory: Fail # Issue: 7414 |
| 183 fileapi_test/getFile: Fail # Issue: 7414 | 183 fileapi_test/getFile: Pass, Fail # Issue: 7414 |
| 184 fileapi_test/unsupported_throws: Fail # Issue: 7414 | 184 fileapi_test/unsupported_throws: Fail # Issue: 7414 |
| 185 input_element_test/constructors: Fail # Issue: 7414 | 185 input_element_test/constructors: Fail # Issue: 7414 |
| 186 input_element_test/supported_email: Fail # Issue: 7414 | 186 input_element_test/supported_email: Fail # Issue: 7414 |
| 187 input_element_test/supported_number: Fail # Issue: 7414 | 187 input_element_test/supported_number: Fail # Issue: 7414 |
| 188 input_element_test/supported_tel: Fail # Issue: 7414 | 188 input_element_test/supported_tel: Fail # Issue: 7414 |
| 189 input_element_test/supported_url: Fail # Issue: 7414 | 189 input_element_test/supported_url: Fail # Issue: 7414 |
| 190 notifications_test/supported: Fail # Issue: 7414 | 190 notifications_test/supported: Fail # Issue: 7414 |
| 191 notifications_test/unsupported_throws: Fail # Issue: 7414 | 191 notifications_test/unsupported_throws: Fail # Issue: 7414 |
| 192 notifications_test/webkitNotifications: Fail # Issue: 7414 | 192 notifications_test/webkitNotifications: Fail # Issue: 7414 |
| 193 performance_api_test/performance: Fail # Issue: 7414 | 193 performance_api_test/performance: Fail # Issue: 7414 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 | 284 |
| 285 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 285 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 286 request_animation_frame_test: Skip # Async test hangs. | 286 request_animation_frame_test: Skip # Async test hangs. |
| 287 | 287 |
| 288 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 288 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 289 isolates_test: Skip # Timeout because leg does not support web workers. | 289 isolates_test: Skip # Timeout because leg does not support web workers. |
| 290 | 290 |
| 291 [ $compiler == dart2js && $runtime == ff ] | 291 [ $compiler == dart2js && $runtime == ff ] |
| 292 inner_frame_test: Skip # Timeout | 292 inner_frame_test: Skip # Timeout |
| 293 svg_3_test: Skip # Timeout | 293 svg_3_test: Skip # Timeout |
| OLD | NEW |