| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 notifications_test/supported: Fail # Issue: 7414 | 186 notifications_test/supported: Fail # Issue: 7414 |
| 187 performance_api_test/supported: Fail | 187 performance_api_test/supported: Fail |
| 188 shadow_dom_test/supported: Fail | 188 shadow_dom_test/supported: Fail |
| 189 speechrecognition_test/supported: Fail | 189 speechrecognition_test/supported: Fail |
| 190 touchevent_test/supported: Fail | 190 touchevent_test/supported: Fail |
| 191 webgl_1_test: Pass, Fail # Issue 8219 | 191 webgl_1_test: Pass, Fail # Issue 8219 |
| 192 | 192 |
| 193 audiocontext_test: Crash, Fail # Issue: 7414 | 193 audiocontext_test: Crash, Fail # Issue: 7414 |
| 194 datalistelement_test: Fail # Issue: 7414 | 194 datalistelement_test: Fail # Issue: 7414 |
| 195 element_test/elements: Crash, Fail # Issue: 7414 | 195 element_test/elements: Crash, Fail # Issue: 7414 |
| 196 node_test: Skip # Issue 6457 | |
| 197 wheelevent_test: Fail # Issue: 7414 | 196 wheelevent_test: Fail # Issue: 7414 |
| 198 | 197 |
| 199 [ $runtime == opera ] | 198 [ $runtime == opera ] |
| 200 document_test/supports_cssCanvasContext: Fail | 199 document_test/supports_cssCanvasContext: Fail |
| 201 document_test/document: Fail # Issue: 7413 | 200 document_test/document: Fail # Issue: 7413 |
| 202 form_data_test: Fail # Issue: 7413 | 201 form_data_test: Fail # Issue: 7413 |
| 203 keyboard_event_test: Fail # Issue: 7413 | 202 keyboard_event_test: Fail # Issue: 7413 |
| 204 element_test/eventListening: Fail # Issue: 7413 | 203 element_test/eventListening: Fail # Issue: 7413 |
| 205 element_test/children: Fail # Issue: 7413 | 204 element_test/children: Fail # Issue: 7413 |
| 206 audiobuffersourcenode_test: Fail | 205 audiobuffersourcenode_test: Fail |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 | 292 |
| 294 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 293 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 295 request_animation_frame_test: Skip # Async test hangs. | 294 request_animation_frame_test: Skip # Async test hangs. |
| 296 | 295 |
| 297 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 296 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 298 isolates_test: Skip # Timeout because leg does not support web workers. | 297 isolates_test: Skip # Timeout because leg does not support web workers. |
| 299 | 298 |
| 300 [ $compiler == dart2js && $runtime == ff ] | 299 [ $compiler == dart2js && $runtime == ff ] |
| 301 inner_frame_test: Skip # Timeout | 300 inner_frame_test: Skip # Timeout |
| 302 svg_3_test: Skip # Timeout | 301 svg_3_test: Skip # Timeout |
| OLD | NEW |