| 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 | 8 |
| 9 # Layout tests are only supported on DRT. | 9 # Layout tests are only supported on DRT. |
| 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 notifications_test/supported: Fail # Issue: 7414 | 199 notifications_test/supported: Fail # Issue: 7414 |
| 200 performance_api_test/supported: Fail | 200 performance_api_test/supported: Fail |
| 201 shadow_dom_test/supported: Fail | 201 shadow_dom_test/supported: Fail |
| 202 speechrecognition_test/supported: Fail | 202 speechrecognition_test/supported: Fail |
| 203 touchevent_test/supported: Fail | 203 touchevent_test/supported: Fail |
| 204 webgl_1_test: Pass, Fail # Issue 8219 | 204 webgl_1_test: Pass, Fail # Issue 8219 |
| 205 | 205 |
| 206 audiocontext_test: Crash, Fail # Issue: 7414 | 206 audiocontext_test: Crash, Fail # Issue: 7414 |
| 207 datalistelement_test: Fail # Issue: 7414 | 207 datalistelement_test: Fail # Issue: 7414 |
| 208 element_test/elements: Crash, Fail # Issue: 7414 | 208 element_test/elements: Crash, Fail # Issue: 7414 |
| 209 element_types_test/constructors: Fail | |
| 210 fileapi_test/getDirectory: Fail # Issue: 7414 | |
| 211 fileapi_test/getFile: Pass, Fail # Issue: 7414 | |
| 212 fileapi_test/unsupported_throws: Fail # Issue: 7414 | |
| 213 input_element_test/constructors: Pass, Fail # Issue: 7414 | |
| 214 input_element_test/supported_tel: Pass, Fail # Issue: 7414 | |
| 215 media_stream_test/constructors: Pass, Fail # Issue: 7414 | |
| 216 node_test: Skip # Issue 6457 | 209 node_test: Skip # Issue 6457 |
| 217 notifications_test/unsupported_throws: Fail # Issue: 7414 | |
| 218 notifications_test/webkitNotifications: Fail # Issue: 7414 | |
| 219 performance_api_test/performance: Fail # Issue: 7414 | |
| 220 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 | |
| 221 touchevent_test/functional: Fail # Issue: 8187 | |
| 222 wheelevent_test: Fail # Issue: 7414 | 210 wheelevent_test: Fail # Issue: 7414 |
| 223 speechrecognition_test/types: Pass, Fail | |
| 224 | |
| 225 | 211 |
| 226 [ $runtime == opera ] | 212 [ $runtime == opera ] |
| 227 document_test/supports_cssCanvasContext: Fail | 213 document_test/supports_cssCanvasContext: Fail |
| 228 document_test/document: Fail # Issue: 7413 | 214 document_test/document: Fail # Issue: 7413 |
| 229 form_data_test: Fail # Issue: 7413 | 215 form_data_test: Fail # Issue: 7413 |
| 230 keyboard_event_test: Fail # Issue: 7413 | 216 keyboard_event_test: Fail # Issue: 7413 |
| 231 element_test/eventListening: Fail # Issue: 7413 | 217 element_test/eventListening: Fail # Issue: 7413 |
| 232 element_test/children: Fail # Issue: 7413 | 218 element_test/children: Fail # Issue: 7413 |
| 233 audiobuffersourcenode_test: Fail | 219 audiobuffersourcenode_test: Fail |
| 234 canvas_test: Pass,Fail | 220 canvas_test: Pass,Fail |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 | 306 |
| 321 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 307 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 322 request_animation_frame_test: Skip # Async test hangs. | 308 request_animation_frame_test: Skip # Async test hangs. |
| 323 | 309 |
| 324 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 310 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 325 isolates_test: Skip # Timeout because leg does not support web workers. | 311 isolates_test: Skip # Timeout because leg does not support web workers. |
| 326 | 312 |
| 327 [ $compiler == dart2js && $runtime == ff ] | 313 [ $compiler == dart2js && $runtime == ff ] |
| 328 inner_frame_test: Skip # Timeout | 314 inner_frame_test: Skip # Timeout |
| 329 svg_3_test: Skip # Timeout | 315 svg_3_test: Skip # Timeout |
| OLD | NEW |