| 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 xmldocument_test: Skip # XML in dart:html is incomplete | |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | |
| 11 | 9 |
| 12 # Layout tests are only supported on DRT. | 10 # Layout tests are only supported on DRT. |
| 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 14 *layout_test: Skip | 12 *layout_test: Skip |
| 15 | 13 |
| 16 [ $runtime == chrome ] | 14 [ $runtime == chrome ] |
| 17 element_types_test/supported_content: Fail | 15 element_types_test/supported_content: Fail |
| 18 element_types_test/supported_shadow: Fail | 16 element_types_test/supported_shadow: Fail |
| 19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. | 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 20 input_element_test/supported_datetime: Fail | 18 input_element_test/supported_datetime: Fail |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 | 182 |
| 185 [ $runtime == opera && $system == windows ] | 183 [ $runtime == opera && $system == windows ] |
| 186 htmlelement_test: Fail, Pass | 184 htmlelement_test: Fail, Pass |
| 187 | 185 |
| 188 [ $runtime == opera && $system == macos ] | 186 [ $runtime == opera && $system == macos ] |
| 189 element_test/constructors: Fail | 187 element_test/constructors: Fail |
| 190 | 188 |
| 191 | 189 |
| 192 [ $runtime == opera ] | 190 [ $runtime == opera ] |
| 193 document_test/getCssCanvasContext: Fail # Issue: 7413 | 191 document_test/getCssCanvasContext: Fail # Issue: 7413 |
| 192 document_test/document: Fail # Issue: 7413 |
| 194 form_data_test: Fail # Issue: 7413 | 193 form_data_test: Fail # Issue: 7413 |
| 195 keyboard_event_test: Fail # Issue: 7413 | 194 keyboard_event_test: Fail # Issue: 7413 |
| 196 xmldocument_2_test: Fail # Issue: 7413 | |
| 197 element_test/eventListening: Fail # Issue: 7413 | 195 element_test/eventListening: Fail # Issue: 7413 |
| 198 element_test/children: Fail # Issue: 7413 | 196 element_test/children: Fail # Issue: 7413 |
| 199 audiobuffersourcenode_test: Fail | 197 audiobuffersourcenode_test: Fail |
| 200 cache_test: Fail | 198 cache_test: Fail |
| 201 canvas_test: Pass,Fail | 199 canvas_test: Pass,Fail |
| 202 audiocontext_test: Fail | 200 audiocontext_test: Fail |
| 203 blob_constructor_test: Fail | 201 blob_constructor_test: Fail |
| 204 canvas_using_html_test: Fail | 202 canvas_using_html_test: Fail |
| 205 canvas_test: Fail | 203 canvas_test: Fail |
| 206 css_test: Fail | 204 css_test: Fail |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 280 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 283 request_animation_frame_test: Skip # Async test hangs. | 281 request_animation_frame_test: Skip # Async test hangs. |
| 284 | 282 |
| 285 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 283 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 286 isolates_test: Skip # Timeout because leg does not support web workers. | 284 isolates_test: Skip # Timeout because leg does not support web workers. |
| 287 | 285 |
| 288 [ $compiler == dart2js && $runtime == ff ] | 286 [ $compiler == dart2js && $runtime == ff ] |
| 289 xhr_test: Skip # Timeout | 287 xhr_test: Skip # Timeout |
| 290 inner_frame_test: Skip # Timeout | 288 inner_frame_test: Skip # Timeout |
| 291 svg_3_test: Skip # Timeout | 289 svg_3_test: Skip # Timeout |
| OLD | NEW |