| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 element_types_test/supported_details: Fail # Issue: 7414 | 172 element_types_test/supported_details: Fail # Issue: 7414 |
| 173 element_types_test/supported_embed: Fail # Issue: 7414 | 173 element_types_test/supported_embed: Fail # Issue: 7414 |
| 174 element_types_test/supported_keygen: Fail # Issue: 7414 | 174 element_types_test/supported_keygen: Fail # Issue: 7414 |
| 175 element_types_test/supported_meter: Fail # Issue: 7414 | 175 element_types_test/supported_meter: Fail # Issue: 7414 |
| 176 element_types_test/supported_object: Fail # Issue: 7414 | 176 element_types_test/supported_object: Fail # Issue: 7414 |
| 177 element_types_test/supported_output: Fail # Issue: 7414 | 177 element_types_test/supported_output: Fail # Issue: 7414 |
| 178 element_types_test/supported_progress: Fail # Issue: 7414 | 178 element_types_test/supported_progress: Fail # Issue: 7414 |
| 179 element_types_test/supported_track: Pass, Fail # Issue: 7414 | 179 element_types_test/supported_track: Pass, Fail # Issue: 7414 |
| 180 fileapi_test/getDirectory: Fail # Issue: 7414 | 180 fileapi_test/getDirectory: Fail # Issue: 7414 |
| 181 fileapi_test/getFile: Fail # Issue: 7414 | 181 fileapi_test/getFile: Fail # Issue: 7414 |
| 182 fileapi_test/unsupported: Fail # Issue: 7414 | 182 fileapi_test/unsupported_throws: Fail # Issue: 7414 |
| 183 input_element_test/constructors: Fail # Issue: 7414 | 183 input_element_test/constructors: Fail # Issue: 7414 |
| 184 input_element_test/supported_email: Fail # Issue: 7414 |
| 184 input_element_test/supported_number: Fail # Issue: 7414 | 185 input_element_test/supported_number: Fail # Issue: 7414 |
| 185 input_element_test/supported_tel: Fail # Issue: 7414 | 186 input_element_test/supported_tel: Fail # Issue: 7414 |
| 186 input_element_test/supported_url: Fail # Issue: 7414 | 187 input_element_test/supported_url: Fail # Issue: 7414 |
| 187 notifications_test/supported: Fail # Issue: 7414 | 188 notifications_test/supported: Fail # Issue: 7414 |
| 188 notifications_test/unsupported: Fail # Issue: 7414 | 189 notifications_test/unsupported_throws: Fail # Issue: 7414 |
| 189 notifications_test/webkitNotifications: Fail # Issue: 7414 | 190 notifications_test/webkitNotifications: Fail # Issue: 7414 |
| 190 performance_api_test/performance: Fail # Issue: 7414 | 191 performance_api_test/performance: Fail # Issue: 7414 |
| 191 shadow_dom_test/ShadowDOM: Fail # Issue: 7414 | 192 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 |
| 192 wheelevent_test: Fail # Issue: 7414 | 193 wheelevent_test: Fail # Issue: 7414 |
| 193 | 194 |
| 194 | 195 |
| 195 [ $runtime == opera ] | 196 [ $runtime == opera ] |
| 196 document_test/supports_cssCanvasContext: Fail | 197 document_test/supports_cssCanvasContext: Fail |
| 197 document_test/document: Fail # Issue: 7413 | 198 document_test/document: Fail # Issue: 7413 |
| 198 form_data_test: Fail # Issue: 7413 | 199 form_data_test: Fail # Issue: 7413 |
| 199 keyboard_event_test: Fail # Issue: 7413 | 200 keyboard_event_test: Fail # Issue: 7413 |
| 200 element_test/eventListening: Fail # Issue: 7413 | 201 element_test/eventListening: Fail # Issue: 7413 |
| 201 element_test/children: Fail # Issue: 7413 | 202 element_test/children: Fail # Issue: 7413 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 | 282 |
| 282 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 283 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 283 request_animation_frame_test: Skip # Async test hangs. | 284 request_animation_frame_test: Skip # Async test hangs. |
| 284 | 285 |
| 285 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 286 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 286 isolates_test: Skip # Timeout because leg does not support web workers. | 287 isolates_test: Skip # Timeout because leg does not support web workers. |
| 287 | 288 |
| 288 [ $compiler == dart2js && $runtime == ff ] | 289 [ $compiler == dart2js && $runtime == ff ] |
| 289 inner_frame_test: Skip # Timeout | 290 inner_frame_test: Skip # Timeout |
| 290 svg_3_test: Skip # Timeout | 291 svg_3_test: Skip # Timeout |
| OLD | NEW |